public class V1ServiceAccountFluentImpl<A extends V1ServiceAccountFluent<A>> extends BaseFluent<A> implements V1ServiceAccountFluent<A>
V1ServiceAccountFluent.ImagePullSecretsNested<N>, V1ServiceAccountFluent.MetadataNested<N>, V1ServiceAccountFluent.SecretsNested<N>_visitables, VISIT| Constructor and Description |
|---|
V1ServiceAccountFluentImpl() |
V1ServiceAccountFluentImpl(io.kubernetes.client.openapi.models.V1ServiceAccount instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) |
A |
addAllToSecrets(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
addNewImagePullSecret() |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
addNewImagePullSecretLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
V1ServiceAccountFluent.SecretsNested<A> |
addNewSecret() |
V1ServiceAccountFluent.SecretsNested<A> |
addNewSecretLike(io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
addToImagePullSecrets(Integer index,
io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
A |
addToImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) |
A |
addToSecrets(Integer index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
addToSecrets(io.kubernetes.client.openapi.models.V1ObjectReference... items) |
io.kubernetes.client.openapi.models.V1LocalObjectReference |
buildFirstImagePullSecret() |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildFirstSecret() |
io.kubernetes.client.openapi.models.V1LocalObjectReference |
buildImagePullSecret(Integer index) |
List<io.kubernetes.client.openapi.models.V1LocalObjectReference> |
buildImagePullSecrets() |
io.kubernetes.client.openapi.models.V1LocalObjectReference |
buildLastImagePullSecret() |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildLastSecret() |
io.kubernetes.client.openapi.models.V1LocalObjectReference |
buildMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate) |
io.kubernetes.client.openapi.models.V1ObjectMeta |
buildMetadata() |
io.kubernetes.client.openapi.models.V1ObjectReference |
buildSecret(Integer index) |
List<io.kubernetes.client.openapi.models.V1ObjectReference> |
buildSecrets() |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
editFirstImagePullSecret() |
V1ServiceAccountFluent.SecretsNested<A> |
editFirstSecret() |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
editImagePullSecret(Integer index) |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
editLastImagePullSecret() |
V1ServiceAccountFluent.SecretsNested<A> |
editLastSecret() |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
editMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) |
V1ServiceAccountFluent.SecretsNested<A> |
editMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate) |
V1ServiceAccountFluent.MetadataNested<A> |
editMetadata() |
V1ServiceAccountFluent.MetadataNested<A> |
editOrNewMetadata() |
V1ServiceAccountFluent.MetadataNested<A> |
editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
V1ServiceAccountFluent.SecretsNested<A> |
editSecret(Integer index) |
boolean |
equals(Object o) |
String |
getApiVersion() |
Boolean |
getAutomountServiceAccountToken() |
List<io.kubernetes.client.openapi.models.V1LocalObjectReference> |
getImagePullSecrets()
Deprecated.
|
String |
getKind() |
io.kubernetes.client.openapi.models.V1ObjectMeta |
getMetadata()
Deprecated.
|
List<io.kubernetes.client.openapi.models.V1ObjectReference> |
getSecrets()
Deprecated.
|
Boolean |
hasApiVersion() |
Boolean |
hasAutomountServiceAccountToken() |
int |
hashCode() |
Boolean |
hasImagePullSecrets() |
Boolean |
hasKind() |
Boolean |
hasMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate) |
Boolean |
hasMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate) |
Boolean |
hasMetadata() |
Boolean |
hasSecrets() |
A |
removeAllFromImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items) |
A |
removeAllFromSecrets(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items) |
A |
removeFromImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) |
A |
removeFromSecrets(io.kubernetes.client.openapi.models.V1ObjectReference... items) |
A |
removeMatchingFromImagePullSecrets(Predicate<V1LocalObjectReferenceBuilder> predicate) |
A |
removeMatchingFromSecrets(Predicate<V1ObjectReferenceBuilder> predicate) |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
setNewImagePullSecretLike(Integer index,
io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
V1ServiceAccountFluent.SecretsNested<A> |
setNewSecretLike(Integer index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
setToImagePullSecrets(Integer index,
io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
A |
setToSecrets(Integer index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withAutomountServiceAccountToken() |
A |
withAutomountServiceAccountToken(Boolean automountServiceAccountToken) |
A |
withImagePullSecrets(List<io.kubernetes.client.openapi.models.V1LocalObjectReference> imagePullSecrets) |
A |
withImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... imagePullSecrets) |
A |
withKind(String kind) |
A |
withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata) |
V1ServiceAccountFluent.MetadataNested<A> |
withNewMetadata() |
V1ServiceAccountFluent.MetadataNested<A> |
withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item) |
A |
withSecrets(List<io.kubernetes.client.openapi.models.V1ObjectReference> secrets) |
A |
withSecrets(io.kubernetes.client.openapi.models.V1ObjectReference... secrets) |
accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic V1ServiceAccountFluentImpl()
public V1ServiceAccountFluentImpl(io.kubernetes.client.openapi.models.V1ServiceAccount instance)
public String getApiVersion()
getApiVersion in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean getAutomountServiceAccountToken()
getAutomountServiceAccountToken in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withAutomountServiceAccountToken(Boolean automountServiceAccountToken)
withAutomountServiceAccountToken in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasAutomountServiceAccountToken()
hasAutomountServiceAccountToken in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A addToImagePullSecrets(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item)
addToImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A setToImagePullSecrets(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item)
setToImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A addToImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items)
addToImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A addAllToImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items)
addAllToImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A removeFromImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items)
removeFromImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A removeAllFromImagePullSecrets(Collection<io.kubernetes.client.openapi.models.V1LocalObjectReference> items)
removeAllFromImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A removeMatchingFromImagePullSecrets(Predicate<V1LocalObjectReferenceBuilder> predicate)
removeMatchingFromImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1LocalObjectReference> getImagePullSecrets()
getImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public List<io.kubernetes.client.openapi.models.V1LocalObjectReference> buildImagePullSecrets()
buildImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1LocalObjectReference buildImagePullSecret(Integer index)
buildImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1LocalObjectReference buildFirstImagePullSecret()
buildFirstImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1LocalObjectReference buildLastImagePullSecret()
buildLastImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1LocalObjectReference buildMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate)
buildMatchingImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate)
hasMatchingImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withImagePullSecrets(List<io.kubernetes.client.openapi.models.V1LocalObjectReference> imagePullSecrets)
withImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... imagePullSecrets)
withImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasImagePullSecrets()
hasImagePullSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> addNewImagePullSecret()
addNewImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> addNewImagePullSecretLike(io.kubernetes.client.openapi.models.V1LocalObjectReference item)
addNewImagePullSecretLike in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> setNewImagePullSecretLike(Integer index, io.kubernetes.client.openapi.models.V1LocalObjectReference item)
setNewImagePullSecretLike in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> editImagePullSecret(Integer index)
editImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> editFirstImagePullSecret()
editFirstImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> editLastImagePullSecret()
editLastImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.ImagePullSecretsNested<A> editMatchingImagePullSecret(Predicate<V1LocalObjectReferenceBuilder> predicate)
editMatchingImagePullSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public String getKind()
getKind in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withKind(String kind)
withKind in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasKind()
hasKind in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>@Deprecated public io.kubernetes.client.openapi.models.V1ObjectMeta getMetadata()
getMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectMeta buildMetadata()
buildMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withMetadata(io.kubernetes.client.openapi.models.V1ObjectMeta metadata)
withMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasMetadata()
hasMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.MetadataNested<A> withNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
withNewMetadataLike in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.MetadataNested<A> editMetadata()
editMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.MetadataNested<A> editOrNewMetadataLike(io.kubernetes.client.openapi.models.V1ObjectMeta item)
editOrNewMetadataLike in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A addToSecrets(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item)
addToSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A setToSecrets(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item)
setToSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A addToSecrets(io.kubernetes.client.openapi.models.V1ObjectReference... items)
addToSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A addAllToSecrets(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items)
addAllToSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A removeFromSecrets(io.kubernetes.client.openapi.models.V1ObjectReference... items)
removeFromSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A removeAllFromSecrets(Collection<io.kubernetes.client.openapi.models.V1ObjectReference> items)
removeAllFromSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A removeMatchingFromSecrets(Predicate<V1ObjectReferenceBuilder> predicate)
removeMatchingFromSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>@Deprecated public List<io.kubernetes.client.openapi.models.V1ObjectReference> getSecrets()
getSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public List<io.kubernetes.client.openapi.models.V1ObjectReference> buildSecrets()
buildSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectReference buildSecret(Integer index)
buildSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectReference buildFirstSecret()
buildFirstSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectReference buildLastSecret()
buildLastSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public io.kubernetes.client.openapi.models.V1ObjectReference buildMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate)
buildMatchingSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate)
hasMatchingSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withSecrets(List<io.kubernetes.client.openapi.models.V1ObjectReference> secrets)
withSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public A withSecrets(io.kubernetes.client.openapi.models.V1ObjectReference... secrets)
withSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public Boolean hasSecrets()
hasSecrets in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> addNewSecret()
addNewSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> addNewSecretLike(io.kubernetes.client.openapi.models.V1ObjectReference item)
addNewSecretLike in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> setNewSecretLike(Integer index, io.kubernetes.client.openapi.models.V1ObjectReference item)
setNewSecretLike in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> editSecret(Integer index)
editSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> editFirstSecret()
editFirstSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> editLastSecret()
editLastSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public V1ServiceAccountFluent.SecretsNested<A> editMatchingSecret(Predicate<V1ObjectReferenceBuilder> predicate)
editMatchingSecret in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends V1ServiceAccountFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends V1ServiceAccountFluent<A>>public A withAutomountServiceAccountToken()
withAutomountServiceAccountToken in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>Copyright © 2022. All rights reserved.