![JAR search and dependency download from the Maven repository](/logo.png)
io.kubernetes.client.openapi.models.V2beta1MetricSpecFluent Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import java.lang.StringBuilder;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;
import io.kubernetes.client.fluent.Fluent;
import java.lang.StringBuffer;
public interface V2beta1MetricSpecFluent> extends Fluent {
/**
* This method has been deprecated, please use method buildContainerResource instead.
* @return The buildable object.
*/
@Deprecated public V2beta1ContainerResourceMetricSource getContainerResource();
public V2beta1ContainerResourceMetricSource buildContainerResource();
public A withContainerResource(V2beta1ContainerResourceMetricSource containerResource);
public Boolean hasContainerResource();
public V2beta1MetricSpecFluent.ContainerResourceNested withNewContainerResource();
public V2beta1MetricSpecFluent.ContainerResourceNested withNewContainerResourceLike(V2beta1ContainerResourceMetricSource item);
public V2beta1MetricSpecFluent.ContainerResourceNested editContainerResource();
public V2beta1MetricSpecFluent.ContainerResourceNested editOrNewContainerResource();
public V2beta1MetricSpecFluent.ContainerResourceNested editOrNewContainerResourceLike(V2beta1ContainerResourceMetricSource item);
/**
* This method has been deprecated, please use method buildExternal instead.
* @return The buildable object.
*/
@Deprecated public V2beta1ExternalMetricSource getExternal();
public V2beta1ExternalMetricSource buildExternal();
public A withExternal(V2beta1ExternalMetricSource external);
public Boolean hasExternal();
public V2beta1MetricSpecFluent.ExternalNested withNewExternal();
public V2beta1MetricSpecFluent.ExternalNested withNewExternalLike(V2beta1ExternalMetricSource item);
public V2beta1MetricSpecFluent.ExternalNested editExternal();
public V2beta1MetricSpecFluent.ExternalNested editOrNewExternal();
public V2beta1MetricSpecFluent.ExternalNested editOrNewExternalLike(V2beta1ExternalMetricSource item);
/**
* This method has been deprecated, please use method buildObject instead.
* @return The buildable object.
*/
@Deprecated public V2beta1ObjectMetricSource getObject();
public V2beta1ObjectMetricSource buildObject();
public A withObject(V2beta1ObjectMetricSource _object);
public Boolean hasObject();
public V2beta1MetricSpecFluent.ObjectNested withNewObject();
public V2beta1MetricSpecFluent.ObjectNested withNewObjectLike(V2beta1ObjectMetricSource item);
public V2beta1MetricSpecFluent.ObjectNested editObject();
public V2beta1MetricSpecFluent.ObjectNested editOrNewObject();
public V2beta1MetricSpecFluent.ObjectNested editOrNewObjectLike(V2beta1ObjectMetricSource item);
/**
* This method has been deprecated, please use method buildPods instead.
* @return The buildable object.
*/
@Deprecated public V2beta1PodsMetricSource getPods();
public V2beta1PodsMetricSource buildPods();
public A withPods(V2beta1PodsMetricSource pods);
public Boolean hasPods();
public V2beta1MetricSpecFluent.PodsNested withNewPods();
public V2beta1MetricSpecFluent.PodsNested withNewPodsLike(V2beta1PodsMetricSource item);
public V2beta1MetricSpecFluent.PodsNested editPods();
public V2beta1MetricSpecFluent.PodsNested editOrNewPods();
public V2beta1MetricSpecFluent.PodsNested editOrNewPodsLike(V2beta1PodsMetricSource item);
/**
* This method has been deprecated, please use method buildResource instead.
* @return The buildable object.
*/
@Deprecated public V2beta1ResourceMetricSource getResource();
public V2beta1ResourceMetricSource buildResource();
public A withResource(V2beta1ResourceMetricSource resource);
public Boolean hasResource();
public V2beta1MetricSpecFluent.ResourceNested withNewResource();
public V2beta1MetricSpecFluent.ResourceNested withNewResourceLike(V2beta1ResourceMetricSource item);
public V2beta1MetricSpecFluent.ResourceNested editResource();
public V2beta1MetricSpecFluent.ResourceNested editOrNewResource();
public V2beta1MetricSpecFluent.ResourceNested editOrNewResourceLike(V2beta1ResourceMetricSource item);
public String getType();
public A withType(String type);
public Boolean hasType();
public A withNewType(String arg1);
public A withNewType(StringBuilder arg1);
public A withNewType(StringBuffer arg1);
public interface ContainerResourceNested extends io.kubernetes.client.fluent.Nested,V2beta1ContainerResourceMetricSourceFluent> {
public N and();
public N endContainerResource(); }
public interface ExternalNested extends io.kubernetes.client.fluent.Nested,V2beta1ExternalMetricSourceFluent> {
public N and();
public N endExternal(); }
public interface ObjectNested extends io.kubernetes.client.fluent.Nested,V2beta1ObjectMetricSourceFluent> {
public N and();
public N endObject(); }
public interface PodsNested extends io.kubernetes.client.fluent.Nested,V2beta1PodsMetricSourceFluent> {
public N and();
public N endPods(); }
public interface ResourceNested extends io.kubernetes.client.fluent.Nested,V2beta1ResourceMetricSourceFluent> {
public N and();
public N endResource(); }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy