All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kubernetes.client.models.V2beta1ExternalMetricSourceFluent 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 io.kubernetes.client.custom.Quantity;
import java.lang.String;
import java.lang.Boolean;

public interface V2beta1ExternalMetricSourceFluent> extends Fluent{


    public String getMetricName();
    public A withMetricName(String metricName);
    public Boolean hasMetricName();
    
/**
 * This method has been deprecated, please use method buildMetricSelector instead.
 */
@Deprecated public V1LabelSelector getMetricSelector();
    public V1LabelSelector buildMetricSelector();
    public A withMetricSelector(V1LabelSelector metricSelector);
    public Boolean hasMetricSelector();
    public V2beta1ExternalMetricSourceFluent.MetricSelectorNested withNewMetricSelector();
    public V2beta1ExternalMetricSourceFluent.MetricSelectorNested withNewMetricSelectorLike(V1LabelSelector item);
    public V2beta1ExternalMetricSourceFluent.MetricSelectorNested editMetricSelector();
    public V2beta1ExternalMetricSourceFluent.MetricSelectorNested editOrNewMetricSelector();
    public V2beta1ExternalMetricSourceFluent.MetricSelectorNested editOrNewMetricSelectorLike(V1LabelSelector item);
    public Quantity getTargetAverageValue();
    public A withTargetAverageValue(Quantity targetAverageValue);
    public Boolean hasTargetAverageValue();
    public Quantity getTargetValue();
    public A withTargetValue(Quantity targetValue);
    public Boolean hasTargetValue();

    public interface MetricSelectorNested extends io.kubernetes.client.fluent.Nested,V1LabelSelectorFluent>{

        
    public N and();    public N endMetricSelector();
}


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy