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