Uses of Class
io.kubernetes.client.proto.V1beta1Storage.TokenRequest
-
Uses of V1beta1Storage.TokenRequest in io.kubernetes.client.proto
Fields in io.kubernetes.client.proto with type parameters of type V1beta1Storage.TokenRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<V1beta1Storage.TokenRequest>
V1beta1Storage.TokenRequest.PARSER
Deprecated.Methods in io.kubernetes.client.proto that return V1beta1Storage.TokenRequestModifier and TypeMethodDescriptionV1beta1Storage.TokenRequest.Builder.build()
V1beta1Storage.TokenRequest.Builder.buildPartial()
static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.getDefaultInstance()
V1beta1Storage.TokenRequest.Builder.getDefaultInstanceForType()
V1beta1Storage.TokenRequest.getDefaultInstanceForType()
V1beta1Storage.CSIDriverSpec.Builder.getTokenRequests
(int index) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.V1beta1Storage.CSIDriverSpec.getTokenRequests
(int index) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.V1beta1Storage.CSIDriverSpecOrBuilder.getTokenRequests
(int index) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseDelimitedFrom
(InputStream input) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(byte[] data) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(com.google.protobuf.ByteString data) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(InputStream input) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(ByteBuffer data) static V1beta1Storage.TokenRequest
V1beta1Storage.TokenRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.kubernetes.client.proto that return types with arguments of type V1beta1Storage.TokenRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<V1beta1Storage.TokenRequest>
V1beta1Storage.TokenRequest.getParserForType()
V1beta1Storage.CSIDriverSpec.Builder.getTokenRequestsList()
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.V1beta1Storage.CSIDriverSpec.getTokenRequestsList()
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.V1beta1Storage.CSIDriverSpecOrBuilder.getTokenRequestsList()
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.static com.google.protobuf.Parser<V1beta1Storage.TokenRequest>
V1beta1Storage.TokenRequest.parser()
Methods in io.kubernetes.client.proto with parameters of type V1beta1Storage.TokenRequestModifier and TypeMethodDescriptionV1beta1Storage.CSIDriverSpec.Builder.addTokenRequests
(int index, V1beta1Storage.TokenRequest value) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.V1beta1Storage.CSIDriverSpec.Builder.addTokenRequests
(V1beta1Storage.TokenRequest value) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.V1beta1Storage.TokenRequest.Builder.mergeFrom
(V1beta1Storage.TokenRequest other) V1beta1Storage.TokenRequest.newBuilder
(V1beta1Storage.TokenRequest prototype) V1beta1Storage.CSIDriverSpec.Builder.setTokenRequests
(int index, V1beta1Storage.TokenRequest value) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.Method parameters in io.kubernetes.client.proto with type arguments of type V1beta1Storage.TokenRequestModifier and TypeMethodDescriptionV1beta1Storage.CSIDriverSpec.Builder.addAllTokenRequests
(Iterable<? extends V1beta1Storage.TokenRequest> values) TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.