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

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

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

 /**
  * Generated
  */
public interface V1CustomResourceSubresourcesFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildScale instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1CustomResourceSubresourceScale getScale();
  public V1CustomResourceSubresourceScale buildScale();
  public A withScale(V1CustomResourceSubresourceScale scale);
  public Boolean hasScale();
  public V1CustomResourceSubresourcesFluent.ScaleNested withNewScale();
  public V1CustomResourceSubresourcesFluent.ScaleNested withNewScaleLike(V1CustomResourceSubresourceScale item);
  public V1CustomResourceSubresourcesFluent.ScaleNested editScale();
  public V1CustomResourceSubresourcesFluent.ScaleNested editOrNewScale();
  public V1CustomResourceSubresourcesFluent.ScaleNested editOrNewScaleLike(V1CustomResourceSubresourceScale item);
  public Object getStatus();
  public A withStatus(Object status);
  public Boolean hasStatus();
  public interface ScaleNested extends Nested,V1CustomResourceSubresourceScaleFluent>{
    public N and();
    public N endScale();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy