Package io.fabric8.kubernetes.api.model
Interface KubeSchemaFluent.CreateOptionsNested<N>
-
- All Superinterfaces:
CreateOptionsFluent<KubeSchemaFluent.CreateOptionsNested<N>>
,Fluent<KubeSchemaFluent.CreateOptionsNested<N>>
,Nested<N>
- All Known Implementing Classes:
KubeSchemaFluentImpl.CreateOptionsNestedImpl
- Enclosing interface:
- KubeSchemaFluent<A extends KubeSchemaFluent<A>>
public static interface KubeSchemaFluent.CreateOptionsNested<N> extends Nested<N>, CreateOptionsFluent<KubeSchemaFluent.CreateOptionsNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endCreateOptions()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.CreateOptionsFluent
addAllToDryRun, addNewDryRun, addNewDryRun, addNewDryRun, addToDryRun, addToDryRun, getApiVersion, getDryRun, getDryRun, getFieldManager, getFirstDryRun, getKind, getLastDryRun, getMatchingDryRun, hasApiVersion, hasDryRun, hasFieldManager, hasKind, hasMatchingDryRun, removeAllFromDryRun, removeFromDryRun, setToDryRun, withApiVersion, withDryRun, withDryRun, withFieldManager, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewFieldManager, withNewFieldManager, withNewFieldManager, withNewKind, withNewKind, withNewKind
-
-