public class CustomBuildStrategyFluentImpl<T extends CustomBuildStrategyFluent<T>> extends BaseFluent<T> implements CustomBuildStrategyFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
CustomBuildStrategyFluentImpl.EnvNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.FromNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.PullSecretNestedImpl<N> |
class |
CustomBuildStrategyFluentImpl.SecretsNestedImpl<N> |
CustomBuildStrategyFluent.EnvNested<N>, CustomBuildStrategyFluent.FromNested<N>, CustomBuildStrategyFluent.PullSecretNested<N>, CustomBuildStrategyFluent.SecretsNested<N>_visitables| Constructor and Description |
|---|
CustomBuildStrategyFluentImpl() |
CustomBuildStrategyFluentImpl(CustomBuildStrategy instance) |
public CustomBuildStrategyFluentImpl()
public CustomBuildStrategyFluentImpl(CustomBuildStrategy instance)
public String getBuildAPIVersion()
getBuildAPIVersion in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withBuildAPIVersion(String buildAPIVersion)
withBuildAPIVersion in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T addToEnv(EnvVar... items)
addToEnv in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T removeFromEnv(EnvVar... items)
removeFromEnv in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public List<EnvVar> getEnv()
getEnv in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withEnv(List<EnvVar> env)
withEnv in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withEnv(EnvVar... env)
withEnv in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.EnvNested<T> addNewEnv()
addNewEnv in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.EnvNested<T> addNewEnvLike(EnvVar item)
addNewEnvLike in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public Boolean isExposeDockerSocket()
isExposeDockerSocket in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withExposeDockerSocket(Boolean exposeDockerSocket)
withExposeDockerSocket in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public Boolean isForcePull()
isForcePull in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withForcePull(Boolean forcePull)
withForcePull in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public ObjectReference getFrom()
getFrom in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withFrom(ObjectReference from)
withFrom in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.FromNested<T> withNewFrom()
withNewFrom in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.FromNested<T> withNewFromLike(ObjectReference item)
withNewFromLike in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.FromNested<T> editFrom()
editFrom in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public LocalObjectReference getPullSecret()
getPullSecret in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withPullSecret(LocalObjectReference pullSecret)
withPullSecret in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.PullSecretNested<T> withNewPullSecret()
withNewPullSecret in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.PullSecretNested<T> withNewPullSecretLike(LocalObjectReference item)
withNewPullSecretLike in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.PullSecretNested<T> editPullSecret()
editPullSecret in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withNewPullSecret(String name)
withNewPullSecret in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T addToSecrets(SecretSpec... items)
addToSecrets in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T removeFromSecrets(SecretSpec... items)
removeFromSecrets in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public List<SecretSpec> getSecrets()
getSecrets in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withSecrets(List<SecretSpec> secrets)
withSecrets in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withSecrets(SecretSpec... secrets)
withSecrets in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.SecretsNested<T> addNewSecret()
addNewSecret in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public CustomBuildStrategyFluent.SecretsNested<T> addNewSecretLike(SecretSpec item)
addNewSecretLike in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CustomBuildStrategyFluent<T extends CustomBuildStrategyFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.