Class V2PodsMetricSourceFluentImpl<A extends V2PodsMetricSourceFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V2PodsMetricSourceFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V2PodsMetricSourceFluent<A>
- Direct Known Subclasses:
V2PodsMetricSourceBuilder
public class V2PodsMetricSourceFluentImpl<A extends V2PodsMetricSourceFluent<A>>
extends BaseFluent<A>
implements V2PodsMetricSourceFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V2PodsMetricSourceFluent
V2PodsMetricSourceFluent.MetricNested<N>, V2PodsMetricSourceFluent.TargetNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV2PodsMetricSourceFluentImpl(io.kubernetes.client.openapi.models.V2PodsMetricSource instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V2MetricIdentifierio.kubernetes.client.openapi.models.V2MetricTargeteditOrNewMetricLike(io.kubernetes.client.openapi.models.V2MetricIdentifier item) editOrNewTargetLike(io.kubernetes.client.openapi.models.V2MetricTarget item) booleanio.kubernetes.client.openapi.models.V2MetricIdentifierDeprecated.io.kubernetes.client.openapi.models.V2MetricTargetDeprecated.inthashCode()toString()withMetric(io.kubernetes.client.openapi.models.V2MetricIdentifier metric) withNewMetricLike(io.kubernetes.client.openapi.models.V2MetricIdentifier item) 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
-
V2PodsMetricSourceFluentImpl
public V2PodsMetricSourceFluentImpl() -
V2PodsMetricSourceFluentImpl
public V2PodsMetricSourceFluentImpl(io.kubernetes.client.openapi.models.V2PodsMetricSource instance)
-
-
Method Details
-
getMetric
Deprecated.This method has been deprecated, please use method buildMetric instead.- Specified by:
getMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>- Returns:
- The buildable object.
-
buildMetric
public io.kubernetes.client.openapi.models.V2MetricIdentifier buildMetric()- Specified by:
buildMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
withMetric
- Specified by:
withMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
hasMetric
- Specified by:
hasMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
withNewMetric
- Specified by:
withNewMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
withNewMetricLike
public V2PodsMetricSourceFluent.MetricNested<A> withNewMetricLike(io.kubernetes.client.openapi.models.V2MetricIdentifier item) - Specified by:
withNewMetricLikein interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
editMetric
- Specified by:
editMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
editOrNewMetric
- Specified by:
editOrNewMetricin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
editOrNewMetricLike
public V2PodsMetricSourceFluent.MetricNested<A> editOrNewMetricLike(io.kubernetes.client.openapi.models.V2MetricIdentifier item) - Specified by:
editOrNewMetricLikein interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
getTarget
Deprecated.This method has been deprecated, please use method buildTarget instead.- Specified by:
getTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>- Returns:
- The buildable object.
-
buildTarget
public io.kubernetes.client.openapi.models.V2MetricTarget buildTarget()- Specified by:
buildTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
withTarget
- Specified by:
withTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
hasTarget
- Specified by:
hasTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
withNewTarget
- Specified by:
withNewTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
withNewTargetLike
public V2PodsMetricSourceFluent.TargetNested<A> withNewTargetLike(io.kubernetes.client.openapi.models.V2MetricTarget item) - Specified by:
withNewTargetLikein interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
editTarget
- Specified by:
editTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
editOrNewTarget
- Specified by:
editOrNewTargetin interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
editOrNewTargetLike
public V2PodsMetricSourceFluent.TargetNested<A> editOrNewTargetLike(io.kubernetes.client.openapi.models.V2MetricTarget item) - Specified by:
editOrNewTargetLikein interfaceV2PodsMetricSourceFluent<A extends V2PodsMetricSourceFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V2PodsMetricSourceFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V2PodsMetricSourceFluent<A>>
-
toString
-