Update the custom cloud type meta
PUT/v1/clouds/cloudTypes/:cloudType/meta
Update the custom cloud type meta
Request
Path Parameters
Unique cloud type
Header Parameters
Scope the request to the specified project uid
- application/json
Body
required
Request payload for custom cloud meta entity
metadata
object
ObjectMeta input entity for object creation
annotations
object
Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata. They are not queryable and should be preserved when modifying objects. More info: http://kubernetes.io/docs/user-guide/annotations
labels
object
Map of string keys and values that can be used to organize and categorize (scope and select) objects. May match selectors of replication controllers and services. More info: http://kubernetes.io/docs/user-guide/labels
Name must be unique within a namespace. Is required when creating resources, although some resources may allow a client to request the generation of an appropriate name automatically. Name is primarily intended for creation idempotence and configuration definition. Cannot be updated. More info: http://kubernetes.io/docs/user-guide/identifiers#names
spec
object
Custom cloud request entity spec
Possible values: [datacenter
, cloud
, edge
]
Default value: cloud
Cloud category description
Custom cloud displayName
If the custom cloud is a managed cluster
Custom cloud logo
Responses
- 204
The resource was updated successfully