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

io.fabric8.kubernetes.api.model.ServicePortFluent Maven / Gradle / Ivy

There is a newer version: 6.13.4
Show newest version
package io.fabric8.kubernetes.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.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;

public interface ServicePortFluent> extends Fluent{


    public String getName();    public T withName( String name);    public Integer getNodePort();    public T withNodePort( Integer nodePort);    public Integer getPort();    public T withPort( Integer port);    public String getProtocol();    public T withProtocol( String protocol);    public IntOrString getTargetPort();    public T withTargetPort( IntOrString targetPort);    public TargetPortNested withNewTargetPort();    public TargetPortNested withNewTargetPortLike( IntOrString item);    public TargetPortNested editTargetPort();    public T withNewTargetPort( String strVal);    public T withNewTargetPort( Integer intVal);    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 TargetPortNested extends Nested, IntOrStringFluent>{
            public N endTargetPort();            public N and();        
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy