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

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

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

import java.lang.Deprecated;
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.Boolean;

 /**
  * Generated
  */
public interface V2ContainerResourceMetricSourceFluent> extends Fluent{
  public String getContainer();
  public A withContainer(String container);
  public Boolean hasContainer();
  public String getName();
  public A withName(String name);
  public Boolean hasName();
  
  /**
   * 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 V2ContainerResourceMetricSourceFluent.TargetNested withNewTarget();
  public V2ContainerResourceMetricSourceFluent.TargetNested withNewTargetLike(V2MetricTarget item);
  public V2ContainerResourceMetricSourceFluent.TargetNested editTarget();
  public V2ContainerResourceMetricSourceFluent.TargetNested editOrNewTarget();
  public V2ContainerResourceMetricSourceFluent.TargetNested editOrNewTargetLike(V2MetricTarget item);
  public interface TargetNested extends Nested,V2MetricTargetFluent>{
    public N and();
    public N endTarget();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy