public static interface Meta.APIResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCategories(int index)
categories is a list of the grouped resources this resource belongs to (e.g.
|
com.google.protobuf.ByteString |
getCategoriesBytes(int index)
categories is a list of the grouped resources this resource belongs to (e.g.
|
int |
getCategoriesCount()
categories is a list of the grouped resources this resource belongs to (e.g.
|
List<String> |
getCategoriesList()
categories is a list of the grouped resources this resource belongs to (e.g.
|
String |
getGroup()
group is the preferred group of the resource.
|
com.google.protobuf.ByteString |
getGroupBytes()
group is the preferred group of the resource.
|
String |
getKind()
kind is the kind for the resource (e.g.
|
com.google.protobuf.ByteString |
getKindBytes()
kind is the kind for the resource (e.g.
|
String |
getName()
name is the plural name of the resource.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the plural name of the resource.
|
boolean |
getNamespaced()
namespaced indicates if a resource is namespaced or not.
|
String |
getShortNames(int index)
shortNames is a list of suggested short names of the resource.
|
com.google.protobuf.ByteString |
getShortNamesBytes(int index)
shortNames is a list of suggested short names of the resource.
|
int |
getShortNamesCount()
shortNames is a list of suggested short names of the resource.
|
List<String> |
getShortNamesList()
shortNames is a list of suggested short names of the resource.
|
String |
getSingularName()
singularName is the singular name of the resource.
|
com.google.protobuf.ByteString |
getSingularNameBytes()
singularName is the singular name of the resource.
|
String |
getStorageVersionHash()
The hash value of the storage version, the version this resource is
converted to when written to the data store.
|
com.google.protobuf.ByteString |
getStorageVersionHashBytes()
The hash value of the storage version, the version this resource is
converted to when written to the data store.
|
Meta.Verbs |
getVerbs()
verbs is a list of supported kube verbs (this includes get, list, watch, create,
update, patch, delete, deletecollection, and proxy)
|
Meta.VerbsOrBuilder |
getVerbsOrBuilder()
verbs is a list of supported kube verbs (this includes get, list, watch, create,
update, patch, delete, deletecollection, and proxy)
|
String |
getVersion()
version is the preferred version of the resource.
|
com.google.protobuf.ByteString |
getVersionBytes()
version is the preferred version of the resource.
|
boolean |
hasGroup()
group is the preferred group of the resource.
|
boolean |
hasKind()
kind is the kind for the resource (e.g.
|
boolean |
hasName()
name is the plural name of the resource.
|
boolean |
hasNamespaced()
namespaced indicates if a resource is namespaced or not.
|
boolean |
hasSingularName()
singularName is the singular name of the resource.
|
boolean |
hasStorageVersionHash()
The hash value of the storage version, the version this resource is
converted to when written to the data store.
|
boolean |
hasVerbs()
verbs is a list of supported kube verbs (this includes get, list, watch, create,
update, patch, delete, deletecollection, and proxy)
|
boolean |
hasVersion()
version is the preferred version of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
name is the plural name of the resource.
optional string name = 1;
String getName()
name is the plural name of the resource.
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
name is the plural name of the resource.
optional string name = 1;
boolean hasSingularName()
singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.
optional string singularName = 6;
String getSingularName()
singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.
optional string singularName = 6;
com.google.protobuf.ByteString getSingularNameBytes()
singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface.
optional string singularName = 6;
boolean hasNamespaced()
namespaced indicates if a resource is namespaced or not.
optional bool namespaced = 2;
boolean getNamespaced()
namespaced indicates if a resource is namespaced or not.
optional bool namespaced = 2;
boolean hasGroup()
group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".
optional string group = 8;
String getGroup()
group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".
optional string group = 8;
com.google.protobuf.ByteString getGroupBytes()
group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale".
optional string group = 8;
boolean hasVersion()
version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".
optional string version = 9;
String getVersion()
version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".
optional string version = 9;
com.google.protobuf.ByteString getVersionBytes()
version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)".
optional string version = 9;
boolean hasKind()
kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
optional string kind = 3;
String getKind()
kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
optional string kind = 3;
com.google.protobuf.ByteString getKindBytes()
kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')
optional string kind = 3;
boolean hasVerbs()
verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Verbs verbs = 4;
Meta.Verbs getVerbs()
verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Verbs verbs = 4;
Meta.VerbsOrBuilder getVerbsOrBuilder()
verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy)
optional .k8s.io.apimachinery.pkg.apis.meta.v1.Verbs verbs = 4;
List<String> getShortNamesList()
shortNames is a list of suggested short names of the resource.
repeated string shortNames = 5;
int getShortNamesCount()
shortNames is a list of suggested short names of the resource.
repeated string shortNames = 5;
String getShortNames(int index)
shortNames is a list of suggested short names of the resource.
repeated string shortNames = 5;
com.google.protobuf.ByteString getShortNamesBytes(int index)
shortNames is a list of suggested short names of the resource.
repeated string shortNames = 5;
List<String> getCategoriesList()
categories is a list of the grouped resources this resource belongs to (e.g. 'all')
repeated string categories = 7;
int getCategoriesCount()
categories is a list of the grouped resources this resource belongs to (e.g. 'all')
repeated string categories = 7;
String getCategories(int index)
categories is a list of the grouped resources this resource belongs to (e.g. 'all')
repeated string categories = 7;
com.google.protobuf.ByteString getCategoriesBytes(int index)
categories is a list of the grouped resources this resource belongs to (e.g. 'all')
repeated string categories = 7;
boolean hasStorageVersionHash()
The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. +optional
optional string storageVersionHash = 10;
String getStorageVersionHash()
The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. +optional
optional string storageVersionHash = 10;
com.google.protobuf.ByteString getStorageVersionHashBytes()
The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. +optional
optional string storageVersionHash = 10;
Copyright © 2021. All rights reserved.