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

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

package io.fabric8.knative.flows.v1;

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.knative.internal.pkg.apis.Condition;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.knative.internal.pkg.apis.ConditionFluent;
import io.fabric8.knative.internal.pkg.apis.duck.v1.AddressableFluent;
import java.lang.Integer;
import io.fabric8.knative.internal.pkg.apis.ConditionBuilder;
import java.lang.Long;
import io.fabric8.knative.internal.pkg.apis.duck.v1.Addressable;
import java.util.Collection;
import java.util.Map;

 /**
  * Generated
  */
public interface ParallelStatusFluent> extends Fluent{
  
  /**
   * This method has been deprecated, please use method buildAddress instead.
   * @return The buildable object.
   */
  @Deprecated
  public Addressable getAddress();
  public Addressable buildAddress();
  public A withAddress(Addressable address);
  public Boolean hasAddress();
  public A withNewAddress(String url);
  public ParallelStatusFluent.AddressNested withNewAddress();
  public ParallelStatusFluent.AddressNested withNewAddressLike(Addressable item);
  public ParallelStatusFluent.AddressNested editAddress();
  public ParallelStatusFluent.AddressNested editOrNewAddress();
  public ParallelStatusFluent.AddressNested editOrNewAddressLike(Addressable item);
  public A addToAnnotations(String key,String value);
  public A addToAnnotations(Map map);
  public A removeFromAnnotations(String key);
  public A removeFromAnnotations(Map map);
  public Map getAnnotations();
  public A withAnnotations(Map annotations);
  public Boolean hasAnnotations();
  public A addToBranchStatuses(Integer index,ParallelBranchStatus item);
  public A setToBranchStatuses(Integer index,ParallelBranchStatus item);
  public A addToBranchStatuses(io.fabric8.knative.flows.v1.ParallelBranchStatus... items);
  public A addAllToBranchStatuses(Collection items);
  public A removeFromBranchStatuses(io.fabric8.knative.flows.v1.ParallelBranchStatus... items);
  public A removeAllFromBranchStatuses(Collection items);
  public A removeMatchingFromBranchStatuses(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildBranchStatuses instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getBranchStatuses();
  public List buildBranchStatuses();
  public ParallelBranchStatus buildBranchStatus(Integer index);
  public ParallelBranchStatus buildFirstBranchStatus();
  public ParallelBranchStatus buildLastBranchStatus();
  public ParallelBranchStatus buildMatchingBranchStatus(Predicate predicate);
  public Boolean hasMatchingBranchStatus(Predicate predicate);
  public A withBranchStatuses(List branchStatuses);
  public A withBranchStatuses(io.fabric8.knative.flows.v1.ParallelBranchStatus... branchStatuses);
  public Boolean hasBranchStatuses();
  public ParallelStatusFluent.BranchStatusesNested addNewBranchStatus();
  public ParallelStatusFluent.BranchStatusesNested addNewBranchStatusLike(ParallelBranchStatus item);
  public ParallelStatusFluent.BranchStatusesNested setNewBranchStatusLike(Integer index,ParallelBranchStatus item);
  public ParallelStatusFluent.BranchStatusesNested editBranchStatus(Integer index);
  public ParallelStatusFluent.BranchStatusesNested editFirstBranchStatus();
  public ParallelStatusFluent.BranchStatusesNested editLastBranchStatus();
  public ParallelStatusFluent.BranchStatusesNested editMatchingBranchStatus(Predicate predicate);
  public A addToConditions(Integer index,Condition item);
  public A setToConditions(Integer index,Condition item);
  public A addToConditions(io.fabric8.knative.internal.pkg.apis.Condition... items);
  public A addAllToConditions(Collection items);
  public A removeFromConditions(io.fabric8.knative.internal.pkg.apis.Condition... items);
  public A removeAllFromConditions(Collection items);
  public A removeMatchingFromConditions(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildConditions instead.
   * @return The buildable object.
   */
  @Deprecated
  public List getConditions();
  public List buildConditions();
  public Condition buildCondition(Integer index);
  public Condition buildFirstCondition();
  public Condition buildLastCondition();
  public Condition buildMatchingCondition(Predicate predicate);
  public Boolean hasMatchingCondition(Predicate predicate);
  public A withConditions(List conditions);
  public A withConditions(io.fabric8.knative.internal.pkg.apis.Condition... conditions);
  public Boolean hasConditions();
  public ParallelStatusFluent.ConditionsNested addNewCondition();
  public ParallelStatusFluent.ConditionsNested addNewConditionLike(Condition item);
  public ParallelStatusFluent.ConditionsNested setNewConditionLike(Integer index,Condition item);
  public ParallelStatusFluent.ConditionsNested editCondition(Integer index);
  public ParallelStatusFluent.ConditionsNested editFirstCondition();
  public ParallelStatusFluent.ConditionsNested editLastCondition();
  public ParallelStatusFluent.ConditionsNested editMatchingCondition(Predicate predicate);
  
  /**
   * This method has been deprecated, please use method buildIngressChannelStatus instead.
   * @return The buildable object.
   */
  @Deprecated
  public ParallelChannelStatus getIngressChannelStatus();
  public ParallelChannelStatus buildIngressChannelStatus();
  public A withIngressChannelStatus(ParallelChannelStatus ingressChannelStatus);
  public Boolean hasIngressChannelStatus();
  public ParallelStatusFluent.IngressChannelStatusNested withNewIngressChannelStatus();
  public ParallelStatusFluent.IngressChannelStatusNested withNewIngressChannelStatusLike(ParallelChannelStatus item);
  public ParallelStatusFluent.IngressChannelStatusNested editIngressChannelStatus();
  public ParallelStatusFluent.IngressChannelStatusNested editOrNewIngressChannelStatus();
  public ParallelStatusFluent.IngressChannelStatusNested editOrNewIngressChannelStatusLike(ParallelChannelStatus item);
  public Long getObservedGeneration();
  public A withObservedGeneration(Long observedGeneration);
  public Boolean hasObservedGeneration();
  public interface AddressNested extends Nested,AddressableFluent>{
    public N and();
    public N endAddress();
    
  }
  public interface BranchStatusesNested extends Nested,ParallelBranchStatusFluent>{
    public N and();
    public N endBranchStatus();
    
  }
  public interface ConditionsNested extends Nested,ConditionFluent>{
    public N and();
    public N endCondition();
    
  }
  public interface IngressChannelStatusNested extends Nested,ParallelChannelStatusFluent>{
    public N and();
    public N endIngressChannelStatus();
    
  }
  
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy