public interface V2beta1ObjectMetricStatusFluent<A extends V2beta1ObjectMetricStatusFluent<A>> extends Fluent<A>
Modifier and Type | Interface and Description |
---|---|
static interface |
V2beta1ObjectMetricStatusFluent.SelectorNested<N> |
static interface |
V2beta1ObjectMetricStatusFluent.TargetNested<N> |
Quantity getAverageValue()
Boolean hasAverageValue()
Quantity getCurrentValue()
Boolean hasCurrentValue()
String getMetricName()
Boolean hasMetricName()
A withNewMetricName(StringBuilder arg1)
A withNewMetricName(StringBuffer arg1)
@Deprecated V1LabelSelector getSelector()
V1LabelSelector buildSelector()
A withSelector(V1LabelSelector selector)
Boolean hasSelector()
V2beta1ObjectMetricStatusFluent.SelectorNested<A> withNewSelector()
V2beta1ObjectMetricStatusFluent.SelectorNested<A> withNewSelectorLike(V1LabelSelector item)
V2beta1ObjectMetricStatusFluent.SelectorNested<A> editSelector()
V2beta1ObjectMetricStatusFluent.SelectorNested<A> editOrNewSelector()
V2beta1ObjectMetricStatusFluent.SelectorNested<A> editOrNewSelectorLike(V1LabelSelector item)
@Deprecated V2beta1CrossVersionObjectReference getTarget()
V2beta1CrossVersionObjectReference buildTarget()
A withTarget(V2beta1CrossVersionObjectReference target)
Boolean hasTarget()
V2beta1ObjectMetricStatusFluent.TargetNested<A> withNewTarget()
V2beta1ObjectMetricStatusFluent.TargetNested<A> withNewTargetLike(V2beta1CrossVersionObjectReference item)
V2beta1ObjectMetricStatusFluent.TargetNested<A> editTarget()
V2beta1ObjectMetricStatusFluent.TargetNested<A> editOrNewTarget()
V2beta1ObjectMetricStatusFluent.TargetNested<A> editOrNewTargetLike(V2beta1CrossVersionObjectReference item)
Copyright © 2021. All rights reserved.