public interface CoreV1EndpointPortFluent<A extends CoreV1EndpointPortFluent<A>> extends Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getAppProtocol() |
String |
getName() |
Integer |
getPort() |
String |
getProtocol() |
Boolean |
hasAppProtocol() |
Boolean |
hasName() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
withAppProtocol(String appProtocol) |
A |
withName(String name) |
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
Copyright © 2022. All rights reserved.