public class PodTemplateFluentImpl<A extends PodTemplateFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PodTemplateFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
PodTemplateFluentImpl.MetadataNestedImpl<N> |
PodTemplateFluent.MetadataNested<N>| Constructor and Description |
|---|
PodTemplateFluentImpl() |
PodTemplateFluentImpl(PodTemplate instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items) |
A |
addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
addNewImagePullSecret(String name) |
A |
addNewToleration(String effect,
String key,
String operator,
Long tolerationSeconds,
String value) |
A |
addToImagePullSecrets(int index,
io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
addToImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items) |
A |
addToTolerations(int index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
MetadataTemplate |
buildMetadata() |
PodTemplateFluent.MetadataNested<A> |
editMetadata() |
PodTemplateFluent.MetadataNested<A> |
editOrNewMetadata() |
PodTemplateFluent.MetadataNested<A> |
editOrNewMetadataLike(MetadataTemplate item) |
boolean |
equals(Object o) |
io.fabric8.kubernetes.api.model.Affinity |
getAffinity() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getFirstImagePullSecret() |
io.fabric8.kubernetes.api.model.Toleration |
getFirstToleration() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getImagePullSecret(int index) |
List<io.fabric8.kubernetes.api.model.LocalObjectReference> |
getImagePullSecrets() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getLastImagePullSecret() |
io.fabric8.kubernetes.api.model.Toleration |
getLastToleration() |
io.fabric8.kubernetes.api.model.LocalObjectReference |
getMatchingImagePullSecret(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate) |
io.fabric8.kubernetes.api.model.Toleration |
getMatchingToleration(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
MetadataTemplate |
getMetadata()
Deprecated.
|
io.fabric8.kubernetes.api.model.PodSecurityContext |
getSecurityContext() |
int |
getTerminationGracePeriodSeconds() |
io.fabric8.kubernetes.api.model.Toleration |
getToleration(int index) |
List<io.fabric8.kubernetes.api.model.Toleration> |
getTolerations() |
Boolean |
hasAffinity() |
Boolean |
hasImagePullSecrets() |
Boolean |
hasMatchingImagePullSecret(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate) |
Boolean |
hasMatchingToleration(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate) |
Boolean |
hasMetadata() |
Boolean |
hasSecurityContext() |
Boolean |
hasTerminationGracePeriodSeconds() |
Boolean |
hasTolerations() |
A |
removeAllFromImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items) |
A |
removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items) |
A |
removeFromImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items) |
A |
removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items) |
A |
setToImagePullSecrets(int index,
io.fabric8.kubernetes.api.model.LocalObjectReference item) |
A |
setToTolerations(int index,
io.fabric8.kubernetes.api.model.Toleration item) |
A |
withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity) |
A |
withImagePullSecrets(List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets) |
A |
withImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... imagePullSecrets) |
A |
withMetadata(MetadataTemplate metadata) |
PodTemplateFluent.MetadataNested<A> |
withNewMetadata() |
PodTemplateFluent.MetadataNested<A> |
withNewMetadataLike(MetadataTemplate item) |
A |
withSecurityContext(io.fabric8.kubernetes.api.model.PodSecurityContext securityContext) |
A |
withTerminationGracePeriodSeconds(int terminationGracePeriodSeconds) |
A |
withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations) |
A |
withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations) |
public PodTemplateFluentImpl()
public PodTemplateFluentImpl(PodTemplate instance)
@Deprecated public MetadataTemplate getMetadata()
getMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public MetadataTemplate buildMetadata()
buildMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withMetadata(MetadataTemplate metadata)
withMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasMetadata()
hasMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public PodTemplateFluent.MetadataNested<A> withNewMetadata()
withNewMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public PodTemplateFluent.MetadataNested<A> withNewMetadataLike(MetadataTemplate item)
withNewMetadataLike in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public PodTemplateFluent.MetadataNested<A> editMetadata()
editMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public PodTemplateFluent.MetadataNested<A> editOrNewMetadata()
editOrNewMetadata in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public PodTemplateFluent.MetadataNested<A> editOrNewMetadataLike(MetadataTemplate item)
editOrNewMetadataLike in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
addToImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A setToImagePullSecrets(int index, io.fabric8.kubernetes.api.model.LocalObjectReference item)
setToImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addToImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
addToImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addAllToImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
addAllToImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A removeFromImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... items)
removeFromImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A removeAllFromImagePullSecrets(Collection<io.fabric8.kubernetes.api.model.LocalObjectReference> items)
removeAllFromImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public List<io.fabric8.kubernetes.api.model.LocalObjectReference> getImagePullSecrets()
getImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference getImagePullSecret(int index)
getImagePullSecret in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference getFirstImagePullSecret()
getFirstImagePullSecret in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference getLastImagePullSecret()
getLastImagePullSecret in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference getMatchingImagePullSecret(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
getMatchingImagePullSecret in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasMatchingImagePullSecret(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.LocalObjectReference> predicate)
hasMatchingImagePullSecret in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withImagePullSecrets(List<io.fabric8.kubernetes.api.model.LocalObjectReference> imagePullSecrets)
withImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withImagePullSecrets(io.fabric8.kubernetes.api.model.LocalObjectReference... imagePullSecrets)
withImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasImagePullSecrets()
hasImagePullSecrets in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addNewImagePullSecret(String name)
addNewImagePullSecret in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.PodSecurityContext getSecurityContext()
getSecurityContext in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withSecurityContext(io.fabric8.kubernetes.api.model.PodSecurityContext securityContext)
withSecurityContext in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasSecurityContext()
hasSecurityContext in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public int getTerminationGracePeriodSeconds()
getTerminationGracePeriodSeconds in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withTerminationGracePeriodSeconds(int terminationGracePeriodSeconds)
withTerminationGracePeriodSeconds in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasTerminationGracePeriodSeconds()
hasTerminationGracePeriodSeconds in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.Affinity getAffinity()
getAffinity in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withAffinity(io.fabric8.kubernetes.api.model.Affinity affinity)
withAffinity in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasAffinity()
hasAffinity in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
addToTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A setToTolerations(int index, io.fabric8.kubernetes.api.model.Toleration item)
setToTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addToTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
addToTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addAllToTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
addAllToTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A removeFromTolerations(io.fabric8.kubernetes.api.model.Toleration... items)
removeFromTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A removeAllFromTolerations(Collection<io.fabric8.kubernetes.api.model.Toleration> items)
removeAllFromTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public List<io.fabric8.kubernetes.api.model.Toleration> getTolerations()
getTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getToleration(int index)
getToleration in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getFirstToleration()
getFirstToleration in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getLastToleration()
getLastToleration in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public io.fabric8.kubernetes.api.model.Toleration getMatchingToleration(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
getMatchingToleration in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasMatchingToleration(io.fabric8.kubernetes.api.builder.Predicate<io.fabric8.kubernetes.api.model.Toleration> predicate)
hasMatchingToleration in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withTolerations(List<io.fabric8.kubernetes.api.model.Toleration> tolerations)
withTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A withTolerations(io.fabric8.kubernetes.api.model.Toleration... tolerations)
withTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public Boolean hasTolerations()
hasTolerations in interface PodTemplateFluent<A extends PodTemplateFluent<A>>public A addNewToleration(String effect, String key, String operator, Long tolerationSeconds, String value)
addNewToleration in interface PodTemplateFluent<A extends PodTemplateFluent<A>>Copyright © 2019. All rights reserved.