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

io.kubernetes.client.openapi.models.V2beta2ExternalMetricSourceFluent Maven / Gradle / Ivy

There is a newer version: 22.0.0
Show newest version
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 V2beta2ExternalMetricSourceFluent> 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 V2beta2ExternalMetricSourceFluent.MetricNested withNewMetric();
    public V2beta2ExternalMetricSourceFluent.MetricNested withNewMetricLike(V2beta2MetricIdentifier item);
    public V2beta2ExternalMetricSourceFluent.MetricNested editMetric();
    public V2beta2ExternalMetricSourceFluent.MetricNested editOrNewMetric();
    public V2beta2ExternalMetricSourceFluent.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 V2beta2ExternalMetricSourceFluent.TargetNested withNewTarget();
    public V2beta2ExternalMetricSourceFluent.TargetNested withNewTargetLike(V2beta2MetricTarget item);
    public V2beta2ExternalMetricSourceFluent.TargetNested editTarget();
    public V2beta2ExternalMetricSourceFluent.TargetNested editOrNewTarget();
    public V2beta2ExternalMetricSourceFluent.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();    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy