Interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>

All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
All Known Subinterfaces:
RecreateDeploymentStrategyParamsFluent.MidNested<N>, RecreateDeploymentStrategyParamsFluent.PostNested<N>, RecreateDeploymentStrategyParamsFluent.PreNested<N>, RollingDeploymentStrategyParamsFluent.PostNested<N>, RollingDeploymentStrategyParamsFluent.PreNested<N>
All Known Implementing Classes:
DoneableLifecycleHook, LifecycleHookBuilder, LifecycleHookFluentImpl, RecreateDeploymentStrategyParamsFluentImpl.MidNestedImpl, RecreateDeploymentStrategyParamsFluentImpl.PostNestedImpl, RecreateDeploymentStrategyParamsFluentImpl.PreNestedImpl, RollingDeploymentStrategyParamsFluentImpl.PostNestedImpl, RollingDeploymentStrategyParamsFluentImpl.PreNestedImpl

public interface LifecycleHookFluent<A extends LifecycleHookFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>