public static interface V1beta1Apiextensions.CustomResourceDefinitionNamesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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 string singular = 2;String getSingular()
Singular is the singular name of the resource. It must be all lowercase Defaults to lowercased <kind>
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 string singular = 2;List<String> getShortNamesList()
ShortNames are short names for the resource. It must be all lowercase.
repeated string shortNames = 3;int getShortNamesCount()
ShortNames are short names for the resource. It must be all lowercase.
repeated string shortNames = 3;String getShortNames(int index)
ShortNames are short names for the resource. It must be all lowercase.
repeated string shortNames = 3;com.google.protobuf.ByteString getShortNamesBytes(int index)
ShortNames are short names for the resource. It must be all lowercase.
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 string listKind = 5;String getListKind()
ListKind is the serialized kind of the list for this resource. Defaults to <kind>List.
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 string listKind = 5;Copyright © 2018. All rights reserved.