Class LifecycleFluent<A extends LifecycleFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.LifecycleFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ContainersFluent.LifecycleNested,LifecycleBuilder
public class LifecycleFluent<A extends LifecycleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classLifecycleFluent.PostStartNested<N>classLifecycleFluent.PreStopNested<N>
-
Constructor Summary
Constructors Constructor Description LifecycleFluent()LifecycleFluent(Lifecycle instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PostStartbuildPostStart()PreStopbuildPreStop()LifecycleFluent.PostStartNested<A>editOrNewPostStart()LifecycleFluent.PostStartNested<A>editOrNewPostStartLike(PostStart item)LifecycleFluent.PreStopNested<A>editOrNewPreStop()LifecycleFluent.PreStopNested<A>editOrNewPreStopLike(PreStop item)LifecycleFluent.PostStartNested<A>editPostStart()LifecycleFluent.PreStopNested<A>editPreStop()booleanequals(Object o)inthashCode()booleanhasPostStart()booleanhasPreStop()StringtoString()LifecycleFluent.PostStartNested<A>withNewPostStart()LifecycleFluent.PostStartNested<A>withNewPostStartLike(PostStart item)LifecycleFluent.PreStopNested<A>withNewPreStop()LifecycleFluent.PreStopNested<A>withNewPreStopLike(PreStop item)AwithPostStart(PostStart postStart)AwithPreStop(PreStop preStop)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
LifecycleFluent
public LifecycleFluent()
-
LifecycleFluent
public LifecycleFluent(Lifecycle instance)
-
-
Method Detail
-
buildPostStart
public PostStart buildPostStart()
-
hasPostStart
public boolean hasPostStart()
-
withNewPostStart
public LifecycleFluent.PostStartNested<A> withNewPostStart()
-
withNewPostStartLike
public LifecycleFluent.PostStartNested<A> withNewPostStartLike(PostStart item)
-
editPostStart
public LifecycleFluent.PostStartNested<A> editPostStart()
-
editOrNewPostStart
public LifecycleFluent.PostStartNested<A> editOrNewPostStart()
-
editOrNewPostStartLike
public LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(PostStart item)
-
buildPreStop
public PreStop buildPreStop()
-
hasPreStop
public boolean hasPreStop()
-
withNewPreStop
public LifecycleFluent.PreStopNested<A> withNewPreStop()
-
withNewPreStopLike
public LifecycleFluent.PreStopNested<A> withNewPreStopLike(PreStop item)
-
editPreStop
public LifecycleFluent.PreStopNested<A> editPreStop()
-
editOrNewPreStop
public LifecycleFluent.PreStopNested<A> editOrNewPreStop()
-
editOrNewPreStopLike
public LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(PreStop item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LifecycleFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends LifecycleFluent<A>>
-
-