public class ReleaseFluentImpl<A extends ReleaseFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ReleaseFluent<A>
| Constructor and Description |
|---|
ReleaseFluentImpl() |
ReleaseFluentImpl(Release instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ReleaseFluentImpl()
public ReleaseFluentImpl(Release instance)
public A addToChannels(Integer index, String item)
addToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A setToChannels(Integer index, String item)
setToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addToChannels(String... items)
addToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addAllToChannels(Collection<String> items)
addAllToChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A removeFromChannels(String... items)
removeFromChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A removeAllFromChannels(Collection<String> items)
removeAllFromChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public List<String> getChannels()
getChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getChannel(Integer index)
getChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getFirstChannel()
getFirstChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getLastChannel()
getLastChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getMatchingChannel(Predicate<String> predicate)
getMatchingChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasMatchingChannel(Predicate<String> predicate)
hasMatchingChannel in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withChannels(List<String> channels)
withChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withChannels(String... channels)
withChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasChannels()
hasChannels in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getImage()
getImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withImage(String image)
withImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasImage()
hasImage in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getUrl()
getUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withUrl(String url)
withUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasUrl()
hasUrl in interface ReleaseFluent<A extends ReleaseFluent<A>>public String getVersion()
getVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A withVersion(String version)
withVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasVersion()
hasVersion in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ReleaseFluent<A extends ReleaseFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ReleaseFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ReleaseFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.