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

io.kubernetes.client.models.V1beta1HTTPIngressRuleValueFluent 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.util.ArrayList;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1beta1HTTPIngressRuleValueFluent> extends Fluent{


    public A addToPaths(int index,V1beta1HTTPIngressPath item);
    public A setToPaths(int index,V1beta1HTTPIngressPath item);
    public A addToPaths(V1beta1HTTPIngressPath... items);
    public A addAllToPaths(Collection items);
    public A removeFromPaths(V1beta1HTTPIngressPath... items);
    public A removeAllFromPaths(Collection items);
    
/**
 * This method has been deprecated, please use method buildPaths instead.
 */
@Deprecated public List getPaths();
    public List buildPaths();
    public V1beta1HTTPIngressPath buildPath(int index);
    public V1beta1HTTPIngressPath buildFirstPath();
    public V1beta1HTTPIngressPath buildLastPath();
    public V1beta1HTTPIngressPath buildMatchingPath(io.kubernetes.client.fluent.Predicate predicate);
    public A withPaths(List paths);
    public A withPaths(V1beta1HTTPIngressPath... paths);
    public Boolean hasPaths();
    public V1beta1HTTPIngressRuleValueFluent.PathsNested addNewPath();
    public V1beta1HTTPIngressRuleValueFluent.PathsNested addNewPathLike(V1beta1HTTPIngressPath item);
    public V1beta1HTTPIngressRuleValueFluent.PathsNested setNewPathLike(int index,V1beta1HTTPIngressPath item);
    public V1beta1HTTPIngressRuleValueFluent.PathsNested editPath(int index);
    public V1beta1HTTPIngressRuleValueFluent.PathsNested editFirstPath();
    public V1beta1HTTPIngressRuleValueFluent.PathsNested editLastPath();
    public V1beta1HTTPIngressRuleValueFluent.PathsNested editMatchingPath(io.kubernetes.client.fluent.Predicate predicate);

    public interface PathsNested extends io.kubernetes.client.fluent.Nested,V1beta1HTTPIngressPathFluent>{

        
    public N and();    public N endPath();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy