public class IngressRuleFluentImpl<A extends IngressRuleFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressRuleFluent<A>
| Constructor and Description |
|---|
IngressRuleFluentImpl() |
IngressRuleFluentImpl(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 IngressRuleFluentImpl()
public IngressRuleFluentImpl(IngressRule instance)
public String getHost()
getHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withHost(String host)
withHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasHost()
hasHost in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public String getPath()
getPath in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withPath(String path)
withPath in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasPath()
hasPath in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public String getPathType()
getPathType in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withPathType(String pathType)
withPathType in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasPathType()
hasPathType in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public String getServiceName()
getServiceName in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withServiceName(String serviceName)
withServiceName in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasServiceName()
hasServiceName in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public String getServicePortName()
getServicePortName in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withServicePortName(String servicePortName)
withServicePortName in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasServicePortName()
hasServicePortName in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Integer getServicePortNumber()
getServicePortNumber in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public A withServicePortNumber(Integer servicePortNumber)
withServicePortNumber in interface IngressRuleFluent<A extends IngressRuleFluent<A>>public Boolean hasServicePortNumber()
hasServicePortNumber in interface IngressRuleFluent<A extends IngressRuleFluent<A>>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–2022 Red Hat. All rights reserved.