public class IngressRuleFluent<A extends IngressRuleFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Constructor and Description |
|---|
IngressRuleFluent() |
IngressRuleFluent(IngressRule instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost() |
String |
getPath() |
String |
getPathType() |
String |
getServiceName() |
String |
getServicePortName() |
Integer |
getServicePortNumber() |
int |
hashCode() |
boolean |
hasHost() |
boolean |
hasPath() |
boolean |
hasPathType() |
boolean |
hasServiceName() |
boolean |
hasServicePortName() |
boolean |
hasServicePortNumber() |
String |
toString() |
A |
withHost(String host) |
A |
withPath(String path) |
A |
withPathType(String pathType) |
A |
withServiceName(String serviceName) |
A |
withServicePortName(String servicePortName) |
A |
withServicePortNumber(Integer servicePortNumber) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressRuleFluent()
public IngressRuleFluent(IngressRule instance)
public String getHost()
public boolean hasHost()
public String getPath()
public boolean hasPath()
public String getPathType()
public boolean hasPathType()
public String getServiceName()
public boolean hasServiceName()
public String getServicePortName()
public boolean hasServicePortName()
public Integer getServicePortNumber()
public boolean hasServicePortNumber()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressRuleFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressRuleFluent<A>>Copyright © 2018–2023 Red Hat. All rights reserved.