Uses of Class
io.kubernetes.client.proto.V1Authentication.BoundObjectReference
-
Uses of V1Authentication.BoundObjectReference in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1Authentication.BoundObjectReferenceModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1Authentication.BoundObjectReference>
V1Authentication.BoundObjectReference.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1Authentication.BoundObjectReferenceModifier and TypeMethodDescriptionV1Authentication.BoundObjectReference.Builder.build()
V1Authentication.BoundObjectReference.Builder.buildPartial()
V1Authentication.TokenRequestSpec.Builder.getBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to.V1Authentication.TokenRequestSpec.getBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to.V1Authentication.TokenRequestSpecOrBuilder.getBoundObjectRef()
BoundObjectRef is a reference to an object that the token will be bound to.V1Authentication.BoundObjectReference.getDefaultInstance()
V1Authentication.BoundObjectReference.Builder.getDefaultInstanceForType()
V1Authentication.BoundObjectReference.getDefaultInstanceForType()
V1Authentication.BoundObjectReference.parseDelimitedFrom
(InputStream input) V1Authentication.BoundObjectReference.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Authentication.BoundObjectReference.parseFrom
(byte[] data) V1Authentication.BoundObjectReference.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Authentication.BoundObjectReference.parseFrom
(com.google.protobuf.ByteString data) V1Authentication.BoundObjectReference.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Authentication.BoundObjectReference.parseFrom
(com.google.protobuf.CodedInputStream input) V1Authentication.BoundObjectReference.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Authentication.BoundObjectReference.parseFrom
(InputStream input) V1Authentication.BoundObjectReference.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) V1Authentication.BoundObjectReference.parseFrom
(ByteBuffer data) V1Authentication.BoundObjectReference.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1Authentication.BoundObjectReferenceModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1Authentication.BoundObjectReference>
V1Authentication.BoundObjectReference.getParserForType()
static com.google.protobuf.Parser<V1Authentication.BoundObjectReference>
V1Authentication.BoundObjectReference.parser()
Methods in io.kubernetes.client.proto with parameters of type V1Authentication.BoundObjectReferenceModifier and TypeMethodDescriptionV1Authentication.TokenRequestSpec.Builder.mergeBoundObjectRef
(V1Authentication.BoundObjectReference value) BoundObjectRef is a reference to an object that the token will be bound to.V1Authentication.BoundObjectReference.Builder.mergeFrom
(V1Authentication.BoundObjectReference other) V1Authentication.BoundObjectReference.newBuilder
(V1Authentication.BoundObjectReference prototype) V1Authentication.TokenRequestSpec.Builder.setBoundObjectRef
(V1Authentication.BoundObjectReference value) BoundObjectRef is a reference to an object that the token will be bound to.