Kazan v0.11.0 Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionStatus View Source
CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition
OpenAPI Definition: io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus
Properties
accepted_names
::Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionNames
- AcceptedNames are the names that are actually being used to serve discovery They may be different than the names in spec.
conditions
:: [Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionCondition
]- Conditions indicate state for particular aspects of a CustomResourceDefinition
stored_versions
:: [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.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionStatus{ accepted_names: Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionNames.t(), conditions: [ Kazan.Models.ApiextensionsApiserver.Apiextensions.V1beta1.CustomResourceDefinitionCondition.t() ], stored_versions: [String.t()] }