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

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

There is a newer version: 22.0.0
Show newest version
package io.kubernetes.client.openapi.models;

import java.lang.Deprecated;
import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V2beta2PodsMetricSourceFluent> 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 V2beta2PodsMetricSourceFluent.MetricNested withNewMetric();
  public V2beta2PodsMetricSourceFluent.MetricNested withNewMetricLike(V2beta2MetricIdentifier item);
  public V2beta2PodsMetricSourceFluent.MetricNested editMetric();
  public V2beta2PodsMetricSourceFluent.MetricNested editOrNewMetric();
  public V2beta2PodsMetricSourceFluent.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 V2beta2PodsMetricSourceFluent.TargetNested withNewTarget();
  public V2beta2PodsMetricSourceFluent.TargetNested withNewTargetLike(V2beta2MetricTarget item);
  public V2beta2PodsMetricSourceFluent.TargetNested editTarget();
  public V2beta2PodsMetricSourceFluent.TargetNested editOrNewTarget();
  public V2beta2PodsMetricSourceFluent.TargetNested editOrNewTargetLike(V2beta2MetricTarget item);
  public interface MetricNested extends Nested,V2beta2MetricIdentifierFluent>{
    public N and();
    public N endMetric();
    
  }
  public interface TargetNested extends Nested,V2beta2MetricTargetFluent>{
    public N and();
    public N endTarget();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy