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

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

package io.kubernetes.client.models;

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

public interface V1beta1IngressBackendFluent> extends Fluent{


    public String getServiceName();
    public A withServiceName(String serviceName);
    public Boolean hasServiceName();
    public IntOrString getServicePort();
    public A withServicePort(IntOrString servicePort);
    public Boolean hasServicePort();
    public A withNewServicePort(final String value);
    public A withNewServicePort(final int value);



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy