Uses of Class
io.fabric8.kubernetes.api.model.storage.v1beta1.TokenRequest
-
Packages that use TokenRequest Package Description io.fabric8.kubernetes.api.model.storage.v1beta1 -
-
Uses of TokenRequest in io.fabric8.kubernetes.api.model.storage.v1beta1
Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return TokenRequest Modifier and Type Method Description TokenRequestTokenRequestBuilder. build()TokenRequestCSIDriverSpecFluent. buildFirstTokenRequest()TokenRequestCSIDriverSpecFluent. buildLastTokenRequest()TokenRequestCSIDriverSpecFluent. buildMatchingTokenRequest(Predicate<TokenRequestBuilder> predicate)TokenRequestCSIDriverSpecFluent. buildTokenRequest(int index)Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 that return types with arguments of type TokenRequest Modifier and Type Method Description List<TokenRequest>CSIDriverSpecFluent. buildTokenRequests()List<TokenRequest>CSIDriverSpec. getTokenRequests()TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.Methods in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type TokenRequest Modifier and Type Method Description CSIDriverSpecFluent.TokenRequestsNested<A>CSIDriverSpecFluent. addNewTokenRequestLike(TokenRequest item)ACSIDriverSpecFluent. addToTokenRequests(int index, TokenRequest item)ACSIDriverSpecFluent. addToTokenRequests(TokenRequest... items)protected voidTokenRequestFluent. copyInstance(TokenRequest instance)ACSIDriverSpecFluent. removeFromTokenRequests(TokenRequest... items)CSIDriverSpecFluent.TokenRequestsNested<A>CSIDriverSpecFluent. setNewTokenRequestLike(int index, TokenRequest item)ACSIDriverSpecFluent. setToTokenRequests(int index, TokenRequest item)ACSIDriverSpecFluent. withTokenRequests(TokenRequest... tokenRequests)Method parameters in io.fabric8.kubernetes.api.model.storage.v1beta1 with type arguments of type TokenRequest Modifier and Type Method Description ACSIDriverSpecFluent. addAllToTokenRequests(Collection<TokenRequest> items)ACSIDriverSpecFluent. removeAllFromTokenRequests(Collection<TokenRequest> items)voidCSIDriverSpec. setTokenRequests(List<TokenRequest> tokenRequests)TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication.ACSIDriverSpecFluent. withTokenRequests(List<TokenRequest> tokenRequests)Constructors in io.fabric8.kubernetes.api.model.storage.v1beta1 with parameters of type TokenRequest Constructor Description TokenRequestBuilder(TokenRequest instance)TokenRequestBuilder(TokenRequestFluent<?> fluent, TokenRequest instance)TokenRequestFluent(TokenRequest instance)Constructor parameters in io.fabric8.kubernetes.api.model.storage.v1beta1 with type arguments of type TokenRequest Constructor Description CSIDriverSpec(Boolean attachRequired, String fsGroupPolicy, Boolean podInfoOnMount, Boolean requiresRepublish, Boolean storageCapacity, List<TokenRequest> tokenRequests, List<String> volumeLifecycleModes)
-