
io.kubernetes.client.models.V2beta1ObjectMetricStatusFluent Maven / Gradle / Ivy
package io.kubernetes.client.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Boolean;
public interface V2beta1ObjectMetricStatusFluent> extends Fluent{
public String getCurrentValue();
public A withCurrentValue(String currentValue);
public Boolean hasCurrentValue();
public String getMetricName();
public A withMetricName(String metricName);
public Boolean hasMetricName();
/**
* This method has been deprecated, please use method buildTarget instead.
*/
@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 TargetNested extends io.kubernetes.client.fluent.Nested,V2beta1CrossVersionObjectReferenceFluent>{
public N and(); public N endTarget();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy