public static interface V1beta1Apiextensions.CustomResourceDefinitionStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Apiextensions.CustomResourceDefinitionNames |
getAcceptedNames()
acceptedNames are the names that are actually being used to serve discovery.
|
V1beta1Apiextensions.CustomResourceDefinitionNamesOrBuilder |
getAcceptedNamesOrBuilder()
acceptedNames are the names that are actually being used to serve discovery.
|
V1beta1Apiextensions.CustomResourceDefinitionCondition |
getConditions(int index)
conditions indicate state for particular aspects of a CustomResourceDefinition
+optional
+listType=map
+listMapKey=type
|
int |
getConditionsCount()
conditions indicate state for particular aspects of a CustomResourceDefinition
+optional
+listType=map
+listMapKey=type
|
List<V1beta1Apiextensions.CustomResourceDefinitionCondition> |
getConditionsList()
conditions indicate state for particular aspects of a CustomResourceDefinition
+optional
+listType=map
+listMapKey=type
|
V1beta1Apiextensions.CustomResourceDefinitionConditionOrBuilder |
getConditionsOrBuilder(int index)
conditions indicate state for particular aspects of a CustomResourceDefinition
+optional
+listType=map
+listMapKey=type
|
List<? extends V1beta1Apiextensions.CustomResourceDefinitionConditionOrBuilder> |
getConditionsOrBuilderList()
conditions indicate state for particular aspects of a CustomResourceDefinition
+optional
+listType=map
+listMapKey=type
|
String |
getStoredVersions(int index)
storedVersions lists all versions of CustomResources that were ever persisted.
|
com.google.protobuf.ByteString |
getStoredVersionsBytes(int index)
storedVersions lists all versions of CustomResources that were ever persisted.
|
int |
getStoredVersionsCount()
storedVersions lists all versions of CustomResources that were ever persisted.
|
List<String> |
getStoredVersionsList()
storedVersions lists all versions of CustomResources that were ever persisted.
|
boolean |
hasAcceptedNames()
acceptedNames are the names that are actually being used to serve discovery.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<V1beta1Apiextensions.CustomResourceDefinitionCondition> getConditionsList()
conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=type
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition conditions = 1;
V1beta1Apiextensions.CustomResourceDefinitionCondition getConditions(int index)
conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=type
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition conditions = 1;
int getConditionsCount()
conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=type
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition conditions = 1;
List<? extends V1beta1Apiextensions.CustomResourceDefinitionConditionOrBuilder> getConditionsOrBuilderList()
conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=type
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition conditions = 1;
V1beta1Apiextensions.CustomResourceDefinitionConditionOrBuilder getConditionsOrBuilder(int index)
conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=type
repeated .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition conditions = 1;
boolean hasAcceptedNames()
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames acceptedNames = 2;
V1beta1Apiextensions.CustomResourceDefinitionNames getAcceptedNames()
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames acceptedNames = 2;
V1beta1Apiextensions.CustomResourceDefinitionNamesOrBuilder getAcceptedNamesOrBuilder()
acceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. +optional
optional .k8s.io.apiextensions_apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames acceptedNames = 2;
List<String> getStoredVersionsList()
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. +optional
repeated string storedVersions = 3;int getStoredVersionsCount()
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. +optional
repeated string storedVersions = 3;String getStoredVersions(int index)
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. +optional
repeated string storedVersions = 3;com.google.protobuf.ByteString getStoredVersionsBytes(int index)
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. +optional
repeated string storedVersions = 3;Copyright © 2023. All rights reserved.