io.fabric8.knative.flows.v1alpha1.ParallelStatusFluent Maven / Gradle / Ivy
package io.fabric8.knative.flows.v1alpha1;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import java.lang.String;
import io.fabric8.kubernetes.api.builder.Predicate;
import java.lang.Deprecated;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import io.fabric8.knative.v1.Condition;
import io.fabric8.kubernetes.api.builder.Fluent;
import io.fabric8.knative.duck.v1.AddressableFluent;
import io.fabric8.knative.v1.ConditionFluent;
import io.fabric8.knative.v1.ConditionBuilder;
import io.fabric8.knative.duck.v1.AddressableBuilder;
import java.lang.Long;
import io.fabric8.knative.duck.v1.Addressable;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
public interface ParallelStatusFluent> extends Fluent{
/**
* This method has been deprecated, please use method buildAddress instead.
* @return The buildable object.
*/
@java.lang.Deprecated public Addressable getAddress();
public Addressable buildAddress();
public A withAddress(Addressable address);
public Boolean hasAddress();
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 addToBranchStatuses(int index,ParallelBranchStatus item);
public A setToBranchStatuses(int index,ParallelBranchStatus item);
public A addToBranchStatuses(ParallelBranchStatus... items);
public A addAllToBranchStatuses(Collection items);
public A removeFromBranchStatuses(ParallelBranchStatus... items);
public A removeAllFromBranchStatuses(Collection items);
public A removeMatchingFromBranchStatuses(io.fabric8.kubernetes.api.builder.Predicate predicate);
/**
* This method has been deprecated, please use method buildBranchStatuses instead.
* @return The buildable object.
*/
@java.lang.Deprecated public List getBranchStatuses();
public List buildBranchStatuses();
public ParallelBranchStatus buildBranchStatus(int index);
public ParallelBranchStatus buildFirstBranchStatus();
public ParallelBranchStatus buildLastBranchStatus();
public ParallelBranchStatus buildMatchingBranchStatus(io.fabric8.kubernetes.api.builder.Predicate predicate);
public Boolean hasMatchingBranchStatus(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withBranchStatuses(List branchStatuses);
public A withBranchStatuses(ParallelBranchStatus... branchStatuses);
public Boolean hasBranchStatuses();
public ParallelStatusFluent.BranchStatusesNested addNewBranchStatus();
public ParallelStatusFluent.BranchStatusesNested addNewBranchStatusLike(ParallelBranchStatus item);
public ParallelStatusFluent.BranchStatusesNested setNewBranchStatusLike(int index,ParallelBranchStatus item);
public ParallelStatusFluent.BranchStatusesNested editBranchStatus(int index);
public ParallelStatusFluent.BranchStatusesNested editFirstBranchStatus();
public ParallelStatusFluent.BranchStatusesNested editLastBranchStatus();
public ParallelStatusFluent.BranchStatusesNested editMatchingBranchStatus(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A addToConditions(int index,Condition item);
public A setToConditions(int index,Condition item);
public A addToConditions(Condition... items);
public A addAllToConditions(Collection items);
public A removeFromConditions(Condition... items);
public A removeAllFromConditions(Collection items);
public A removeMatchingFromConditions(io.fabric8.kubernetes.api.builder.Predicate predicate);
/**
* This method has been deprecated, please use method buildConditions instead.
* @return The buildable object.
*/
@java.lang.Deprecated public List getConditions();
public List buildConditions();
public Condition buildCondition(int index);
public Condition buildFirstCondition();
public Condition buildLastCondition();
public Condition buildMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate predicate);
public Boolean hasMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate predicate);
public A withConditions(List conditions);
public A withConditions(Condition... conditions);
public Boolean hasConditions();
public ParallelStatusFluent.ConditionsNested addNewCondition();
public ParallelStatusFluent.ConditionsNested addNewConditionLike(Condition item);
public ParallelStatusFluent.ConditionsNested setNewConditionLike(int index,Condition item);
public ParallelStatusFluent.ConditionsNested editCondition(int index);
public ParallelStatusFluent.ConditionsNested editFirstCondition();
public ParallelStatusFluent.ConditionsNested editLastCondition();
public ParallelStatusFluent.ConditionsNested editMatchingCondition(io.fabric8.kubernetes.api.builder.Predicate predicate);
/**
* This method has been deprecated, please use method buildIngressChannelStatus instead.
* @return The buildable object.
*/
@java.lang.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 io.fabric8.kubernetes.api.builder.Nested,AddressableFluent>{
public N and(); public N endAddress();
}
public interface BranchStatusesNested extends io.fabric8.kubernetes.api.builder.Nested,ParallelBranchStatusFluent>{
public N and(); public N endBranchStatus();
}
public interface ConditionsNested extends io.fabric8.kubernetes.api.builder.Nested,ConditionFluent>{
public N and(); public N endCondition();
}
public interface IngressChannelStatusNested extends io.fabric8.kubernetes.api.builder.Nested,ParallelChannelStatusFluent>{
public N and(); public N endIngressChannelStatus();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy