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

io.fabric8.kubernetes.api.model.autoscaling.v2.ObjectMetricStatusFluent Maven / Gradle / Ivy

There is a newer version: 7.0.1
Show newest version
package io.fabric8.kubernetes.api.model.autoscaling.v2;

import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.String;
import java.util.LinkedHashMap;
import java.lang.Deprecated;
import java.lang.Object;
import java.lang.Boolean;
import java.util.Map;

 /**
  * Generated
  */
public interface ObjectMetricStatusFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildCurrent instead.
   * @return The buildable object.
   */
  @Deprecated
  public MetricValueStatus getCurrent();
  public MetricValueStatus buildCurrent();
  public A withCurrent(MetricValueStatus current);
  public Boolean hasCurrent();
  public ObjectMetricStatusFluent.CurrentNested withNewCurrent();
  public ObjectMetricStatusFluent.CurrentNested withNewCurrentLike(MetricValueStatus item);
  public ObjectMetricStatusFluent.CurrentNested editCurrent();
  public ObjectMetricStatusFluent.CurrentNested editOrNewCurrent();
  public ObjectMetricStatusFluent.CurrentNested editOrNewCurrentLike(MetricValueStatus item);
  
  /**
   * This method has been deprecated, please use method buildDescribedObject instead.
   * @return The buildable object.
   */
  @Deprecated
  public CrossVersionObjectReference getDescribedObject();
  public CrossVersionObjectReference buildDescribedObject();
  public A withDescribedObject(CrossVersionObjectReference describedObject);
  public Boolean hasDescribedObject();
  public A withNewDescribedObject(String apiVersion,String kind,String name);
  public ObjectMetricStatusFluent.DescribedObjectNested withNewDescribedObject();
  public ObjectMetricStatusFluent.DescribedObjectNested withNewDescribedObjectLike(CrossVersionObjectReference item);
  public ObjectMetricStatusFluent.DescribedObjectNested editDescribedObject();
  public ObjectMetricStatusFluent.DescribedObjectNested editOrNewDescribedObject();
  public ObjectMetricStatusFluent.DescribedObjectNested editOrNewDescribedObjectLike(CrossVersionObjectReference item);
  
  /**
   * This method has been deprecated, please use method buildMetric instead.
   * @return The buildable object.
   */
  @Deprecated
  public MetricIdentifier getMetric();
  public MetricIdentifier buildMetric();
  public A withMetric(MetricIdentifier metric);
  public Boolean hasMetric();
  public ObjectMetricStatusFluent.MetricNested withNewMetric();
  public ObjectMetricStatusFluent.MetricNested withNewMetricLike(MetricIdentifier item);
  public ObjectMetricStatusFluent.MetricNested editMetric();
  public ObjectMetricStatusFluent.MetricNested editOrNewMetric();
  public ObjectMetricStatusFluent.MetricNested editOrNewMetricLike(MetricIdentifier item);
  public A addToAdditionalProperties(String key,Object value);
  public A addToAdditionalProperties(Map map);
  public A removeFromAdditionalProperties(String key);
  public A removeFromAdditionalProperties(Map map);
  public Map getAdditionalProperties();
  public A withAdditionalProperties(Map additionalProperties);
  public Boolean hasAdditionalProperties();
  public interface CurrentNested extends Nested,MetricValueStatusFluent>{
    public N and();
    public N endCurrent();
    
  }
  public interface DescribedObjectNested extends Nested,CrossVersionObjectReferenceFluent>{
    public N and();
    public N endDescribedObject();
    
  }
  public interface MetricNested extends Nested,MetricIdentifierFluent>{
    public N and();
    public N endMetric();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy