public class IngressSelectorFluentImpl<A extends IngressSelectorFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressSelectorFluent<A>
| Constructor and Description |
|---|
IngressSelectorFluentImpl() |
IngressSelectorFluentImpl(IngressSelector instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getApiVersion() |
String |
getFieldPath() |
String |
getHost() |
String |
getKind() |
String |
getName() |
String |
getNamespace() |
String |
getPath() |
String |
getProtocol() |
String |
getResourceVersion() |
String |
getUid() |
Boolean |
hasApiVersion() |
Boolean |
hasFieldPath() |
int |
hashCode() |
Boolean |
hasHost() |
Boolean |
hasKind() |
Boolean |
hasName() |
Boolean |
hasNamespace() |
Boolean |
hasPath() |
Boolean |
hasProtocol() |
Boolean |
hasResourceVersion() |
Boolean |
hasUid() |
String |
toString() |
A |
withApiVersion(String apiVersion) |
A |
withFieldPath(String fieldPath) |
A |
withHost(String host) |
A |
withKind(String kind) |
A |
withName(String name) |
A |
withNamespace(String namespace) |
A |
withPath(String path) |
A |
withProtocol(String protocol) |
A |
withResourceVersion(String resourceVersion) |
A |
withUid(String uid) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic IngressSelectorFluentImpl()
public IngressSelectorFluentImpl(IngressSelector instance)
public String getApiVersion()
getApiVersion in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withApiVersion(String apiVersion)
withApiVersion in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasApiVersion()
hasApiVersion in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getFieldPath()
getFieldPath in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withFieldPath(String fieldPath)
withFieldPath in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasFieldPath()
hasFieldPath in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getHost()
getHost in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withHost(String host)
withHost in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasHost()
hasHost in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getKind()
getKind in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withKind(String kind)
withKind in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasKind()
hasKind in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getName()
getName in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withName(String name)
withName in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasName()
hasName in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getNamespace()
getNamespace in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withNamespace(String namespace)
withNamespace in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasNamespace()
hasNamespace in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getPath()
getPath in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withPath(String path)
withPath in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasPath()
hasPath in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getProtocol()
getProtocol in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withProtocol(String protocol)
withProtocol in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasProtocol()
hasProtocol in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getResourceVersion()
getResourceVersion in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withResourceVersion(String resourceVersion)
withResourceVersion in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasResourceVersion()
hasResourceVersion in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public String getUid()
getUid in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public A withUid(String uid)
withUid in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public Boolean hasUid()
hasUid in interface IngressSelectorFluent<A extends IngressSelectorFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressSelectorFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends IngressSelectorFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.