Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl.PatchOptionsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.PatchOptionsFluentImpl<KubeSchemaFluent.PatchOptionsNested<N>>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl.PatchOptionsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<KubeSchemaFluent.PatchOptionsNested<N>>
,Nested<N>
,Visitable<KubeSchemaFluent.PatchOptionsNested<N>>
,KubeSchemaFluent.PatchOptionsNested<N>
,PatchOptionsFluent<KubeSchemaFluent.PatchOptionsNested<N>>
- Enclosing class:
- KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
public class KubeSchemaFluentImpl.PatchOptionsNestedImpl<N> extends PatchOptionsFluentImpl<KubeSchemaFluent.PatchOptionsNested<N>> implements KubeSchemaFluent.PatchOptionsNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endPatchOptions()
-
Methods inherited from class io.fabric8.kubernetes.api.model.PatchOptionsFluentImpl
addAllToDryRun, addNewDryRun, addNewDryRun, addNewDryRun, addToDryRun, addToDryRun, equals, getApiVersion, getDryRun, getDryRun, getFieldManager, getFirstDryRun, getKind, getLastDryRun, getMatchingDryRun, hasApiVersion, hasDryRun, hasFieldManager, hasForce, hashCode, hasKind, hasMatchingDryRun, isForce, removeAllFromDryRun, removeFromDryRun, setToDryRun, withApiVersion, withDryRun, withDryRun, withFieldManager, withForce, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewFieldManager, withNewFieldManager, withNewFieldManager, withNewForce, withNewForce, withNewKind, withNewKind, withNewKind
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.PatchOptionsFluent
addAllToDryRun, addNewDryRun, addNewDryRun, addNewDryRun, addToDryRun, addToDryRun, getApiVersion, getDryRun, getDryRun, getFieldManager, getFirstDryRun, getKind, getLastDryRun, getMatchingDryRun, hasApiVersion, hasDryRun, hasFieldManager, hasForce, hasKind, hasMatchingDryRun, isForce, removeAllFromDryRun, removeFromDryRun, setToDryRun, withApiVersion, withDryRun, withDryRun, withFieldManager, withForce, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewFieldManager, withNewFieldManager, withNewFieldManager, withNewForce, withNewForce, withNewKind, withNewKind, withNewKind
-
-
-
-
Method Detail
-
and
public N and()
-
endPatchOptions
public N endPatchOptions()
- Specified by:
endPatchOptions
in interfaceKubeSchemaFluent.PatchOptionsNested<N>
-
-