CustomResourceDefinitionStatus

com.coralogix.zio.k8s.model.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus
See theCustomResourceDefinitionStatus companion object

CustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition

Value parameters

conditions

conditions indicate state for particular aspects of a CustomResourceDefinition

storedVersions

storedVersions lists 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 a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versions while they exist in this list.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Gets acceptedNames.

Gets acceptedNames.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

conditions indicate state for particular aspects of a CustomResourceDefinition

conditions indicate state for particular aspects of a CustomResourceDefinition

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

storedVersions lists 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 a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versions while they exist in this list.

storedVersions lists 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 a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from spec.versions while they exist in this list.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product