Uses of Class
io.kubernetes.client.openapi.models.AuthenticationV1TokenRequest
Packages that use AuthenticationV1TokenRequest
-
Uses of AuthenticationV1TokenRequest in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return AuthenticationV1TokenRequestModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedServiceAccountTokenRequest.execute()
Execute createNamespacedServiceAccountToken requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type AuthenticationV1TokenRequestModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedServiceAccountTokenRequest.executeWithHttpInfo()
Execute createNamespacedServiceAccountToken request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type AuthenticationV1TokenRequestModifier and TypeMethodDescriptionCoreV1Api.createNamespacedServiceAccountToken
(String name, String namespace, AuthenticationV1TokenRequest body) create token of a ServiceAccountMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type AuthenticationV1TokenRequestModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedServiceAccountTokenRequest.executeAsync
(ApiCallback<AuthenticationV1TokenRequest> _callback) Execute createNamespacedServiceAccountToken request (asynchronously) -
Uses of AuthenticationV1TokenRequest in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return AuthenticationV1TokenRequestModifier and TypeMethodDescriptionAuthenticationV1TokenRequest.apiVersion
(String apiVersion) static AuthenticationV1TokenRequest
Create an instance of AuthenticationV1TokenRequest given an JSON stringAuthenticationV1TokenRequest.metadata
(V1ObjectMeta metadata) AuthenticationV1TokenRequest.spec
(V1TokenRequestSpec spec) AuthenticationV1TokenRequest.status
(V1TokenRequestStatus status)