public static interface V2beta2Autoscaling.CrossVersionObjectReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApiVersion()
API version of the referent
+optional
|
com.google.protobuf.ByteString |
getApiVersionBytes()
API version of the referent
+optional
|
String |
getKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
|
com.google.protobuf.ByteString |
getKindBytes()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
|
String |
getName()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
boolean |
hasApiVersion()
API version of the referent
+optional
|
boolean |
hasKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
|
boolean |
hasName()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
optional string kind = 1;String getKind()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
optional string kind = 1;com.google.protobuf.ByteString getKindBytes()
Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds"
optional string kind = 1;boolean hasName()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
optional string name = 2;String getName()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
optional string name = 2;com.google.protobuf.ByteString getNameBytes()
Name of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names
optional string name = 2;boolean hasApiVersion()
API version of the referent +optional
optional string apiVersion = 3;String getApiVersion()
API version of the referent +optional
optional string apiVersion = 3;com.google.protobuf.ByteString getApiVersionBytes()
API version of the referent +optional
optional string apiVersion = 3;Copyright © 2021. All rights reserved.