All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.kubernetes.api.model.LifecycleFluent Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package io.fabric8.kubernetes.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface LifecycleFluent> extends Fluent{


    public Handler getPostStart();
    public A withPostStart(Handler postStart);
    public LifecycleFluent.PostStartNested withNewPostStart();
    public LifecycleFluent.PostStartNested withNewPostStartLike(Handler item);
    public LifecycleFluent.PostStartNested editPostStart();
    public Handler getPreStop();
    public A withPreStop(Handler preStop);
    public LifecycleFluent.PreStopNested withNewPreStop();
    public LifecycleFluent.PreStopNested withNewPreStopLike(Handler item);
    public LifecycleFluent.PreStopNested editPreStop();

    public interface PostStartNested extends Nested,HandlerFluent>{

        
    public N endPostStart();    public N and();
}
    public interface PreStopNested extends Nested,HandlerFluent>{

        
    public N and();    public N endPreStop();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy