public class IngressClassSpecFluentImpl<A extends IngressClassSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements IngressClassSpecFluent<A>
| Constructor and Description |
|---|
IngressClassSpecFluentImpl() |
IngressClassSpecFluentImpl(IngressClassSpec instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getController() |
io.fabric8.kubernetes.api.model.TypedLocalObjectReference |
getParameters() |
Boolean |
hasController() |
int |
hashCode() |
Boolean |
hasParameters() |
A |
withController(String controller) |
A |
withNewController(String arg1) |
A |
withNewController(StringBuffer arg1) |
A |
withNewController(StringBuilder arg1) |
A |
withNewParameters(String apiGroup,
String kind,
String name) |
A |
withParameters(io.fabric8.kubernetes.api.model.TypedLocalObjectReference parameters) |
public IngressClassSpecFluentImpl()
public IngressClassSpecFluentImpl(IngressClassSpec instance)
public String getController()
getController in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public A withController(String controller)
withController in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public Boolean hasController()
hasController in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public A withNewController(String arg1)
withNewController in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public A withNewController(StringBuilder arg1)
withNewController in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public A withNewController(StringBuffer arg1)
withNewController in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public io.fabric8.kubernetes.api.model.TypedLocalObjectReference getParameters()
getParameters in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public A withParameters(io.fabric8.kubernetes.api.model.TypedLocalObjectReference parameters)
withParameters in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public Boolean hasParameters()
hasParameters in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>public A withNewParameters(String apiGroup, String kind, String name)
withNewParameters in interface IngressClassSpecFluent<A extends IngressClassSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.