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.createNamespacedServiceAccountToken
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty) create token of a ServiceAccountMethods in io.kubernetes.client.openapi.apis that return types with arguments of type AuthenticationV1TokenRequestModifier and TypeMethodDescriptionCoreV1Api.createNamespacedServiceAccountTokenWithHttpInfo
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty) create token of a ServiceAccountMethods in io.kubernetes.client.openapi.apis with parameters of type AuthenticationV1TokenRequestModifier and TypeMethodDescriptionCoreV1Api.createNamespacedServiceAccountToken
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty) create token of a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAccountTokenAsync
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<AuthenticationV1TokenRequest> _callback) (asynchronously) create token of a ServiceAccountokhttp3.Call
CoreV1Api.createNamespacedServiceAccountTokenCall
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback _callback) Build call for createNamespacedServiceAccountTokenCoreV1Api.createNamespacedServiceAccountTokenWithHttpInfo
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty) create token of a ServiceAccountMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type AuthenticationV1TokenRequestModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.createNamespacedServiceAccountTokenAsync
(String name, String namespace, AuthenticationV1TokenRequest body, String dryRun, String fieldManager, String fieldValidation, String pretty, ApiCallback<AuthenticationV1TokenRequest> _callback) (asynchronously) create token of a ServiceAccount -
Uses of AuthenticationV1TokenRequest in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return AuthenticationV1TokenRequestModifier and TypeMethodDescriptionAuthenticationV1TokenRequest.apiVersion
(String apiVersion) AuthenticationV1TokenRequest.metadata
(V1ObjectMeta metadata) AuthenticationV1TokenRequest.spec
(V1TokenRequestSpec spec) AuthenticationV1TokenRequest.status
(V1TokenRequestStatus status)