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: 6.13.4
Show newest version
package io.fabric8.openshift.api.model;

import java.util.HashMap;
import java.io.Serializable;
import java.util.Map;
import java.util.Map;
import java.util.AbstractMap;
import io.fabric8.kubernetes.api.model.ObjectReference;
import io.fabric8.kubernetes.api.builder.Fluent;
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 T withHost( String host);    public String getPath();    public T withPath( String path);    public RoutePort getPort();    public T withPort( RoutePort port);    public PortNested withNewPort();    public PortNested withNewPortLike( RoutePort item);    public PortNested editPort();    public TLSConfig getTls();    public T withTls( TLSConfig tls);    public TlsNested withNewTls();    public TlsNested withNewTlsLike( TLSConfig item);    public TlsNested editTls();    public ObjectReference getTo();    public T withTo( ObjectReference to);    public ToNested withNewTo();    public ToNested withNewToLike( ObjectReference item);    public ToNested editTo();    public T addToAdditionalProperties( String key,  Object value);    public T addToAdditionalProperties( Map map);    public T removeFromAdditionalProperties( String key);    public T removeFromAdditionalProperties( Map map);    public Map getAdditionalProperties();    public T withAdditionalProperties( Map additionalProperties);
    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