Uses of Class
io.kubernetes.client.openapi.models.StorageV1TokenRequest
Packages that use StorageV1TokenRequest
-
Uses of StorageV1TokenRequest in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return StorageV1TokenRequestModifier and TypeMethodDescriptionStorageV1TokenRequest.expirationSeconds
(Long expirationSeconds) Methods in io.kubernetes.client.openapi.models that return types with arguments of type StorageV1TokenRequestModifier and TypeMethodDescriptionV1CSIDriverSpec.getTokenRequests()
TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.Methods in io.kubernetes.client.openapi.models with parameters of type StorageV1TokenRequestModifier and TypeMethodDescriptionV1CSIDriverSpec.addTokenRequestsItem
(StorageV1TokenRequest tokenRequestsItem) Method parameters in io.kubernetes.client.openapi.models with type arguments of type StorageV1TokenRequestModifier and TypeMethodDescriptionvoid
V1CSIDriverSpec.setTokenRequests
(List<StorageV1TokenRequest> tokenRequests) V1CSIDriverSpec.tokenRequests
(List<StorageV1TokenRequest> tokenRequests)