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