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

io.fabric8.kubernetes.api.model.extensions.HTTPIngressRuleValueFluent Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
package io.fabric8.kubernetes.api.model.extensions;

import io.fabric8.kubernetes.api.builder.Fluent;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonProperty;
import javax.validation.Valid;
import java.lang.String;
import java.lang.Object;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonIgnore;
import io.fabric8.kubernetes.api.builder.Nested;

public interface HTTPIngressRuleValueFluent> extends Fluent{


    public A addToPaths(HTTPIngressPath... items);
    public A removeFromPaths(HTTPIngressPath... items);
    public List getPaths();
    public A withPaths(List paths);
    public A withPaths(HTTPIngressPath... paths);
    public HTTPIngressRuleValueFluent.PathsNested addNewPath();
    public HTTPIngressRuleValueFluent.PathsNested addNewPathLike(HTTPIngressPath item);

    public interface PathsNested extends Nested,HTTPIngressPathFluent>{

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy