Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.DeleteOptionsObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.DeleteOptionsFluentImpl<WatchEventFluent.DeleteOptionsObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.DeleteOptionsObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.DeleteOptionsObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.DeleteOptionsObjectNested<N>>
,DeleteOptionsFluent<WatchEventFluent.DeleteOptionsObjectNested<N>>
,WatchEventFluent.DeleteOptionsObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.DeleteOptionsObjectNestedImpl<N> extends DeleteOptionsFluentImpl<WatchEventFluent.DeleteOptionsObjectNested<N>> implements WatchEventFluent.DeleteOptionsObjectNested<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
endDeleteOptionsObject()
-
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()
-
endDeleteOptionsObject
public N endDeleteOptionsObject()
- Specified by:
endDeleteOptionsObject
in interfaceWatchEventFluent.DeleteOptionsObjectNested<N>
-
-