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

io.kubernetes.client.models.V1ClientIPConfigFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import java.lang.Integer;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface V1ClientIPConfigFluent> extends Fluent{


    public Integer getTimeoutSeconds();
    public A withTimeoutSeconds(Integer timeoutSeconds);
    public Boolean hasTimeoutSeconds();
    public A withNewTimeoutSeconds(int arg1);
    public A withNewTimeoutSeconds(String arg1);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy