public class ReleaseTypeFluentImpl<A extends ReleaseTypeFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReleaseTypeFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ReleaseTypeFluentImpl.ConfigurationNestedImpl<N> |
ReleaseTypeFluent.ConfigurationNested<N>| Constructor and Description |
|---|
ReleaseTypeFluentImpl() |
ReleaseTypeFluentImpl(ReleaseType instance) |
public ReleaseTypeFluentImpl()
public ReleaseTypeFluentImpl(ReleaseType instance)
@Deprecated public ConfigurationSpec getConfiguration()
getConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public ConfigurationSpec buildConfiguration()
buildConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A withConfiguration(ConfigurationSpec configuration)
withConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public Boolean hasConfiguration()
hasConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public ReleaseTypeFluent.ConfigurationNested<A> withNewConfiguration()
withNewConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public ReleaseTypeFluent.ConfigurationNested<A> withNewConfigurationLike(ConfigurationSpec item)
withNewConfigurationLike in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public ReleaseTypeFluent.ConfigurationNested<A> editConfiguration()
editConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public ReleaseTypeFluent.ConfigurationNested<A> editOrNewConfiguration()
editOrNewConfiguration in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public ReleaseTypeFluent.ConfigurationNested<A> editOrNewConfigurationLike(ConfigurationSpec item)
editOrNewConfigurationLike in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A addToRevisions(int index, String item)
addToRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A setToRevisions(int index, String item)
setToRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A addToRevisions(String... items)
addToRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A addAllToRevisions(Collection<String> items)
addAllToRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A removeFromRevisions(String... items)
removeFromRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A removeAllFromRevisions(Collection<String> items)
removeAllFromRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public List<String> getRevisions()
getRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public String getRevision(int index)
getRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public String getFirstRevision()
getFirstRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public String getLastRevision()
getLastRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public String getMatchingRevision(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
getMatchingRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public Boolean hasMatchingRevision(io.fabric8.kubernetes.api.builder.Predicate<String> predicate)
hasMatchingRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A withRevisions(List<String> revisions)
withRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A withRevisions(String... revisions)
withRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public Boolean hasRevisions()
hasRevisions in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A addNewRevision(String arg1)
addNewRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A addNewRevision(StringBuilder arg1)
addNewRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A addNewRevision(StringBuffer arg1)
addNewRevision in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public Integer getRolloutPercent()
getRolloutPercent in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public A withRolloutPercent(Integer rolloutPercent)
withRolloutPercent in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>public Boolean hasRolloutPercent()
hasRolloutPercent in interface ReleaseTypeFluent<A extends ReleaseTypeFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.