public interface EndpointPortFluent<A extends EndpointPortFluent<A>>
extends io.fabric8.kubernetes.api.builder.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 |
withNewAppProtocol(String arg0)
Deprecated.
|
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewProtocol(String arg0)
Deprecated.
|
A |
withPort(Integer port) |
A |
withProtocol(String protocol) |
String getAppProtocol()
Boolean hasAppProtocol()
@Deprecated A withNewAppProtocol(String arg0)
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Integer getPort()
Boolean hasPort()
String getProtocol()
Boolean hasProtocol()
@Deprecated A withNewProtocol(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.