Package io.fabric8.kubernetes.api.model
Class PatchOptionsFluentImpl<A extends PatchOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PatchOptionsFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,PatchOptionsFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.PatchOptionsNestedImpl,PatchOptionsBuilder,WatchEventFluentImpl.PatchOptionsObjectNestedImpl
public class PatchOptionsFluentImpl<A extends PatchOptionsFluent<A>> extends BaseFluent<A> implements PatchOptionsFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description PatchOptionsFluentImpl()PatchOptionsFluentImpl(PatchOptions instance)
-
Method Summary
-
-
-
Constructor Detail
-
PatchOptionsFluentImpl
public PatchOptionsFluentImpl()
-
PatchOptionsFluentImpl
public PatchOptionsFluentImpl(PatchOptions instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersionin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersionin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersionin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersionin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersionin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersionin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
addToDryRun
public A addToDryRun(int index, String item)
- Specified by:
addToDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
setToDryRun
public A setToDryRun(int index, String item)
- Specified by:
setToDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
addToDryRun
public A addToDryRun(String... items)
- Specified by:
addToDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
addAllToDryRun
public A addAllToDryRun(Collection<String> items)
- Specified by:
addAllToDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
removeFromDryRun
public A removeFromDryRun(String... items)
- Specified by:
removeFromDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
removeAllFromDryRun
public A removeAllFromDryRun(Collection<String> items)
- Specified by:
removeAllFromDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getDryRun
public List<String> getDryRun()
- Specified by:
getDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getDryRun
public String getDryRun(int index)
- Specified by:
getDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getFirstDryRun
public String getFirstDryRun()
- Specified by:
getFirstDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getLastDryRun
public String getLastDryRun()
- Specified by:
getLastDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getMatchingDryRun
public String getMatchingDryRun(Predicate<String> predicate)
- Specified by:
getMatchingDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
hasMatchingDryRun
public Boolean hasMatchingDryRun(Predicate<String> predicate)
- Specified by:
hasMatchingDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withDryRun
public A withDryRun(List<String> dryRun)
- Specified by:
withDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withDryRun
public A withDryRun(String... dryRun)
- Specified by:
withDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
hasDryRun
public Boolean hasDryRun()
- Specified by:
hasDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
addNewDryRun
public A addNewDryRun(String arg1)
- Specified by:
addNewDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
addNewDryRun
public A addNewDryRun(StringBuilder arg1)
- Specified by:
addNewDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
addNewDryRun
public A addNewDryRun(StringBuffer arg1)
- Specified by:
addNewDryRunin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getFieldManager
public String getFieldManager()
- Specified by:
getFieldManagerin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withFieldManager
public A withFieldManager(String fieldManager)
- Specified by:
withFieldManagerin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
hasFieldManager
public Boolean hasFieldManager()
- Specified by:
hasFieldManagerin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewFieldManager
public A withNewFieldManager(String arg1)
- Specified by:
withNewFieldManagerin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewFieldManager
public A withNewFieldManager(StringBuilder arg1)
- Specified by:
withNewFieldManagerin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewFieldManager
public A withNewFieldManager(StringBuffer arg1)
- Specified by:
withNewFieldManagerin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
isForce
public Boolean isForce()
- Specified by:
isForcein interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withForce
public A withForce(Boolean force)
- Specified by:
withForcein interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
hasForce
public Boolean hasForce()
- Specified by:
hasForcein interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewForce
public A withNewForce(String arg1)
- Specified by:
withNewForcein interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewForce
public A withNewForce(boolean arg1)
- Specified by:
withNewForcein interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKindin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKindin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKindin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKindin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKindin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKindin interfacePatchOptionsFluent<A extends PatchOptionsFluent<A>>
-
-