Uses of Class
io.kubernetes.client.openapi.models.V1ServiceAccount
Packages that use V1ServiceAccount
-
Uses of V1ServiceAccount in io.kubernetes.client.openapi.apis
Methods in io.kubernetes.client.openapi.apis that return V1ServiceAccountModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedServiceAccountRequest.execute()
Execute createNamespacedServiceAccount requestCoreV1Api.APIdeleteNamespacedServiceAccountRequest.execute()
Execute deleteNamespacedServiceAccount requestCoreV1Api.APIpatchNamespacedServiceAccountRequest.execute()
Execute patchNamespacedServiceAccount requestCoreV1Api.APIreadNamespacedServiceAccountRequest.execute()
Execute readNamespacedServiceAccount requestCoreV1Api.APIreplaceNamespacedServiceAccountRequest.execute()
Execute replaceNamespacedServiceAccount requestMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceAccountModifier and TypeMethodDescriptionCoreV1Api.APIcreateNamespacedServiceAccountRequest.executeWithHttpInfo()
Execute createNamespacedServiceAccount request with HTTP info returnedCoreV1Api.APIdeleteNamespacedServiceAccountRequest.executeWithHttpInfo()
Execute deleteNamespacedServiceAccount request with HTTP info returnedCoreV1Api.APIpatchNamespacedServiceAccountRequest.executeWithHttpInfo()
Execute patchNamespacedServiceAccount request with HTTP info returnedCoreV1Api.APIreadNamespacedServiceAccountRequest.executeWithHttpInfo()
Execute readNamespacedServiceAccount request with HTTP info returnedCoreV1Api.APIreplaceNamespacedServiceAccountRequest.executeWithHttpInfo()
Execute replaceNamespacedServiceAccount request with HTTP info returnedMethods in io.kubernetes.client.openapi.apis with parameters of type V1ServiceAccountModifier and TypeMethodDescriptionCoreV1Api.createNamespacedServiceAccount
(String namespace, V1ServiceAccount body) create a ServiceAccountCoreV1Api.replaceNamespacedServiceAccount
(String name, String namespace, V1ServiceAccount body) replace the specified ServiceAccountMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceAccountModifier and TypeMethodDescriptionokhttp3.Call
CoreV1Api.APIcreateNamespacedServiceAccountRequest.executeAsync
(ApiCallback<V1ServiceAccount> _callback) Execute createNamespacedServiceAccount request (asynchronously)okhttp3.Call
CoreV1Api.APIdeleteNamespacedServiceAccountRequest.executeAsync
(ApiCallback<V1ServiceAccount> _callback) Execute deleteNamespacedServiceAccount request (asynchronously)okhttp3.Call
CoreV1Api.APIpatchNamespacedServiceAccountRequest.executeAsync
(ApiCallback<V1ServiceAccount> _callback) Execute patchNamespacedServiceAccount request (asynchronously)okhttp3.Call
CoreV1Api.APIreadNamespacedServiceAccountRequest.executeAsync
(ApiCallback<V1ServiceAccount> _callback) Execute readNamespacedServiceAccount request (asynchronously)okhttp3.Call
CoreV1Api.APIreplaceNamespacedServiceAccountRequest.executeAsync
(ApiCallback<V1ServiceAccount> _callback) Execute replaceNamespacedServiceAccount request (asynchronously) -
Uses of V1ServiceAccount in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1ServiceAccountModifier and TypeMethodDescriptionV1ServiceAccount.addImagePullSecretsItem
(V1LocalObjectReference imagePullSecretsItem) V1ServiceAccount.addSecretsItem
(V1ObjectReference secretsItem) V1ServiceAccount.apiVersion
(String apiVersion) V1ServiceAccount.automountServiceAccountToken
(Boolean automountServiceAccountToken) static V1ServiceAccount
Create an instance of V1ServiceAccount given an JSON stringV1ServiceAccount.imagePullSecrets
(List<V1LocalObjectReference> imagePullSecrets) V1ServiceAccount.metadata
(V1ObjectMeta metadata) V1ServiceAccount.secrets
(List<V1ObjectReference> secrets) Methods in io.kubernetes.client.openapi.models that return types with arguments of type V1ServiceAccountMethods in io.kubernetes.client.openapi.models with parameters of type V1ServiceAccountMethod parameters in io.kubernetes.client.openapi.models with type arguments of type V1ServiceAccountModifier and TypeMethodDescriptionV1ServiceAccountList.items
(List<V1ServiceAccount> items) void
V1ServiceAccountList.setItems
(List<V1ServiceAccount> items)