
io.kubernetes.client.models.V1LifecycleFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Boolean;
public interface V1LifecycleFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildPostStart instead.
*/
@Deprecated public V1Handler getPostStart();
public V1Handler buildPostStart();
public A withPostStart(V1Handler postStart);
public Boolean hasPostStart();
public V1LifecycleFluent.PostStartNested withNewPostStart();
public V1LifecycleFluent.PostStartNested withNewPostStartLike(V1Handler item);
public V1LifecycleFluent.PostStartNested editPostStart();
public V1LifecycleFluent.PostStartNested editOrNewPostStart();
public V1LifecycleFluent.PostStartNested editOrNewPostStartLike(V1Handler item);
/**
* This method has been deprecated, please use method buildPreStop instead.
*/
@Deprecated public V1Handler getPreStop();
public V1Handler buildPreStop();
public A withPreStop(V1Handler preStop);
public Boolean hasPreStop();
public V1LifecycleFluent.PreStopNested withNewPreStop();
public V1LifecycleFluent.PreStopNested withNewPreStopLike(V1Handler item);
public V1LifecycleFluent.PreStopNested editPreStop();
public V1LifecycleFluent.PreStopNested editOrNewPreStop();
public V1LifecycleFluent.PreStopNested editOrNewPreStopLike(V1Handler item);
public interface PostStartNested extends io.kubernetes.client.fluent.Nested,V1HandlerFluent>{
public N and(); public N endPostStart();
}
public interface PreStopNested extends io.kubernetes.client.fluent.Nested,V1HandlerFluent>{
public N and(); public N endPreStop();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy