public class PatchFluentImpl<A extends PatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements PatchFluent<A>
PatchFluent.TargetNested<N>| Constructor and Description |
|---|
PatchFluentImpl() |
PatchFluentImpl(Patch instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PatchFluentImpl()
public PatchFluentImpl(Patch instance)
public A addToOptions(String key, Boolean value)
addToOptions in interface PatchFluent<A extends PatchFluent<A>>public A addToOptions(Map<String,Boolean> map)
addToOptions in interface PatchFluent<A extends PatchFluent<A>>public A removeFromOptions(String key)
removeFromOptions in interface PatchFluent<A extends PatchFluent<A>>public A removeFromOptions(Map<String,Boolean> map)
removeFromOptions in interface PatchFluent<A extends PatchFluent<A>>public Map<String,Boolean> getOptions()
getOptions in interface PatchFluent<A extends PatchFluent<A>>public <K,V> A withOptions(Map<String,Boolean> options)
withOptions in interface PatchFluent<A extends PatchFluent<A>>public Boolean hasOptions()
hasOptions in interface PatchFluent<A extends PatchFluent<A>>public String getPatch()
getPatch in interface PatchFluent<A extends PatchFluent<A>>public A withPatch(String patch)
withPatch in interface PatchFluent<A extends PatchFluent<A>>public Boolean hasPatch()
hasPatch in interface PatchFluent<A extends PatchFluent<A>>public String getPath()
getPath in interface PatchFluent<A extends PatchFluent<A>>public A withPath(String path)
withPath in interface PatchFluent<A extends PatchFluent<A>>public Boolean hasPath()
hasPath in interface PatchFluent<A extends PatchFluent<A>>@Deprecated public Selector getTarget()
getTarget in interface PatchFluent<A extends PatchFluent<A>>public Selector buildTarget()
buildTarget in interface PatchFluent<A extends PatchFluent<A>>public A withTarget(Selector target)
withTarget in interface PatchFluent<A extends PatchFluent<A>>public Boolean hasTarget()
hasTarget in interface PatchFluent<A extends PatchFluent<A>>public PatchFluent.TargetNested<A> withNewTarget()
withNewTarget in interface PatchFluent<A extends PatchFluent<A>>public PatchFluent.TargetNested<A> withNewTargetLike(Selector item)
withNewTargetLike in interface PatchFluent<A extends PatchFluent<A>>public PatchFluent.TargetNested<A> editTarget()
editTarget in interface PatchFluent<A extends PatchFluent<A>>public PatchFluent.TargetNested<A> editOrNewTarget()
editOrNewTarget in interface PatchFluent<A extends PatchFluent<A>>public PatchFluent.TargetNested<A> editOrNewTargetLike(Selector item)
editOrNewTargetLike in interface PatchFluent<A extends PatchFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface PatchFluent<A extends PatchFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PatchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends PatchFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.