io.kubernetes.client.openapi.models.V2beta2PodsMetricSourceFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
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.Deprecated;
import java.lang.Boolean;
public interface V2beta2PodsMetricSourceFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildMetric instead.
* @return The buildable object.
*/
@Deprecated public V2beta2MetricIdentifier getMetric();
public V2beta2MetricIdentifier buildMetric();
public A withMetric(V2beta2MetricIdentifier metric);
public Boolean hasMetric();
public V2beta2PodsMetricSourceFluent.MetricNested withNewMetric();
public V2beta2PodsMetricSourceFluent.MetricNested withNewMetricLike(V2beta2MetricIdentifier item);
public V2beta2PodsMetricSourceFluent.MetricNested editMetric();
public V2beta2PodsMetricSourceFluent.MetricNested editOrNewMetric();
public V2beta2PodsMetricSourceFluent.MetricNested editOrNewMetricLike(V2beta2MetricIdentifier item);
/**
* This method has been deprecated, please use method buildTarget instead.
* @return The buildable object.
*/
@Deprecated public V2beta2MetricTarget getTarget();
public V2beta2MetricTarget buildTarget();
public A withTarget(V2beta2MetricTarget target);
public Boolean hasTarget();
public V2beta2PodsMetricSourceFluent.TargetNested withNewTarget();
public V2beta2PodsMetricSourceFluent.TargetNested withNewTargetLike(V2beta2MetricTarget item);
public V2beta2PodsMetricSourceFluent.TargetNested editTarget();
public V2beta2PodsMetricSourceFluent.TargetNested editOrNewTarget();
public V2beta2PodsMetricSourceFluent.TargetNested editOrNewTargetLike(V2beta2MetricTarget item);
public interface MetricNested extends io.kubernetes.client.fluent.Nested,V2beta2MetricIdentifierFluent> {
public N and();
public N endMetric(); }
public interface TargetNested extends io.kubernetes.client.fluent.Nested,V2beta2MetricTargetFluent> {
public N and();
public N endTarget(); }
}