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 custom resources belong to (e.g.
|
com.google.protobuf.ByteString |
getCategoriesBytes(int index)
Categories is a list of grouped resources custom resources belong to (e.g.
|
int |
getCategoriesCount()
Categories is a list of grouped resources custom resources belong to (e.g.
|
List<String> |
getCategoriesList()
Categories is a list of grouped resources custom resources belong 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.
|
com.google.protobuf.ByteString |
getShortNamesBytes(int index)
ShortNames are short names for the resource.
|
int |
getShortNamesCount()
ShortNames are short names for the resource.
|
List<String> |
getShortNamesList()
ShortNames are short names for the resource.
|
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, hasOneofboolean hasPlural()
Plural is the plural name of the resource to serve. It must match the name of the CustomResourceDefinition-registration too: plural.group and it must be all lowercase.
optional string plural = 1;String getPlural()
Plural is the plural name of the resource to serve. It must match the name of the CustomResourceDefinition-registration too: plural.group and it must be all lowercase.
optional string plural = 1;com.google.protobuf.ByteString getPluralBytes()
Plural is the plural name of the resource to serve. It must match the name of the CustomResourceDefinition-registration too: plural.group and it 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. It must be all lowercase. +optional
repeated string shortNames = 3;int getShortNamesCount()
ShortNames are short names for the resource. It must be all lowercase. +optional
repeated string shortNames = 3;String getShortNames(int index)
ShortNames are short names for the resource. It must be all lowercase. +optional
repeated string shortNames = 3;com.google.protobuf.ByteString getShortNamesBytes(int index)
ShortNames are short names for the resource. 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.
optional string kind = 4;String getKind()
Kind is the serialized kind of the resource. It is normally CamelCase and singular.
optional string kind = 4;com.google.protobuf.ByteString getKindBytes()
Kind is the serialized kind of the resource. It is normally CamelCase and singular.
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 custom resources belong to (e.g. 'all') +optional
repeated string categories = 6;int getCategoriesCount()
Categories is a list of grouped resources custom resources belong to (e.g. 'all') +optional
repeated string categories = 6;String getCategories(int index)
Categories is a list of grouped resources custom resources belong to (e.g. 'all') +optional
repeated string categories = 6;com.google.protobuf.ByteString getCategoriesBytes(int index)
Categories is a list of grouped resources custom resources belong to (e.g. 'all') +optional
repeated string categories = 6;Copyright © 2020. All rights reserved.