public static interface V1beta1Apiextensions.CustomResourceDefinitionNamesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCategories(int index)
categories is a list of grouped resources this custom resource belongs to (e.g.
|
com.google.protobuf.ByteString |
getCategoriesBytes(int index)
categories is a list of grouped resources this custom resource belongs to (e.g.
|
int |
getCategoriesCount()
categories is a list of grouped resources this custom resource belongs to (e.g.
|
List<String> |
getCategoriesList()
categories is a list of grouped resources this custom resource belongs to (e.g.
|
String |
getKind()
kind is the serialized kind of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
kind is the serialized kind of the resource.
|
String |
getListKind()
listKind is the serialized kind of the list for this resource.
|
com.google.protobuf.ByteString |
getListKindBytes()
listKind is the serialized kind of the list for this resource.
|
String |
getPlural()
plural is the plural name of the resource to serve.
|
com.google.protobuf.ByteString |
getPluralBytes()
plural is the plural name of the resource to serve.
|
String |
getShortNames(int index)
shortNames are short names for the resource, exposed in API discovery documents,
and used by clients to support invocations like `kubectl get <shortname>`.
|
com.google.protobuf.ByteString |
getShortNamesBytes(int index)
shortNames are short names for the resource, exposed in API discovery documents,
and used by clients to support invocations like `kubectl get <shortname>`.
|
int |
getShortNamesCount()
shortNames are short names for the resource, exposed in API discovery documents,
and used by clients to support invocations like `kubectl get <shortname>`.
|
List<String> |
getShortNamesList()
shortNames are short names for the resource, exposed in API discovery documents,
and used by clients to support invocations like `kubectl get <shortname>`.
|
String |
getSingular()
singular is the singular name of the resource.
|
com.google.protobuf.ByteString |
getSingularBytes()
singular is the singular name of the resource.
|
boolean |
hasKind()
kind is the serialized kind of the resource.
|
boolean |
hasListKind()
listKind is the serialized kind of the list for this resource.
|
boolean |
hasPlural()
plural is the plural name of the resource to serve.
|
boolean |
hasSingular()
singular is the singular name of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPlural()
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
optional string plural = 1;
String getPlural()
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
optional string plural = 1;
com.google.protobuf.ByteString getPluralBytes()
plural is the plural name of the resource to serve. The custom resources are served under `/apis/<group>/<version>/.../<plural>`. Must match the name of the CustomResourceDefinition (in the form `<names.plural>.<group>`). Must be all lowercase.
optional string plural = 1;
boolean hasSingular()
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. +optional
optional string singular = 2;
String getSingular()
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. +optional
optional string singular = 2;
com.google.protobuf.ByteString getSingularBytes()
singular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. +optional
optional string singular = 2;
List<String> getShortNamesList()
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase. +optional
repeated string shortNames = 3;
int getShortNamesCount()
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase. +optional
repeated string shortNames = 3;
String getShortNames(int index)
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase. +optional
repeated string shortNames = 3;
com.google.protobuf.ByteString getShortNamesBytes(int index)
shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get <shortname>`. It must be all lowercase. +optional
repeated string shortNames = 3;
boolean hasKind()
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
optional string kind = 4;
String getKind()
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
optional string kind = 4;
com.google.protobuf.ByteString getKindBytes()
kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls.
optional string kind = 4;
boolean hasListKind()
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List". +optional
optional string listKind = 5;
String getListKind()
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List". +optional
optional string listKind = 5;
com.google.protobuf.ByteString getListKindBytes()
listKind is the serialized kind of the list for this resource. Defaults to "`kind`List". +optional
optional string listKind = 5;
List<String> getCategoriesList()
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. +optional
repeated string categories = 6;
int getCategoriesCount()
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. +optional
repeated string categories = 6;
String getCategories(int index)
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. +optional
repeated string categories = 6;
com.google.protobuf.ByteString getCategoriesBytes(int index)
categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. +optional
repeated string categories = 6;
Copyright © 2022. All rights reserved.