
io.kubernetes.client.models.V2beta1ObjectMetricSourceFluent 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 V2beta1ObjectMetricSourceFluent> extends Fluent{
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 V2beta1ObjectMetricSourceFluent.TargetNested withNewTarget();
public V2beta1ObjectMetricSourceFluent.TargetNested withNewTargetLike(V2beta1CrossVersionObjectReference item);
public V2beta1ObjectMetricSourceFluent.TargetNested editTarget();
public V2beta1ObjectMetricSourceFluent.TargetNested editOrNewTarget();
public V2beta1ObjectMetricSourceFluent.TargetNested editOrNewTargetLike(V2beta1CrossVersionObjectReference item);
public String getTargetValue();
public A withTargetValue(String targetValue);
public Boolean hasTargetValue();
public interface TargetNested extends io.kubernetes.client.fluent.Nested,V2beta1CrossVersionObjectReferenceFluent>{
public N and(); public N endTarget();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy