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

io.kubernetes.client.models.V2beta1ExternalMetricStatusFluent 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 V2beta1ExternalMetricStatusFluent> extends Fluent{


    public String getCurrentAverageValue();
    public A withCurrentAverageValue(String currentAverageValue);
    public Boolean hasCurrentAverageValue();
    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 buildMetricSelector instead.
 */
@Deprecated public V1LabelSelector getMetricSelector();
    public V1LabelSelector buildMetricSelector();
    public A withMetricSelector(V1LabelSelector metricSelector);
    public Boolean hasMetricSelector();
    public V2beta1ExternalMetricStatusFluent.MetricSelectorNested withNewMetricSelector();
    public V2beta1ExternalMetricStatusFluent.MetricSelectorNested withNewMetricSelectorLike(V1LabelSelector item);
    public V2beta1ExternalMetricStatusFluent.MetricSelectorNested editMetricSelector();
    public V2beta1ExternalMetricStatusFluent.MetricSelectorNested editOrNewMetricSelector();
    public V2beta1ExternalMetricStatusFluent.MetricSelectorNested editOrNewMetricSelectorLike(V1LabelSelector item);

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

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


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy