public class CrossVersionObjectReferenceFluentImpl<A extends CrossVersionObjectReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CrossVersionObjectReferenceFluent<A>
| Constructor and Description |
|---|
CrossVersionObjectReferenceFluentImpl() |
CrossVersionObjectReferenceFluentImpl(CrossVersionObjectReference 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 |
getKind() |
String |
getName() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiVersion() |
int |
hashCode() |
Boolean |
hasKind() |
Boolean |
hasName() |
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 |
withKind(String kind) |
A |
withName(String name) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CrossVersionObjectReferenceFluentImpl()
public CrossVersionObjectReferenceFluentImpl(CrossVersionObjectReference instance)
public String getApiVersion()
getApiVersion in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public String getKind()
getKind in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A withKind(String kind)
withKind in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public Boolean hasKind()
hasKind in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public String getName()
getName in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A withName(String name)
withName in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public Boolean hasName()
hasName in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface CrossVersionObjectReferenceFluent<A extends CrossVersionObjectReferenceFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CrossVersionObjectReferenceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CrossVersionObjectReferenceFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.