Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.07 KB

V1beta1CustomResourceDefinitionStatus.md

File metadata and controls

12 lines (8 loc) · 1.07 KB

V1beta1CustomResourceDefinitionStatus

Properties

Name Type Description Notes
AcceptedNames V1beta1CustomResourceDefinitionNames
Conditions []V1beta1CustomResourceDefinitionCondition Conditions indicate state for particular aspects of a CustomResourceDefinition
StoredVersions []string StoredVersions are all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so the migration controller can first finish a migration to another version (i.e. that no old objects are left in the storage), and then remove the rest of the versions from this list. None of the versions in this list can be removed from the spec.Versions field.

[Back to Model list] [Back to API list] [Back to README]