Updates the specified cluster status conditions
PATCH/v1/spectroclusters/:uid/status/conditions
Updates the specified cluster status conditions
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
- application/json
Body
array
Array [
]
lastProbeTimedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
lastTransitionTimedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
messagestring
Human-readable message indicating details about last transition.
reasonstring
Unique, one-word, CamelCase reason for the condition's last transition.
statusstringrequired
typestringrequired
Responses
- 204
The resource was updated successfully
Loading...