Package io.kubernetes.client.proto
Interface V1beta1Apiextensions.CustomResourceDefinitionStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Apiextensions.CustomResourceDefinitionStatus
,V1beta1Apiextensions.CustomResourceDefinitionStatus.Builder
- Enclosing class:
- V1beta1Apiextensions
public static interface V1beta1Apiextensions.CustomResourceDefinitionStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionacceptedNames are the names that are actually being used to serve discovery.acceptedNames are the names that are actually being used to serve discovery.getConditions
(int index) conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=typeint
conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=typeconditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=typegetConditionsOrBuilder
(int index) conditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=typeconditions indicate state for particular aspects of a CustomResourceDefinition +optional +listType=map +listMapKey=typegetStoredVersions
(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
storedVersions lists all versions of CustomResources that were ever persisted.storedVersions lists all versions of CustomResources that were ever persisted.boolean
acceptedNames are the names that are actually being used to serve discovery.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConditionsList
List<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;
-
getConditions
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;
-
getConditionsCount
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;
-
getConditionsOrBuilderList
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;
-
getConditionsOrBuilder
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;
-
hasAcceptedNames
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;
-
getAcceptedNames
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;
-
getAcceptedNamesOrBuilder
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;
-
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;
-
getStoredVersionsCount
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;
-
getStoredVersions
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;
-
getStoredVersionsBytes
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;
-