Class V1IngressBackendFluentImpl<A extends V1IngressBackendFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1IngressBackendFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V1IngressBackendFluent<A>
- Direct Known Subclasses:
V1IngressBackendBuilder
public class V1IngressBackendFluentImpl<A extends V1IngressBackendFluent<A>>
extends BaseFluent<A>
implements V1IngressBackendFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1IngressBackendFluent
V1IngressBackendFluent.ResourceNested<N>, V1IngressBackendFluent.ServiceNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV1IngressBackendFluentImpl
(io.kubernetes.client.openapi.models.V1IngressBackend instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1TypedLocalObjectReference
io.kubernetes.client.openapi.models.V1IngressServiceBackend
editOrNewResourceLike
(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item) editOrNewServiceLike
(io.kubernetes.client.openapi.models.V1IngressServiceBackend item) boolean
io.kubernetes.client.openapi.models.V1TypedLocalObjectReference
Deprecated.io.kubernetes.client.openapi.models.V1IngressServiceBackend
Deprecated.int
hashCode()
toString()
withNewResourceLike
(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item) withNewServiceLike
(io.kubernetes.client.openapi.models.V1IngressServiceBackend item) withResource
(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference resource) withService
(io.kubernetes.client.openapi.models.V1IngressServiceBackend service) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1IngressBackendFluentImpl
public V1IngressBackendFluentImpl() -
V1IngressBackendFluentImpl
public V1IngressBackendFluentImpl(io.kubernetes.client.openapi.models.V1IngressBackend instance)
-
-
Method Details
-
getResource
Deprecated.This method has been deprecated, please use method buildResource instead.- Specified by:
getResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
- Returns:
- The buildable object.
-
buildResource
public io.kubernetes.client.openapi.models.V1TypedLocalObjectReference buildResource()- Specified by:
buildResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
withResource
- Specified by:
withResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
hasResource
- Specified by:
hasResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
withNewResource
- Specified by:
withNewResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
withNewResourceLike
public V1IngressBackendFluent.ResourceNested<A> withNewResourceLike(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item) - Specified by:
withNewResourceLike
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
editResource
- Specified by:
editResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
editOrNewResource
- Specified by:
editOrNewResource
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
editOrNewResourceLike
public V1IngressBackendFluent.ResourceNested<A> editOrNewResourceLike(io.kubernetes.client.openapi.models.V1TypedLocalObjectReference item) - Specified by:
editOrNewResourceLike
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
getService
Deprecated.This method has been deprecated, please use method buildService instead.- Specified by:
getService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
- Returns:
- The buildable object.
-
buildService
public io.kubernetes.client.openapi.models.V1IngressServiceBackend buildService()- Specified by:
buildService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
withService
- Specified by:
withService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
hasService
- Specified by:
hasService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
withNewService
- Specified by:
withNewService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
withNewServiceLike
public V1IngressBackendFluent.ServiceNested<A> withNewServiceLike(io.kubernetes.client.openapi.models.V1IngressServiceBackend item) - Specified by:
withNewServiceLike
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
editService
- Specified by:
editService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
editOrNewService
- Specified by:
editOrNewService
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
editOrNewServiceLike
public V1IngressBackendFluent.ServiceNested<A> editOrNewServiceLike(io.kubernetes.client.openapi.models.V1IngressServiceBackend item) - Specified by:
editOrNewServiceLike
in interfaceV1IngressBackendFluent<A extends V1IngressBackendFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V1IngressBackendFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V1IngressBackendFluent<A>>
-
toString
-