Package io.fabric8.kubernetes.api.model
Interface CreateOptionsFluent<A extends CreateOptionsFluent<A>>
-
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
KubeSchemaFluent.CreateOptionsNested<N>
,WatchEventFluent.CreateOptionsObjectNested<N>
- All Known Implementing Classes:
CreateOptionsBuilder
,CreateOptionsFluentImpl
,KubeSchemaFluentImpl.CreateOptionsNestedImpl
,WatchEventFluentImpl.CreateOptionsObjectNestedImpl
public interface CreateOptionsFluent<A extends CreateOptionsFluent<A>> extends Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getApiVersion
String getApiVersion()
-
hasApiVersion
Boolean hasApiVersion()
-
withNewApiVersion
A withNewApiVersion(StringBuilder arg1)
-
withNewApiVersion
A withNewApiVersion(StringBuffer arg1)
-
addAllToDryRun
A addAllToDryRun(Collection<String> items)
-
removeAllFromDryRun
A removeAllFromDryRun(Collection<String> items)
-
getDryRun
String getDryRun(int index)
-
getFirstDryRun
String getFirstDryRun()
-
getLastDryRun
String getLastDryRun()
-
hasDryRun
Boolean hasDryRun()
-
addNewDryRun
A addNewDryRun(StringBuilder arg1)
-
addNewDryRun
A addNewDryRun(StringBuffer arg1)
-
getFieldManager
String getFieldManager()
-
hasFieldManager
Boolean hasFieldManager()
-
withNewFieldManager
A withNewFieldManager(StringBuilder arg1)
-
withNewFieldManager
A withNewFieldManager(StringBuffer arg1)
-
getKind
String getKind()
-
hasKind
Boolean hasKind()
-
withNewKind
A withNewKind(StringBuilder arg1)
-
withNewKind
A withNewKind(StringBuffer arg1)
-
-