Package io.fabric8.kubernetes.api.model
Class UpdateOptionsFluentImpl<A extends UpdateOptionsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.UpdateOptionsFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,UpdateOptionsFluent<A>
- Direct Known Subclasses:
KubeSchemaFluentImpl.UpdateOptionsNestedImpl
,UpdateOptionsBuilder
,WatchEventFluentImpl.UpdateOptionsObjectNestedImpl
public class UpdateOptionsFluentImpl<A extends UpdateOptionsFluent<A>> extends BaseFluent<A> implements UpdateOptionsFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description UpdateOptionsFluentImpl()
UpdateOptionsFluentImpl(UpdateOptions instance)
-
Method Summary
-
-
-
Constructor Detail
-
UpdateOptionsFluentImpl
public UpdateOptionsFluentImpl()
-
UpdateOptionsFluentImpl
public UpdateOptionsFluentImpl(UpdateOptions instance)
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
- Specified by:
getApiVersion
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withApiVersion
public A withApiVersion(String apiVersion)
- Specified by:
withApiVersion
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
hasApiVersion
public Boolean hasApiVersion()
- Specified by:
hasApiVersion
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(String arg1)
- Specified by:
withNewApiVersion
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuilder arg1)
- Specified by:
withNewApiVersion
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewApiVersion
public A withNewApiVersion(StringBuffer arg1)
- Specified by:
withNewApiVersion
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
addToDryRun
public A addToDryRun(int index, String item)
- Specified by:
addToDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
setToDryRun
public A setToDryRun(int index, String item)
- Specified by:
setToDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
addToDryRun
public A addToDryRun(String... items)
- Specified by:
addToDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
addAllToDryRun
public A addAllToDryRun(Collection<String> items)
- Specified by:
addAllToDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
removeFromDryRun
public A removeFromDryRun(String... items)
- Specified by:
removeFromDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
removeAllFromDryRun
public A removeAllFromDryRun(Collection<String> items)
- Specified by:
removeAllFromDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getDryRun
public List<String> getDryRun()
- Specified by:
getDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getDryRun
public String getDryRun(int index)
- Specified by:
getDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getFirstDryRun
public String getFirstDryRun()
- Specified by:
getFirstDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getLastDryRun
public String getLastDryRun()
- Specified by:
getLastDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getMatchingDryRun
public String getMatchingDryRun(Predicate<String> predicate)
- Specified by:
getMatchingDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
hasMatchingDryRun
public Boolean hasMatchingDryRun(Predicate<String> predicate)
- Specified by:
hasMatchingDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withDryRun
public A withDryRun(List<String> dryRun)
- Specified by:
withDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withDryRun
public A withDryRun(String... dryRun)
- Specified by:
withDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
hasDryRun
public Boolean hasDryRun()
- Specified by:
hasDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
addNewDryRun
public A addNewDryRun(String arg1)
- Specified by:
addNewDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
addNewDryRun
public A addNewDryRun(StringBuilder arg1)
- Specified by:
addNewDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
addNewDryRun
public A addNewDryRun(StringBuffer arg1)
- Specified by:
addNewDryRun
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getFieldManager
public String getFieldManager()
- Specified by:
getFieldManager
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withFieldManager
public A withFieldManager(String fieldManager)
- Specified by:
withFieldManager
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
hasFieldManager
public Boolean hasFieldManager()
- Specified by:
hasFieldManager
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewFieldManager
public A withNewFieldManager(String arg1)
- Specified by:
withNewFieldManager
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewFieldManager
public A withNewFieldManager(StringBuilder arg1)
- Specified by:
withNewFieldManager
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewFieldManager
public A withNewFieldManager(StringBuffer arg1)
- Specified by:
withNewFieldManager
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
getKind
public String getKind()
- Specified by:
getKind
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withKind
public A withKind(String kind)
- Specified by:
withKind
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
hasKind
public Boolean hasKind()
- Specified by:
hasKind
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewKind
public A withNewKind(String arg1)
- Specified by:
withNewKind
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuilder arg1)
- Specified by:
withNewKind
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
withNewKind
public A withNewKind(StringBuffer arg1)
- Specified by:
withNewKind
in interfaceUpdateOptionsFluent<A extends UpdateOptionsFluent<A>>
-
-