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

io.kubernetes.client.openapi.models.V1HTTPIngressRuleValueFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.kubernetes.client.fluent.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.Collection;
import java.util.List;
import java.lang.Boolean;

public interface V1HTTPIngressRuleValueFluent> extends Fluent {


    public A addToPaths(int index,V1HTTPIngressPath item);
    public A setToPaths(int index,V1HTTPIngressPath item);
    public A addToPaths(V1HTTPIngressPath... items);
    public A addAllToPaths(Collection items);
    public A removeFromPaths(V1HTTPIngressPath... items);
    public A removeAllFromPaths(Collection items);
    public A removeMatchingFromPaths(io.kubernetes.client.fluent.Predicate predicate);
    
/**
 * This method has been deprecated, please use method buildPaths instead.
 * @return The buildable object.
 */
@Deprecated public List getPaths();
    public List buildPaths();
    public V1HTTPIngressPath buildPath(int index);
    public V1HTTPIngressPath buildFirstPath();
    public V1HTTPIngressPath buildLastPath();
    public V1HTTPIngressPath buildMatchingPath(io.kubernetes.client.fluent.Predicate predicate);
    public Boolean hasMatchingPath(io.kubernetes.client.fluent.Predicate predicate);
    public A withPaths(List paths);
    public A withPaths(V1HTTPIngressPath... paths);
    public Boolean hasPaths();
    public V1HTTPIngressRuleValueFluent.PathsNested addNewPath();
    public V1HTTPIngressRuleValueFluent.PathsNested addNewPathLike(V1HTTPIngressPath item);
    public V1HTTPIngressRuleValueFluent.PathsNested setNewPathLike(int index,V1HTTPIngressPath item);
    public V1HTTPIngressRuleValueFluent.PathsNested editPath(int index);
    public V1HTTPIngressRuleValueFluent.PathsNested editFirstPath();
    public V1HTTPIngressRuleValueFluent.PathsNested editLastPath();
    public V1HTTPIngressRuleValueFluent.PathsNested editMatchingPath(io.kubernetes.client.fluent.Predicate predicate);
    public interface PathsNested extends io.kubernetes.client.fluent.Nested,V1HTTPIngressPathFluent> {

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


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy