Files
perl/docs/V1beta1CustomResourceDefinitionStatus.md
2019-03-23 16:42:23 +08:00

1.2 KiB

Kubernetes::Object::V1beta1CustomResourceDefinitionStatus

Load the model package

use Kubernetes::Object::V1beta1CustomResourceDefinitionStatus;

Properties

Name Type Description Notes
accepted_names V1beta1CustomResourceDefinitionNames
conditions ARRAY[V1beta1CustomResourceDefinitionCondition] Conditions indicate state for particular aspects of a CustomResourceDefinition
stored_versions ARRAY[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]