public interface V1NetworkPolicyPortFluent<A extends V1NetworkPolicyPortFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
IntOrString |
getPort() |
String |
getProtocol() |
Boolean |
hasPort() |
Boolean |
hasProtocol() |
A |
withNewPort(int value) |
A |
withNewPort(String value) |
A |
withPort(IntOrString port) |
A |
withProtocol(String protocol) |
Copyright © 2019. All rights reserved.