Class PortsFluent<A extends PortsFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.ephemeralcontainers.PortsFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
EphemeralContainersFluent.EphemeralcontainersPortsNested,PortsBuilder
public class PortsFluent<A extends PortsFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description PortsFluent()PortsFluent(Ports instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetContainerPort()StringgetHostIP()IntegergetHostPort()StringgetName()StringgetProtocol()booleanhasContainerPort()inthashCode()booleanhasHostIP()booleanhasHostPort()booleanhasName()booleanhasProtocol()StringtoString()AwithContainerPort(Integer containerPort)AwithHostIP(String hostIP)AwithHostPort(Integer hostPort)AwithName(String name)AwithProtocol(String protocol)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
PortsFluent
public PortsFluent()
-
PortsFluent
public PortsFluent(Ports instance)
-
-
Method Detail
-
getContainerPort
public Integer getContainerPort()
-
hasContainerPort
public boolean hasContainerPort()
-
getHostIP
public String getHostIP()
-
hasHostIP
public boolean hasHostIP()
-
getHostPort
public Integer getHostPort()
-
hasHostPort
public boolean hasHostPort()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
getProtocol
public String getProtocol()
-
hasProtocol
public boolean hasProtocol()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PortsFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends PortsFluent<A>>
-
-