public class CustomBuildStrategyFluentImpl<A extends CustomBuildStrategyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CustomBuildStrategyFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomBuildStrategyFluentImpl.FromNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.PullSecretNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.SecretsNestedImpl<N> |
CustomBuildStrategyFluent.FromNested<N>, CustomBuildStrategyFluent.PullSecretNested<N>, CustomBuildStrategyFluent.SecretsNested<N>| Constructor and Description |
|---|
CustomBuildStrategyFluentImpl() |
CustomBuildStrategyFluentImpl(CustomBuildStrategy instance) |
public CustomBuildStrategyFluentImpl()
public CustomBuildStrategyFluentImpl(CustomBuildStrategy instance)
public String getBuildAPIVersion()
getBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withBuildAPIVersion(String buildAPIVersion)
withBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasBuildAPIVersion()
hasBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewBuildAPIVersion(String arg1)
withNewBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewBuildAPIVersion(StringBuilder arg1)
withNewBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewBuildAPIVersion(StringBuffer arg1)
withNewBuildAPIVersion in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
addToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A setToEnv(int index, io.fabric8.kubernetes.api.model.EnvVar item)
setToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
addToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addAllToEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
addAllToEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeFromEnv(io.fabric8.kubernetes.api.model.EnvVar... items)
removeFromEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeAllFromEnv(Collection<io.fabric8.kubernetes.api.model.EnvVar> items)
removeAllFromEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public List<io.fabric8.kubernetes.api.model.EnvVar> getEnv()
getEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getEnv(int index)
getEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getFirstEnv()
getFirstEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getLastEnv()
getLastEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public io.fabric8.kubernetes.api.model.EnvVar getMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
getMatchingEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasMatchingEnv(Predicate<io.fabric8.kubernetes.api.model.EnvVar> predicate)
hasMatchingEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withEnv(List<io.fabric8.kubernetes.api.model.EnvVar> env)
withEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withEnv(io.fabric8.kubernetes.api.model.EnvVar... env)
withEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasEnv()
hasEnv in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean isExposeDockerSocket()
isExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withExposeDockerSocket(Boolean exposeDockerSocket)
withExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasExposeDockerSocket()
hasExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewExposeDockerSocket(String arg1)
withNewExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewExposeDockerSocket(boolean arg1)
withNewExposeDockerSocket in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean isForcePull()
isForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withForcePull(Boolean forcePull)
withForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasForcePull()
hasForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewForcePull(String arg1)
withNewForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewForcePull(boolean arg1)
withNewForcePull in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.ObjectReference getFrom()
getFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public io.fabric8.kubernetes.api.model.ObjectReference buildFrom()
buildFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withFrom(io.fabric8.kubernetes.api.model.ObjectReference from)
withFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasFrom()
hasFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> withNewFrom()
withNewFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> withNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
withNewFromLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> editFrom()
editFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> editOrNewFrom()
editOrNewFrom in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.FromNested<A> editOrNewFromLike(io.fabric8.kubernetes.api.model.ObjectReference item)
editOrNewFromLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public io.fabric8.kubernetes.api.model.LocalObjectReference getPullSecret()
getPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public io.fabric8.kubernetes.api.model.LocalObjectReference buildPullSecret()
buildPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withPullSecret(io.fabric8.kubernetes.api.model.LocalObjectReference pullSecret)
withPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasPullSecret()
hasPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withNewPullSecret(String name)
withNewPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> withNewPullSecret()
withNewPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> withNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
withNewPullSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> editPullSecret()
editPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> editOrNewPullSecret()
editOrNewPullSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.PullSecretNested<A> editOrNewPullSecretLike(io.fabric8.kubernetes.api.model.LocalObjectReference item)
editOrNewPullSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToSecrets(int index, SecretSpec item)
addToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A setToSecrets(int index, SecretSpec item)
setToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addToSecrets(SecretSpec... items)
addToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A addAllToSecrets(Collection<SecretSpec> items)
addAllToSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeFromSecrets(SecretSpec... items)
removeFromSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeAllFromSecrets(Collection<SecretSpec> items)
removeAllFromSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A removeMatchingFromSecrets(Predicate<SecretSpecBuilder> predicate)
removeMatchingFromSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>@Deprecated public List<SecretSpec> getSecrets()
getSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public List<SecretSpec> buildSecrets()
buildSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildSecret(int index)
buildSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildFirstSecret()
buildFirstSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildLastSecret()
buildLastSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public SecretSpec buildMatchingSecret(Predicate<SecretSpecBuilder> predicate)
buildMatchingSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasMatchingSecret(Predicate<SecretSpecBuilder> predicate)
hasMatchingSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withSecrets(List<SecretSpec> secrets)
withSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public A withSecrets(SecretSpec... secrets)
withSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public Boolean hasSecrets()
hasSecrets in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> addNewSecret()
addNewSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> addNewSecretLike(SecretSpec item)
addNewSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> setNewSecretLike(int index, SecretSpec item)
setNewSecretLike in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editSecret(int index)
editSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editFirstSecret()
editFirstSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editLastSecret()
editLastSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>public CustomBuildStrategyFluent.SecretsNested<A> editMatchingSecret(Predicate<SecretSpecBuilder> predicate)
editMatchingSecret in interface CustomBuildStrategyFluent<A extends CustomBuildStrategyFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.