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

io.fabric8.openshift.api.model.RouteSpecFluent Maven / Gradle / Ivy

There is a newer version: 4.1.1
Show newest version
package io.fabric8.openshift.api.model;

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

public interface RouteSpecFluent> extends Fluent{


    public String getHost();
    public A withHost(String host);
    public String getPath();
    public A withPath(String path);
    public RoutePort getPort();
    public A withPort(RoutePort port);
    public RouteSpecFluent.PortNested withNewPort();
    public RouteSpecFluent.PortNested withNewPortLike(RoutePort item);
    public RouteSpecFluent.PortNested editPort();
    public TLSConfig getTls();
    public A withTls(TLSConfig tls);
    public RouteSpecFluent.TlsNested withNewTls();
    public RouteSpecFluent.TlsNested withNewTlsLike(TLSConfig item);
    public RouteSpecFluent.TlsNested editTls();
    public ObjectReference getTo();
    public A withTo(ObjectReference to);
    public RouteSpecFluent.ToNested withNewTo();
    public RouteSpecFluent.ToNested withNewToLike(ObjectReference item);
    public RouteSpecFluent.ToNested editTo();

    public interface PortNested extends Nested,RoutePortFluent>{

        
    public N endPort();    public N and();
}
    public interface TlsNested extends Nested,TLSConfigFluent>{

        
    public N endTls();    public N and();
}
    public interface ToNested extends Nested,ObjectReferenceFluent>{

        
    public N and();    public N endTo();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy