Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl.DeleteOptionsNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.DeleteOptionsFluentImpl<KubeSchemaFluent.DeleteOptionsNested<N>>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl.DeleteOptionsNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<KubeSchemaFluent.DeleteOptionsNested<N>>
,Nested<N>
,Visitable<KubeSchemaFluent.DeleteOptionsNested<N>>
,DeleteOptionsFluent<KubeSchemaFluent.DeleteOptionsNested<N>>
,KubeSchemaFluent.DeleteOptionsNested<N>
- Enclosing class:
- KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
public class KubeSchemaFluentImpl.DeleteOptionsNestedImpl<N> extends DeleteOptionsFluentImpl<KubeSchemaFluent.DeleteOptionsNested<N>> implements KubeSchemaFluent.DeleteOptionsNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.DeleteOptionsFluentImpl
DeleteOptionsFluentImpl.PreconditionsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.DeleteOptionsFluent
DeleteOptionsFluent.PreconditionsNested<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
endDeleteOptions()
-
Methods inherited from class io.fabric8.kubernetes.api.model.DeleteOptionsFluentImpl
addAllToDryRun, addNewDryRun, addNewDryRun, addNewDryRun, addToDryRun, addToDryRun, buildPreconditions, editOrNewPreconditions, editOrNewPreconditionsLike, editPreconditions, equals, getApiVersion, getDryRun, getDryRun, getFirstDryRun, getGracePeriodSeconds, getKind, getLastDryRun, getMatchingDryRun, getPreconditions, getPropagationPolicy, hasApiVersion, hasDryRun, hasGracePeriodSeconds, hashCode, hasKind, hasMatchingDryRun, hasOrphanDependents, hasPreconditions, hasPropagationPolicy, isOrphanDependents, removeAllFromDryRun, removeFromDryRun, setToDryRun, withApiVersion, withDryRun, withDryRun, withGracePeriodSeconds, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewOrphanDependents, withNewOrphanDependents, withNewPreconditions, withNewPreconditions, withNewPreconditionsLike, withNewPropagationPolicy, withNewPropagationPolicy, withNewPropagationPolicy, withOrphanDependents, withPreconditions, withPropagationPolicy
-
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.DeleteOptionsFluent
addAllToDryRun, addNewDryRun, addNewDryRun, addNewDryRun, addToDryRun, addToDryRun, buildPreconditions, editOrNewPreconditions, editOrNewPreconditionsLike, editPreconditions, getApiVersion, getDryRun, getDryRun, getFirstDryRun, getGracePeriodSeconds, getKind, getLastDryRun, getMatchingDryRun, getPreconditions, getPropagationPolicy, hasApiVersion, hasDryRun, hasGracePeriodSeconds, hasKind, hasMatchingDryRun, hasOrphanDependents, hasPreconditions, hasPropagationPolicy, isOrphanDependents, removeAllFromDryRun, removeFromDryRun, setToDryRun, withApiVersion, withDryRun, withDryRun, withGracePeriodSeconds, withKind, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewOrphanDependents, withNewOrphanDependents, withNewPreconditions, withNewPreconditions, withNewPreconditionsLike, withNewPropagationPolicy, withNewPropagationPolicy, withNewPropagationPolicy, withOrphanDependents, withPreconditions, withPropagationPolicy
-
-
-
-
Method Detail
-
and
public N and()
-
endDeleteOptions
public N endDeleteOptions()
- Specified by:
endDeleteOptions
in interfaceKubeSchemaFluent.DeleteOptionsNested<N>
-
-