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

io.fabric8.openshift.api.model.RecreateDeploymentStrategyParamsFluent Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.fabric8.openshift.api.model;

import io.fabric8.kubernetes.api.builder.Fluent;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.Long;
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 RecreateDeploymentStrategyParamsFluent> extends Fluent{


    public LifecycleHook getMid();
    public A withMid(LifecycleHook mid);
    public RecreateDeploymentStrategyParamsFluent.MidNested withNewMid();
    public RecreateDeploymentStrategyParamsFluent.MidNested withNewMidLike(LifecycleHook item);
    public RecreateDeploymentStrategyParamsFluent.MidNested editMid();
    public LifecycleHook getPost();
    public A withPost(LifecycleHook post);
    public RecreateDeploymentStrategyParamsFluent.PostNested withNewPost();
    public RecreateDeploymentStrategyParamsFluent.PostNested withNewPostLike(LifecycleHook item);
    public RecreateDeploymentStrategyParamsFluent.PostNested editPost();
    public LifecycleHook getPre();
    public A withPre(LifecycleHook pre);
    public RecreateDeploymentStrategyParamsFluent.PreNested withNewPre();
    public RecreateDeploymentStrategyParamsFluent.PreNested withNewPreLike(LifecycleHook item);
    public RecreateDeploymentStrategyParamsFluent.PreNested editPre();
    public Long getTimeoutSeconds();
    public A withTimeoutSeconds(Long timeoutSeconds);

    public interface MidNested extends Nested,LifecycleHookFluent>{

        
    public N endMid();    public N and();
}
    public interface PostNested extends Nested,LifecycleHookFluent>{

        
    public N and();    public N endPost();
}
    public interface PreNested extends Nested,LifecycleHookFluent>{

        
    public N endPre();    public N and();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy