io.kubernetes.client.openapi.models.V2beta1ObjectMetricStatusFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import io.kubernetes.client.custom.Quantity;
import java.lang.String;
import java.lang.StringBuffer;
import java.lang.Deprecated;
import java.lang.Boolean;
public interface V2beta1ObjectMetricStatusFluent> extends Fluent {
public Quantity getAverageValue();
public A withAverageValue(Quantity averageValue);
public Boolean hasAverageValue();
public A withNewAverageValue(final String value);
public Quantity getCurrentValue();
public A withCurrentValue(Quantity currentValue);
public Boolean hasCurrentValue();
public A withNewCurrentValue(final String value);
public String getMetricName();
public A withMetricName(String metricName);
public Boolean hasMetricName();
public A withNewMetricName(String arg1);
public A withNewMetricName(StringBuilder arg1);
public A withNewMetricName(StringBuffer arg1);
/**
* This method has been deprecated, please use method buildSelector instead.
* @return The buildable object.
*/
@Deprecated public V1LabelSelector getSelector();
public V1LabelSelector buildSelector();
public A withSelector(V1LabelSelector selector);
public Boolean hasSelector();
public V2beta1ObjectMetricStatusFluent.SelectorNested withNewSelector();
public V2beta1ObjectMetricStatusFluent.SelectorNested withNewSelectorLike(V1LabelSelector item);
public V2beta1ObjectMetricStatusFluent.SelectorNested editSelector();
public V2beta1ObjectMetricStatusFluent.SelectorNested editOrNewSelector();
public V2beta1ObjectMetricStatusFluent.SelectorNested editOrNewSelectorLike(V1LabelSelector item);
/**
* This method has been deprecated, please use method buildTarget instead.
* @return The buildable object.
*/
@Deprecated public V2beta1CrossVersionObjectReference getTarget();
public V2beta1CrossVersionObjectReference buildTarget();
public A withTarget(V2beta1CrossVersionObjectReference target);
public Boolean hasTarget();
public V2beta1ObjectMetricStatusFluent.TargetNested withNewTarget();
public V2beta1ObjectMetricStatusFluent.TargetNested withNewTargetLike(V2beta1CrossVersionObjectReference item);
public V2beta1ObjectMetricStatusFluent.TargetNested editTarget();
public V2beta1ObjectMetricStatusFluent.TargetNested editOrNewTarget();
public V2beta1ObjectMetricStatusFluent.TargetNested editOrNewTargetLike(V2beta1CrossVersionObjectReference item);
public interface SelectorNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent> {
public N and();
public N endSelector(); }
public interface TargetNested extends io.kubernetes.client.fluent.Nested,V2beta1CrossVersionObjectReferenceFluent> {
public N and();
public N endTarget(); }
}