public class TargetFluentImpl<A extends TargetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements TargetFluent<A>
| Constructor and Description |
|---|
TargetFluentImpl() |
TargetFluentImpl(Target 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 |
getApiVersion() |
String |
getGroup() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getVersion() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiVersion() |
Boolean |
hasGroup() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasVersion() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withApiVersion(String apiVersion) |
A |
withGroup(String group) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withVersion(String version) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic TargetFluentImpl()
public TargetFluentImpl(Target instance)
public String getApiVersion()
getApiVersion in interface TargetFluent<A extends TargetFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface TargetFluent<A extends TargetFluent<A>>public String getGroup()
getGroup in interface TargetFluent<A extends TargetFluent<A>>public A withGroup(String group)
withGroup in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasGroup()
hasGroup in interface TargetFluent<A extends TargetFluent<A>>public String getKind()
getKind in interface TargetFluent<A extends TargetFluent<A>>public A withKind(String kind)
withKind in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasKind()
hasKind in interface TargetFluent<A extends TargetFluent<A>>public String getName()
getName in interface TargetFluent<A extends TargetFluent<A>>public A withName(String name)
withName in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasName()
hasName in interface TargetFluent<A extends TargetFluent<A>>public String getNamespace()
getNamespace in interface TargetFluent<A extends TargetFluent<A>>public A withNamespace(String namespace)
withNamespace in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasNamespace()
hasNamespace in interface TargetFluent<A extends TargetFluent<A>>public String getVersion()
getVersion in interface TargetFluent<A extends TargetFluent<A>>public A withVersion(String version)
withVersion in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasVersion()
hasVersion in interface TargetFluent<A extends TargetFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface TargetFluent<A extends TargetFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TargetFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends TargetFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.