Package io.fabric8.kubernetes.api.model
Interface KubeSchemaFluent.EndpointPortNested<N>
-
- All Superinterfaces:
EndpointPortFluent<KubeSchemaFluent.EndpointPortNested<N>>,Fluent<KubeSchemaFluent.EndpointPortNested<N>>,Nested<N>
- All Known Implementing Classes:
KubeSchemaFluentImpl.EndpointPortNestedImpl
- Enclosing interface:
- KubeSchemaFluent<A extends KubeSchemaFluent<A>>
public static interface KubeSchemaFluent.EndpointPortNested<N> extends Nested<N>, EndpointPortFluent<KubeSchemaFluent.EndpointPortNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Nand()NendEndpointPort()-
Methods inherited from interface io.fabric8.kubernetes.api.model.EndpointPortFluent
getAppProtocol, getName, getPort, getProtocol, hasAppProtocol, hasName, hasPort, hasProtocol, withAppProtocol, withName, withNewAppProtocol, withNewAppProtocol, withNewAppProtocol, withNewName, withNewName, withNewName, withNewProtocol, withNewProtocol, withNewProtocol, withPort, withProtocol
-
-