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

io.fabric8.knative.flows.v1.SequenceChannelStatusFluent Maven / Gradle / Ivy

package io.fabric8.knative.flows.v1;

import io.fabric8.knative.internal.pkg.apis.Condition;
import io.fabric8.kubernetes.api.model.ObjectReference;
import io.fabric8.kubernetes.api.model.ObjectReferenceFluent;
import java.lang.Deprecated;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.kubernetes.api.builder.Nested;
import java.lang.Boolean;
import io.fabric8.knative.internal.pkg.apis.ConditionFluent;

 /**
  * Generated
  */
public interface SequenceChannelStatusFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildChannel instead.
   * @return The buildable object.
   */
  @Deprecated
  public ObjectReference getChannel();
  public ObjectReference buildChannel();
  public A withChannel(ObjectReference channel);
  public Boolean hasChannel();
  public SequenceChannelStatusFluent.ChannelNested withNewChannel();
  public SequenceChannelStatusFluent.ChannelNested withNewChannelLike(ObjectReference item);
  public SequenceChannelStatusFluent.ChannelNested editChannel();
  public SequenceChannelStatusFluent.ChannelNested editOrNewChannel();
  public SequenceChannelStatusFluent.ChannelNested editOrNewChannelLike(ObjectReference item);
  
  /**
   * This method has been deprecated, please use method buildReady instead.
   * @return The buildable object.
   */
  @Deprecated
  public Condition getReady();
  public Condition buildReady();
  public A withReady(Condition ready);
  public Boolean hasReady();
  public SequenceChannelStatusFluent.ReadyNested withNewReady();
  public SequenceChannelStatusFluent.ReadyNested withNewReadyLike(Condition item);
  public SequenceChannelStatusFluent.ReadyNested editReady();
  public SequenceChannelStatusFluent.ReadyNested editOrNewReady();
  public SequenceChannelStatusFluent.ReadyNested editOrNewReadyLike(Condition item);
  public interface ChannelNested extends Nested,ObjectReferenceFluent>{
    public N and();
    public N endChannel();
    
  }
  public interface ReadyNested extends Nested,ConditionFluent>{
    public N and();
    public N endReady();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy