StorageVersionCondition
io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition
Description
Describes the state of the storageVersion at a certain point.
Properties
-
lastTransitionTimeTime - lastTransitionTime is the last time the condition transitioned from one status to another.
-
messagestring required - message is a human readable string indicating details about the transition.
-
observedGenerationinteger (int64) - observedGeneration represents the .metadata.generation that the condition was set based upon, if field is set.
-
reasonstring required - reason for the condition's last transition.
-
statusstring required - status of the condition, one of True, False, Unknown.
-
typestring required - type of the condition.