Class V2ContainerResourceMetricSourceFluentImpl<A extends V2ContainerResourceMetricSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V2ContainerResourceMetricSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,V2ContainerResourceMetricSourceFluent<A>
- Direct Known Subclasses:
V2ContainerResourceMetricSourceBuilder
public class V2ContainerResourceMetricSourceFluentImpl<A extends V2ContainerResourceMetricSourceFluent<A>>
extends BaseFluent<A>
implements V2ContainerResourceMetricSourceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V2ContainerResourceMetricSourceFluent
V2ContainerResourceMetricSourceFluent.TargetNested<N>
-
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT
-
Constructor Summary
ConstructorsConstructorDescriptionV2ContainerResourceMetricSourceFluentImpl
(io.kubernetes.client.openapi.models.V2ContainerResourceMetricSource instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V2MetricTarget
editOrNewTargetLike
(io.kubernetes.client.openapi.models.V2MetricTarget item) boolean
getName()
io.kubernetes.client.openapi.models.V2MetricTarget
Deprecated.int
hashCode()
hasName()
toString()
withContainer
(String container) withNewTargetLike
(io.kubernetes.client.openapi.models.V2MetricTarget item) withTarget
(io.kubernetes.client.openapi.models.V2MetricTarget target) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V2ContainerResourceMetricSourceFluentImpl
public V2ContainerResourceMetricSourceFluentImpl() -
V2ContainerResourceMetricSourceFluentImpl
public V2ContainerResourceMetricSourceFluentImpl(io.kubernetes.client.openapi.models.V2ContainerResourceMetricSource instance)
-
-
Method Details
-
getContainer
- Specified by:
getContainer
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
withContainer
- Specified by:
withContainer
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
hasContainer
- Specified by:
hasContainer
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
getName
- Specified by:
getName
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
withName
- Specified by:
withName
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
hasName
- Specified by:
hasName
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
getTarget
Deprecated.This method has been deprecated, please use method buildTarget instead.- Specified by:
getTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
- Returns:
- The buildable object.
-
buildTarget
public io.kubernetes.client.openapi.models.V2MetricTarget buildTarget()- Specified by:
buildTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
withTarget
- Specified by:
withTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
hasTarget
- Specified by:
hasTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
withNewTarget
- Specified by:
withNewTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
withNewTargetLike
public V2ContainerResourceMetricSourceFluent.TargetNested<A> withNewTargetLike(io.kubernetes.client.openapi.models.V2MetricTarget item) - Specified by:
withNewTargetLike
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
editTarget
- Specified by:
editTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
editOrNewTarget
- Specified by:
editOrNewTarget
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
editOrNewTargetLike
public V2ContainerResourceMetricSourceFluent.TargetNested<A> editOrNewTargetLike(io.kubernetes.client.openapi.models.V2MetricTarget item) - Specified by:
editOrNewTargetLike
in interfaceV2ContainerResourceMetricSourceFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
equals
- Overrides:
equals
in classBaseFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseFluent<A extends V2ContainerResourceMetricSourceFluent<A>>
-
toString
-