Package io.fabric8.kubernetes.api.model
Interface ServiceSpecFluent.PortsNested<N>
-
- All Superinterfaces:
Fluent<ServiceSpecFluent.PortsNested<N>>
,Nested<N>
,ServicePortFluent<ServiceSpecFluent.PortsNested<N>>
- All Known Implementing Classes:
ServiceSpecFluentImpl.PortsNestedImpl
- Enclosing interface:
- ServiceSpecFluent<A extends ServiceSpecFluent<A>>
public static interface ServiceSpecFluent.PortsNested<N> extends Nested<N>, ServicePortFluent<ServiceSpecFluent.PortsNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ServicePortFluent
ServicePortFluent.TargetPortNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPort()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ServicePortFluent
buildTargetPort, editOrNewTargetPort, editOrNewTargetPortLike, editTargetPort, getAppProtocol, getName, getNodePort, getPort, getProtocol, getTargetPort, hasAppProtocol, hasName, hasNodePort, hasPort, hasProtocol, hasTargetPort, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewProtocol, withNewProtocol, withNewProtocol, withNewTargetPort, withNewTargetPort, withNewTargetPort, withNewTargetPortLike, withNodePort, withPort, withProtocol, withTargetPort
-
-