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 |
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.
|
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)
|
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 |
hasVerbs()
verbs is a list of supported kube verbs (this includes get, list, watch, create,
update, patch, delete, deletecollection, and proxy)
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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 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;Copyright © 2018. All rights reserved.