Name | Type | Description | Notes |
---|---|---|---|
accepted_names | V1beta1CustomResourceDefinitionNames | AcceptedNames are the names that are actually being used to serve discovery They may be different than the names in spec. | |
conditions | list[V1beta1CustomResourceDefinitionCondition] | Conditions indicate state for particular aspects of a CustomResourceDefinition | |
stored_versions | list[str] | 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. |