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

io.kubernetes.client.models.V2beta1PodsMetricStatusFluent Maven / Gradle / Ivy

package io.kubernetes.client.models;

import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;

public interface V2beta1PodsMetricStatusFluent> extends Fluent{


    public String getCurrentAverageValue();
    public A withCurrentAverageValue(String currentAverageValue);
    public Boolean hasCurrentAverageValue();
    public String getMetricName();
    public A withMetricName(String metricName);
    public Boolean hasMetricName();



}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy