Interface V1LifecycleFluent<A extends V1LifecycleFluent<A>>

All Superinterfaces:
Fluent<A>
All Known Subinterfaces:
V1ContainerFluent.LifecycleNested<N>, V1EphemeralContainerFluent.LifecycleNested<N>
All Known Implementing Classes:
V1LifecycleBuilder, V1LifecycleFluentImpl

public interface V1LifecycleFluent<A extends V1LifecycleFluent<A>> extends Fluent<A>
Generated
  • Method Details

    • getPostStart

      @Deprecated io.kubernetes.client.openapi.models.V1LifecycleHandler getPostStart()
      Deprecated.
      This method has been deprecated, please use method buildPostStart instead.
      Returns:
      The buildable object.
    • buildPostStart

      io.kubernetes.client.openapi.models.V1LifecycleHandler buildPostStart()
    • withPostStart

      A withPostStart(io.kubernetes.client.openapi.models.V1LifecycleHandler postStart)
    • hasPostStart

      Boolean hasPostStart()
    • withNewPostStart

    • withNewPostStartLike

      V1LifecycleFluent.PostStartNested<A> withNewPostStartLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item)
    • editPostStart

    • editOrNewPostStart

      V1LifecycleFluent.PostStartNested<A> editOrNewPostStart()
    • editOrNewPostStartLike

      V1LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item)
    • getPreStop

      @Deprecated io.kubernetes.client.openapi.models.V1LifecycleHandler getPreStop()
      Deprecated.
      This method has been deprecated, please use method buildPreStop instead.
      Returns:
      The buildable object.
    • buildPreStop

      io.kubernetes.client.openapi.models.V1LifecycleHandler buildPreStop()
    • withPreStop

      A withPreStop(io.kubernetes.client.openapi.models.V1LifecycleHandler preStop)
    • hasPreStop

      Boolean hasPreStop()
    • withNewPreStop

    • withNewPreStopLike

      V1LifecycleFluent.PreStopNested<A> withNewPreStopLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item)
    • editPreStop

    • editOrNewPreStop

      V1LifecycleFluent.PreStopNested<A> editOrNewPreStop()
    • editOrNewPreStopLike

      V1LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item)