public interface IngressRuleFluent<A extends IngressRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getHost() |
String |
getPath() |
String |
getPathType() |
String |
getServiceName() |
String |
getServicePortName() |
Integer |
getServicePortNumber() |
Boolean |
hasHost() |
Boolean |
hasPath() |
Boolean |
hasPathType() |
Boolean |
hasServiceName() |
Boolean |
hasServicePortName() |
Boolean |
hasServicePortNumber() |
A |
withHost(String host) |
A |
withPath(String path) |
A |
withPathType(String pathType) |
A |
withServiceName(String serviceName) |
A |
withServicePortName(String servicePortName) |
A |
withServicePortNumber(Integer servicePortNumber) |
String getHost()
Boolean hasHost()
String getPath()
Boolean hasPath()
String getPathType()
Boolean hasPathType()
String getServiceName()
Boolean hasServiceName()
String getServicePortName()
Boolean hasServicePortName()
Integer getServicePortNumber()
Boolean hasServicePortNumber()
Copyright © 2018–2023 Red Hat. All rights reserved.