public static interface V1.ServiceAccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted.
|
V1.LocalObjectReference |
getImagePullSecrets(int index)
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images
in pods that reference this ServiceAccount.
|
int |
getImagePullSecretsCount()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images
in pods that reference this ServiceAccount.
|
List<V1.LocalObjectReference> |
getImagePullSecretsList()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images
in pods that reference this ServiceAccount.
|
V1.LocalObjectReferenceOrBuilder |
getImagePullSecretsOrBuilder(int index)
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images
in pods that reference this ServiceAccount.
|
List<? extends V1.LocalObjectReferenceOrBuilder> |
getImagePullSecretsOrBuilderList()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images
in pods that reference this ServiceAccount.
|
Meta.ObjectMeta |
getMetadata()
Standard object's metadata.
|
Meta.ObjectMetaOrBuilder |
getMetadataOrBuilder()
Standard object's metadata.
|
V1.ObjectReference |
getSecrets(int index)
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
|
int |
getSecretsCount()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
|
List<V1.ObjectReference> |
getSecretsList()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
|
V1.ObjectReferenceOrBuilder |
getSecretsOrBuilder(int index)
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
|
List<? extends V1.ObjectReferenceOrBuilder> |
getSecretsOrBuilderList()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount.
|
boolean |
hasAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted.
|
boolean |
hasMetadata()
Standard object's metadata.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMeta getMetadata()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;Meta.ObjectMetaOrBuilder getMetadataOrBuilder()
Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1;List<V1.ObjectReference> getSecretsList()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.ObjectReference secrets = 2;V1.ObjectReference getSecrets(int index)
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.ObjectReference secrets = 2;int getSecretsCount()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.ObjectReference secrets = 2;List<? extends V1.ObjectReferenceOrBuilder> getSecretsOrBuilderList()
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.ObjectReference secrets = 2;V1.ObjectReferenceOrBuilder getSecretsOrBuilder(int index)
Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret +optional +patchMergeKey=name +patchStrategy=merge
repeated .k8s.io.api.core.v1.ObjectReference secrets = 2;List<V1.LocalObjectReference> getImagePullSecretsList()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod +optional
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 3;V1.LocalObjectReference getImagePullSecrets(int index)
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod +optional
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 3;int getImagePullSecretsCount()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod +optional
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 3;List<? extends V1.LocalObjectReferenceOrBuilder> getImagePullSecretsOrBuilderList()
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod +optional
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 3;V1.LocalObjectReferenceOrBuilder getImagePullSecretsOrBuilder(int index)
ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod +optional
repeated .k8s.io.api.core.v1.LocalObjectReference imagePullSecrets = 3;boolean hasAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. +optional
optional bool automountServiceAccountToken = 4;boolean getAutomountServiceAccountToken()
AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. +optional
optional bool automountServiceAccountToken = 4;Copyright © 2023. All rights reserved.