io.fabric8.knative.serving.v1.ServiceStatusFluent Maven / Gradle / Ivy
package io.fabric8.knative.serving.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 ServiceStatusFluent> 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 ServiceStatusFluent.AddressNested withNewAddress();
public ServiceStatusFluent.AddressNested withNewAddressLike(Addressable item);
public ServiceStatusFluent.AddressNested editAddress();
public ServiceStatusFluent.AddressNested editOrNewAddress();
public ServiceStatusFluent.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 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 ServiceStatusFluent.ConditionsNested addNewCondition();
public ServiceStatusFluent.ConditionsNested addNewConditionLike(Condition item);
public ServiceStatusFluent.ConditionsNested setNewConditionLike(Integer index,Condition item);
public ServiceStatusFluent.ConditionsNested editCondition(Integer index);
public ServiceStatusFluent.ConditionsNested editFirstCondition();
public ServiceStatusFluent.ConditionsNested editLastCondition();
public ServiceStatusFluent.ConditionsNested editMatchingCondition(Predicate predicate);
public String getLatestCreatedRevisionName();
public A withLatestCreatedRevisionName(String latestCreatedRevisionName);
public Boolean hasLatestCreatedRevisionName();
public String getLatestReadyRevisionName();
public A withLatestReadyRevisionName(String latestReadyRevisionName);
public Boolean hasLatestReadyRevisionName();
public Long getObservedGeneration();
public A withObservedGeneration(Long observedGeneration);
public Boolean hasObservedGeneration();
public A addToTraffic(Integer index,TrafficTarget item);
public A setToTraffic(Integer index,TrafficTarget item);
public A addToTraffic(io.fabric8.knative.serving.v1.TrafficTarget... items);
public A addAllToTraffic(Collection items);
public A removeFromTraffic(io.fabric8.knative.serving.v1.TrafficTarget... items);
public A removeAllFromTraffic(Collection items);
public A removeMatchingFromTraffic(Predicate predicate);
/**
* This method has been deprecated, please use method buildTraffic instead.
* @return The buildable object.
*/
@Deprecated
public List getTraffic();
public List buildTraffic();
public TrafficTarget buildTraffic(Integer index);
public TrafficTarget buildFirstTraffic();
public TrafficTarget buildLastTraffic();
public TrafficTarget buildMatchingTraffic(Predicate predicate);
public Boolean hasMatchingTraffic(Predicate predicate);
public A withTraffic(List traffic);
public A withTraffic(io.fabric8.knative.serving.v1.TrafficTarget... traffic);
public Boolean hasTraffic();
public ServiceStatusFluent.TrafficNested addNewTraffic();
public ServiceStatusFluent.TrafficNested addNewTrafficLike(TrafficTarget item);
public ServiceStatusFluent.TrafficNested setNewTrafficLike(Integer index,TrafficTarget item);
public ServiceStatusFluent.TrafficNested editTraffic(Integer index);
public ServiceStatusFluent.TrafficNested editFirstTraffic();
public ServiceStatusFluent.TrafficNested editLastTraffic();
public ServiceStatusFluent.TrafficNested editMatchingTraffic(Predicate predicate);
public String getUrl();
public A withUrl(String url);
public Boolean hasUrl();
public interface AddressNested extends Nested,AddressableFluent>{
public N and();
public N endAddress();
}
public interface ConditionsNested extends Nested,ConditionFluent>{
public N and();
public N endCondition();
}
public interface TrafficNested extends Nested,TrafficTargetFluent>{
public N and();
public N endTraffic();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy