public interface V1IngressClassSpecFluent<A extends V1IngressClassSpecFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V1IngressClassSpecFluent.ParametersNested<N> |
Modifier and Type | Method and Description |
---|---|
V1TypedLocalObjectReference |
buildParameters() |
V1IngressClassSpecFluent.ParametersNested<A> |
editOrNewParameters() |
V1IngressClassSpecFluent.ParametersNested<A> |
editOrNewParametersLike(V1TypedLocalObjectReference item) |
V1IngressClassSpecFluent.ParametersNested<A> |
editParameters() |
String |
getController() |
V1TypedLocalObjectReference |
getParameters()
Deprecated.
|
Boolean |
hasController() |
Boolean |
hasParameters() |
A |
withController(String controller) |
A |
withNewController(String arg1) |
A |
withNewController(StringBuffer arg1) |
A |
withNewController(StringBuilder arg1) |
V1IngressClassSpecFluent.ParametersNested<A> |
withNewParameters() |
V1IngressClassSpecFluent.ParametersNested<A> |
withNewParametersLike(V1TypedLocalObjectReference item) |
A |
withParameters(V1TypedLocalObjectReference parameters) |
String getController()
Boolean hasController()
A withNewController(StringBuilder arg1)
A withNewController(StringBuffer arg1)
@Deprecated V1TypedLocalObjectReference getParameters()
V1TypedLocalObjectReference buildParameters()
A withParameters(V1TypedLocalObjectReference parameters)
Boolean hasParameters()
V1IngressClassSpecFluent.ParametersNested<A> withNewParameters()
V1IngressClassSpecFluent.ParametersNested<A> withNewParametersLike(V1TypedLocalObjectReference item)
V1IngressClassSpecFluent.ParametersNested<A> editParameters()
V1IngressClassSpecFluent.ParametersNested<A> editOrNewParameters()
V1IngressClassSpecFluent.ParametersNested<A> editOrNewParametersLike(V1TypedLocalObjectReference item)
Copyright © 2021. All rights reserved.