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

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

package io.fabric8.kubernetes.api.model;

import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface LifecycleFluent> extends Fluent{


    public Handler getPostStart();    public T withPostStart( Handler postStart);    public PostStartNested withNewPostStart();    public PostStartNested withNewPostStartLike( Handler item);    public PostStartNested editPostStart();    public Handler getPreStop();    public T withPreStop( Handler preStop);    public PreStopNested withNewPreStop();    public PreStopNested withNewPreStopLike( Handler item);    public PreStopNested editPreStop();    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    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