public class ClusterImageSetSpecFluentImpl<A extends ClusterImageSetSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ClusterImageSetSpecFluent<A>
| Constructor and Description |
|---|
ClusterImageSetSpecFluentImpl() |
ClusterImageSetSpecFluentImpl(ClusterImageSetSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getReleaseImage() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasReleaseImage() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withReleaseImage(String releaseImage) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ClusterImageSetSpecFluentImpl()
public ClusterImageSetSpecFluentImpl(ClusterImageSetSpec instance)
public String getReleaseImage()
getReleaseImage in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public A withReleaseImage(String releaseImage)
withReleaseImage in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public Boolean hasReleaseImage()
hasReleaseImage in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ClusterImageSetSpecFluent<A extends ClusterImageSetSpecFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterImageSetSpecFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends ClusterImageSetSpecFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.