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

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

package io.kubernetes.client.models;

import java.lang.Deprecated;
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.Boolean;

public interface V1beta1HTTPIngressPathFluent> extends Fluent{


    
/**
 * This method has been deprecated, please use method buildBackend instead.
 */
@Deprecated public V1beta1IngressBackend getBackend();
    public V1beta1IngressBackend buildBackend();
    public A withBackend(V1beta1IngressBackend backend);
    public Boolean hasBackend();
    public V1beta1HTTPIngressPathFluent.BackendNested withNewBackend();
    public V1beta1HTTPIngressPathFluent.BackendNested withNewBackendLike(V1beta1IngressBackend item);
    public V1beta1HTTPIngressPathFluent.BackendNested editBackend();
    public V1beta1HTTPIngressPathFluent.BackendNested editOrNewBackend();
    public V1beta1HTTPIngressPathFluent.BackendNested editOrNewBackendLike(V1beta1IngressBackend item);
    public String getPath();
    public A withPath(String path);
    public Boolean hasPath();

    public interface BackendNested extends io.kubernetes.client.fluent.Nested,V1beta1IngressBackendFluent>{

        
    public N and();    public N endBackend();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy