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