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

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

There is a newer version: 1.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 HandlerFluent> extends Fluent{


    public ExecAction getExec();
    public A withExec(ExecAction exec);
    public HandlerFluent.ExecNested withNewExec();
    public HandlerFluent.ExecNested withNewExecLike(ExecAction item);
    public HandlerFluent.ExecNested editExec();
    public HTTPGetAction getHttpGet();
    public A withHttpGet(HTTPGetAction httpGet);
    public HandlerFluent.HttpGetNested withNewHttpGet();
    public HandlerFluent.HttpGetNested withNewHttpGetLike(HTTPGetAction item);
    public HandlerFluent.HttpGetNested editHttpGet();
    public TCPSocketAction getTcpSocket();
    public A withTcpSocket(TCPSocketAction tcpSocket);
    public HandlerFluent.TcpSocketNested withNewTcpSocket();
    public HandlerFluent.TcpSocketNested withNewTcpSocketLike(TCPSocketAction item);
    public HandlerFluent.TcpSocketNested editTcpSocket();

    public interface ExecNested extends Nested,ExecActionFluent>{

        
    public N endExec();    public N and();
}
    public interface HttpGetNested extends Nested,HTTPGetActionFluent>{

        
    public N and();    public N endHttpGet();
}
    public interface TcpSocketNested extends Nested,TCPSocketActionFluent>{

        
    public N endTcpSocket();    public N and();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy