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

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

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

import io.kubernetes.client.fluent.Fluent;
import io.kubernetes.client.fluent.Nested;
import java.lang.String;
import java.lang.Deprecated;
import java.lang.Boolean;

 /**
  * Generated
  */
public interface V1beta2FlowSchemaFluent> extends Fluent{
  public String getApiVersion();
  public A withApiVersion(String apiVersion);
  public Boolean hasApiVersion();
  public String getKind();
  public A withKind(String kind);
  public Boolean hasKind();
  
  /**
   * This method has been deprecated, please use method buildMetadata instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1ObjectMeta getMetadata();
  public V1ObjectMeta buildMetadata();
  public A withMetadata(V1ObjectMeta metadata);
  public Boolean hasMetadata();
  public V1beta2FlowSchemaFluent.MetadataNested withNewMetadata();
  public V1beta2FlowSchemaFluent.MetadataNested withNewMetadataLike(V1ObjectMeta item);
  public V1beta2FlowSchemaFluent.MetadataNested editMetadata();
  public V1beta2FlowSchemaFluent.MetadataNested editOrNewMetadata();
  public V1beta2FlowSchemaFluent.MetadataNested editOrNewMetadataLike(V1ObjectMeta item);
  
  /**
   * This method has been deprecated, please use method buildSpec instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1beta2FlowSchemaSpec getSpec();
  public V1beta2FlowSchemaSpec buildSpec();
  public A withSpec(V1beta2FlowSchemaSpec spec);
  public Boolean hasSpec();
  public V1beta2FlowSchemaFluent.SpecNested withNewSpec();
  public V1beta2FlowSchemaFluent.SpecNested withNewSpecLike(V1beta2FlowSchemaSpec item);
  public V1beta2FlowSchemaFluent.SpecNested editSpec();
  public V1beta2FlowSchemaFluent.SpecNested editOrNewSpec();
  public V1beta2FlowSchemaFluent.SpecNested editOrNewSpecLike(V1beta2FlowSchemaSpec item);
  
  /**
   * This method has been deprecated, please use method buildStatus instead.
   * @return The buildable object.
   */
  @Deprecated
  public V1beta2FlowSchemaStatus getStatus();
  public V1beta2FlowSchemaStatus buildStatus();
  public A withStatus(V1beta2FlowSchemaStatus status);
  public Boolean hasStatus();
  public V1beta2FlowSchemaFluent.StatusNested withNewStatus();
  public V1beta2FlowSchemaFluent.StatusNested withNewStatusLike(V1beta2FlowSchemaStatus item);
  public V1beta2FlowSchemaFluent.StatusNested editStatus();
  public V1beta2FlowSchemaFluent.StatusNested editOrNewStatus();
  public V1beta2FlowSchemaFluent.StatusNested editOrNewStatusLike(V1beta2FlowSchemaStatus item);
  public interface MetadataNested extends Nested,V1ObjectMetaFluent>{
    public N and();
    public N endMetadata();
    
  }
  public interface SpecNested extends Nested,V1beta2FlowSchemaSpecFluent>{
    public N and();
    public N endSpec();
    
  }
  public interface StatusNested extends Nested,V1beta2FlowSchemaStatusFluent>{
    public N and();
    public N endStatus();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy