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.createNamespacedServiceAccount(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAccountCoreV1Api.deleteNamespacedServiceAccount(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ServiceAccountCoreV1Api.patchNamespacedServiceAccount(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceAccountCoreV1Api.readNamespacedServiceAccount(String name, String namespace, String pretty) read the specified ServiceAccountCoreV1Api.replaceNamespacedServiceAccount(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAccountMethods in io.kubernetes.client.openapi.apis that return types with arguments of type V1ServiceAccountModifier and TypeMethodDescriptionCoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAccountCoreV1Api.deleteNamespacedServiceAccountWithHttpInfo(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body) delete a ServiceAccountCoreV1Api.patchNamespacedServiceAccountWithHttpInfo(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force) partially update the specified ServiceAccountCoreV1Api.readNamespacedServiceAccountWithHttpInfo(String name, String namespace, String pretty) read the specified ServiceAccountCoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAccountMethods in io.kubernetes.client.openapi.apis with parameters of type V1ServiceAccountModifier and TypeMethodDescriptionCoreV1Api.createNamespacedServiceAccount(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAccountokhttp3.CallCoreV1Api.createNamespacedServiceAccountAsync(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceAccount> _callback) (asynchronously) create a ServiceAccountokhttp3.CallCoreV1Api.createNamespacedServiceAccountCall(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for createNamespacedServiceAccountCoreV1Api.createNamespacedServiceAccountWithHttpInfo(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) create a ServiceAccountCoreV1Api.replaceNamespacedServiceAccount(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAccountokhttp3.CallCoreV1Api.replaceNamespacedServiceAccountAsync(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceAccount> _callback) (asynchronously) replace the specified ServiceAccountokhttp3.CallCoreV1Api.replaceNamespacedServiceAccountCall(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback _callback) Build call for replaceNamespacedServiceAccountCoreV1Api.replaceNamespacedServiceAccountWithHttpInfo(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation) replace the specified ServiceAccountMethod parameters in io.kubernetes.client.openapi.apis with type arguments of type V1ServiceAccountModifier and TypeMethodDescriptionokhttp3.CallCoreV1Api.createNamespacedServiceAccountAsync(String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceAccount> _callback) (asynchronously) create a ServiceAccountokhttp3.CallCoreV1Api.deleteNamespacedServiceAccountAsync(String name, String namespace, String pretty, String dryRun, Integer gracePeriodSeconds, Boolean orphanDependents, String propagationPolicy, V1DeleteOptions body, ApiCallback<V1ServiceAccount> _callback) (asynchronously) delete a ServiceAccountokhttp3.CallCoreV1Api.patchNamespacedServiceAccountAsync(String name, String namespace, V1Patch body, String pretty, String dryRun, String fieldManager, String fieldValidation, Boolean force, ApiCallback<V1ServiceAccount> _callback) (asynchronously) partially update the specified ServiceAccountokhttp3.CallCoreV1Api.readNamespacedServiceAccountAsync(String name, String namespace, String pretty, ApiCallback<V1ServiceAccount> _callback) (asynchronously) read the specified ServiceAccountokhttp3.CallCoreV1Api.replaceNamespacedServiceAccountAsync(String name, String namespace, V1ServiceAccount body, String pretty, String dryRun, String fieldManager, String fieldValidation, ApiCallback<V1ServiceAccount> _callback) (asynchronously) replace the specified ServiceAccount -
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) V1ServiceAccount.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) voidV1ServiceAccountList.setItems(List<V1ServiceAccount> items)