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

io.kubernetes.client.openapi.models.V2ObjectMetricSourceFluent 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.Deprecated;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V2ObjectMetricSourceFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildDescribedObject instead.
   * @return The buildable object.
   */
  @Deprecated
  public V2CrossVersionObjectReference getDescribedObject();
  public V2CrossVersionObjectReference buildDescribedObject();
  public A withDescribedObject(V2CrossVersionObjectReference describedObject);
  public Boolean hasDescribedObject();
  public V2ObjectMetricSourceFluent.DescribedObjectNested withNewDescribedObject();
  public V2ObjectMetricSourceFluent.DescribedObjectNested withNewDescribedObjectLike(V2CrossVersionObjectReference item);
  public V2ObjectMetricSourceFluent.DescribedObjectNested editDescribedObject();
  public V2ObjectMetricSourceFluent.DescribedObjectNested editOrNewDescribedObject();
  public V2ObjectMetricSourceFluent.DescribedObjectNested editOrNewDescribedObjectLike(V2CrossVersionObjectReference item);
  
  /**
   * 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 V2ObjectMetricSourceFluent.MetricNested withNewMetric();
  public V2ObjectMetricSourceFluent.MetricNested withNewMetricLike(V2MetricIdentifier item);
  public V2ObjectMetricSourceFluent.MetricNested editMetric();
  public V2ObjectMetricSourceFluent.MetricNested editOrNewMetric();
  public V2ObjectMetricSourceFluent.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 V2ObjectMetricSourceFluent.TargetNested withNewTarget();
  public V2ObjectMetricSourceFluent.TargetNested withNewTargetLike(V2MetricTarget item);
  public V2ObjectMetricSourceFluent.TargetNested editTarget();
  public V2ObjectMetricSourceFluent.TargetNested editOrNewTarget();
  public V2ObjectMetricSourceFluent.TargetNested editOrNewTargetLike(V2MetricTarget item);
  public interface DescribedObjectNested extends Nested,V2CrossVersionObjectReferenceFluent>{
    public N and();
    public N endDescribedObject();
    
  }
  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