public class V1ServiceAccountFluentImpl<A extends V1ServiceAccountFluent<A>> extends BaseFluent<A> implements V1ServiceAccountFluent<A>
Modifier and Type | Class and Description |
---|---|
class |
V1ServiceAccountFluentImpl.ImagePullSecretsNestedImpl<N> |
class |
V1ServiceAccountFluentImpl.MetadataNestedImpl<N> |
class |
V1ServiceAccountFluentImpl.SecretsNestedImpl<N> |
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(int index,
io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
A |
addToImagePullSecrets(io.kubernetes.client.openapi.models.V1LocalObjectReference... items) |
A |
addToSecrets(int 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(int 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(int index) |
List<io.kubernetes.client.openapi.models.V1ObjectReference> |
buildSecrets() |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
editFirstImagePullSecret() |
V1ServiceAccountFluent.SecretsNested<A> |
editFirstSecret() |
V1ServiceAccountFluent.ImagePullSecretsNested<A> |
editImagePullSecret(int 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(int 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(int index,
io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
V1ServiceAccountFluent.SecretsNested<A> |
setNewSecretLike(int index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
setToImagePullSecrets(int index,
io.kubernetes.client.openapi.models.V1LocalObjectReference item) |
A |
setToSecrets(int index,
io.kubernetes.client.openapi.models.V1ObjectReference item) |
A |
withApiVersion(String apiVersion) |
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) |
A |
withNewApiVersion(String original)
Deprecated.
|
A |
withNewKind(String original)
Deprecated.
|
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, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public 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>>
@Deprecated public A withNewApiVersion(String original)
withNewApiVersion
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(int index, io.kubernetes.client.openapi.models.V1LocalObjectReference item)
addToImagePullSecrets
in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>
public A setToImagePullSecrets(int 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(int 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(int index, io.kubernetes.client.openapi.models.V1LocalObjectReference item)
setNewImagePullSecretLike
in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>
public V1ServiceAccountFluent.ImagePullSecretsNested<A> editImagePullSecret(int 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 A withNewKind(String original)
withNewKind
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(int index, io.kubernetes.client.openapi.models.V1ObjectReference item)
addToSecrets
in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>
public A setToSecrets(int 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(int 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(int index, io.kubernetes.client.openapi.models.V1ObjectReference item)
setNewSecretLike
in interface V1ServiceAccountFluent<A extends V1ServiceAccountFluent<A>>
public V1ServiceAccountFluent.SecretsNested<A> editSecret(int 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>>
Copyright © 2021. All rights reserved.