public class GeneratorOptionsFluentImpl<A extends GeneratorOptionsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GeneratorOptionsFluent<A>
| Constructor and Description |
|---|
GeneratorOptionsFluentImpl() |
GeneratorOptionsFluentImpl(GeneratorOptions instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic GeneratorOptionsFluentImpl()
public GeneratorOptionsFluentImpl(GeneratorOptions instance)
public A addToAnnotations(String key, String value)
addToAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A addToAnnotations(Map<String,String> map)
addToAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A removeFromAnnotations(String key)
removeFromAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A removeFromAnnotations(Map<String,String> map)
removeFromAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Map<String,String> getAnnotations()
getAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public <K,V> A withAnnotations(Map<String,String> annotations)
withAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean hasAnnotations()
hasAnnotations in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean getDisableNameSuffixHash()
getDisableNameSuffixHash in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A withDisableNameSuffixHash(Boolean disableNameSuffixHash)
withDisableNameSuffixHash in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean hasDisableNameSuffixHash()
hasDisableNameSuffixHash in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean getImmutable()
getImmutable in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A withImmutable(Boolean immutable)
withImmutable in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean hasImmutable()
hasImmutable in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A addToLabels(String key, String value)
addToLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A addToLabels(Map<String,String> map)
addToLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A removeFromLabels(String key)
removeFromLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A removeFromLabels(Map<String,String> map)
removeFromLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Map<String,String> getLabels()
getLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public <K,V> A withLabels(Map<String,String> labels)
withLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean hasLabels()
hasLabels in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GeneratorOptionsFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends GeneratorOptionsFluent<A>>public A withDisableNameSuffixHash()
withDisableNameSuffixHash in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>public A withImmutable()
withImmutable in interface GeneratorOptionsFluent<A extends GeneratorOptionsFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.