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 |
---|---|
io.kubernetes.client.openapi.models.V1TypedLocalObjectReference |
buildParameters() |
V1IngressClassSpecFluent.ParametersNested<A> |
editOrNewParameters() |
V1IngressClassSpecFluent.ParametersNested<A> |
editOrNewParametersLike(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item) |
V1IngressClassSpecFluent.ParametersNested<A> |
editParameters() |
String |
getController() |
io.kubernetes.client.openapi.models.V1TypedLocalObjectReference |
getParameters()
Deprecated.
|
Boolean |
hasController() |
Boolean |
hasParameters() |
A |
withController(String controller) |
A |
withNewController(String original)
Deprecated.
|
V1IngressClassSpecFluent.ParametersNested<A> |
withNewParameters() |
V1IngressClassSpecFluent.ParametersNested<A> |
withNewParametersLike(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item) |
A |
withParameters(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference parameters) |
String getController()
Boolean hasController()
@Deprecated A withNewController(String original)
@Deprecated io.kubernetes.client.openapi.models.V1TypedLocalObjectReference getParameters()
io.kubernetes.client.openapi.models.V1TypedLocalObjectReference buildParameters()
A withParameters(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference parameters)
Boolean hasParameters()
V1IngressClassSpecFluent.ParametersNested<A> withNewParameters()
V1IngressClassSpecFluent.ParametersNested<A> withNewParametersLike(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item)
V1IngressClassSpecFluent.ParametersNested<A> editParameters()
V1IngressClassSpecFluent.ParametersNested<A> editOrNewParameters()
V1IngressClassSpecFluent.ParametersNested<A> editOrNewParametersLike(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item)
Copyright © 2021. All rights reserved.