public interface SyncObjectPatchFluent<A extends SyncObjectPatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
String |
getApiVersion() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getPatch() |
String |
getPatchType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasApiVersion() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPatch() |
Boolean |
hasPatchType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<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) |
String getApiVersion()
Boolean hasApiVersion()
String getKind()
Boolean hasKind()
String getName()
Boolean hasName()
String getNamespace()
Boolean hasNamespace()
String getPatch()
Boolean hasPatch()
String getPatchType()
Boolean hasPatchType()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.