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

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

package io.kubernetes.client.models;

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

public interface V1LoadBalancerIngressFluent> extends Fluent{


    public String getHostname();
    public A withHostname(String hostname);
    public Boolean hasHostname();
    public String getIp();
    public A withIp(String ip);
    public Boolean hasIp();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy