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

io.kubernetes.client.openapi.models.V2PodsMetricSourceFluent 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 V2PodsMetricSourceFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildMetric instead.
   * @return The buildable object.
   */
  @Deprecated
  public V2MetricIdentifier getMetric();
  public V2MetricIdentifier buildMetric();
  public A withMetric(V2MetricIdentifier metric);
  public Boolean hasMetric();
  public V2PodsMetricSourceFluent.MetricNested withNewMetric();
  public V2PodsMetricSourceFluent.MetricNested withNewMetricLike(V2MetricIdentifier item);
  public V2PodsMetricSourceFluent.MetricNested editMetric();
  public V2PodsMetricSourceFluent.MetricNested editOrNewMetric();
  public V2PodsMetricSourceFluent.MetricNested editOrNewMetricLike(V2MetricIdentifier item);
  
  /**
   * This method has been deprecated, please use method buildTarget instead.
   * @return The buildable object.
   */
  @Deprecated
  public V2MetricTarget getTarget();
  public V2MetricTarget buildTarget();
  public A withTarget(V2MetricTarget target);
  public Boolean hasTarget();
  public V2PodsMetricSourceFluent.TargetNested withNewTarget();
  public V2PodsMetricSourceFluent.TargetNested withNewTargetLike(V2MetricTarget item);
  public V2PodsMetricSourceFluent.TargetNested editTarget();
  public V2PodsMetricSourceFluent.TargetNested editOrNewTarget();
  public V2PodsMetricSourceFluent.TargetNested editOrNewTargetLike(V2MetricTarget item);
  public interface MetricNested extends Nested,V2MetricIdentifierFluent>{
    public N and();
    public N endMetric();
    
  }
  public interface TargetNested extends Nested,V2MetricTargetFluent>{
    public N and();
    public N endTarget();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy