Update the specified spectro cluster metadata
PATCH/v1/spectroclusters/:uid/metadata
Update the specified spectro cluster metadata
Request
Path Parameters
uid stringrequired
Cluster uid
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
metadata
object
required
ObjectMeta input entity for object creation
annotations
object
Annotations are system generated key value metadata for the resource. As an input certain annotations like description can be set.
property name*string
labels
object
Labels are key value data to organize and categorize resources. Providing spectro__tag as value for a label is considered as a kubernetes compliant tag
property name*string
namestring
Name of the resource.
Responses
- 204
The resource was updated successfully
Loading...