
io.kubernetes.client.models.V1ProbeFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Integer;
import java.lang.Deprecated;
import java.lang.Boolean;
public interface V1ProbeFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildExec instead.
*/
@Deprecated public V1ExecAction getExec();
public V1ExecAction buildExec();
public A withExec(V1ExecAction exec);
public Boolean hasExec();
public V1ProbeFluent.ExecNested withNewExec();
public V1ProbeFluent.ExecNested withNewExecLike(V1ExecAction item);
public V1ProbeFluent.ExecNested editExec();
public V1ProbeFluent.ExecNested editOrNewExec();
public V1ProbeFluent.ExecNested editOrNewExecLike(V1ExecAction item);
public Integer getFailureThreshold();
public A withFailureThreshold(Integer failureThreshold);
public Boolean hasFailureThreshold();
public A withNewFailureThreshold(int arg1);
public A withNewFailureThreshold(String arg1);
/**
* This method has been deprecated, please use method buildHttpGet instead.
*/
@Deprecated public V1HTTPGetAction getHttpGet();
public V1HTTPGetAction buildHttpGet();
public A withHttpGet(V1HTTPGetAction httpGet);
public Boolean hasHttpGet();
public V1ProbeFluent.HttpGetNested withNewHttpGet();
public V1ProbeFluent.HttpGetNested withNewHttpGetLike(V1HTTPGetAction item);
public V1ProbeFluent.HttpGetNested editHttpGet();
public V1ProbeFluent.HttpGetNested editOrNewHttpGet();
public V1ProbeFluent.HttpGetNested editOrNewHttpGetLike(V1HTTPGetAction item);
public Integer getInitialDelaySeconds();
public A withInitialDelaySeconds(Integer initialDelaySeconds);
public Boolean hasInitialDelaySeconds();
public A withNewInitialDelaySeconds(int arg1);
public A withNewInitialDelaySeconds(String arg1);
public Integer getPeriodSeconds();
public A withPeriodSeconds(Integer periodSeconds);
public Boolean hasPeriodSeconds();
public A withNewPeriodSeconds(int arg1);
public A withNewPeriodSeconds(String arg1);
public Integer getSuccessThreshold();
public A withSuccessThreshold(Integer successThreshold);
public Boolean hasSuccessThreshold();
public A withNewSuccessThreshold(int arg1);
public A withNewSuccessThreshold(String arg1);
/**
* This method has been deprecated, please use method buildTcpSocket instead.
*/
@Deprecated public V1TCPSocketAction getTcpSocket();
public V1TCPSocketAction buildTcpSocket();
public A withTcpSocket(V1TCPSocketAction tcpSocket);
public Boolean hasTcpSocket();
public V1ProbeFluent.TcpSocketNested withNewTcpSocket();
public V1ProbeFluent.TcpSocketNested withNewTcpSocketLike(V1TCPSocketAction item);
public V1ProbeFluent.TcpSocketNested editTcpSocket();
public V1ProbeFluent.TcpSocketNested editOrNewTcpSocket();
public V1ProbeFluent.TcpSocketNested editOrNewTcpSocketLike(V1TCPSocketAction item);
public Integer getTimeoutSeconds();
public A withTimeoutSeconds(Integer timeoutSeconds);
public Boolean hasTimeoutSeconds();
public A withNewTimeoutSeconds(int arg1);
public A withNewTimeoutSeconds(String arg1);
public interface ExecNested extends io.kubernetes.client.fluent.Nested,V1ExecActionFluent>{
public N and(); public N endExec();
}
public interface HttpGetNested extends io.kubernetes.client.fluent.Nested,V1HTTPGetActionFluent>{
public N and(); public N endHttpGet();
}
public interface TcpSocketNested extends io.kubernetes.client.fluent.Nested,V1TCPSocketActionFluent>{
public N and(); public N endTcpSocket();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy