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