io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent Maven / Gradle / Ivy
package io.fabric8.knative.eventing.contrib.kafka.v1beta1;
import io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesBuilder;
import io.fabric8.kubernetes.api.builder.VisitableBuilder;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonInclude;
import io.fabric8.kubernetes.api.builder.Nested;
import java.util.ArrayList;
import io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesFluent;
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 io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes;
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 java.lang.Integer;
import io.fabric8.knative.internal.pkg.apis.ConditionBuilder;
import java.lang.Long;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
/**
* Generated
*/
public interface KafkaSourceStatusFluent> extends io.fabric8.kubernetes.api.builder.Fluent{
public A addToAnnotations(java.lang.String key,java.lang.String value);
public A addToAnnotations(java.util.Map map);
public A removeFromAnnotations(java.lang.String key);
public A removeFromAnnotations(java.util.Map map);
public java.util.Map getAnnotations();
public A withAnnotations(java.util.Map annotations);
public java.lang.Boolean hasAnnotations();
public A addToCeAttributes(java.lang.Integer index,io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes item);
public A setToCeAttributes(java.lang.Integer index,io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes item);
public A addToCeAttributes(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes... items);
public A addAllToCeAttributes(java.util.Collection items);
public A removeFromCeAttributes(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes... items);
public A removeAllFromCeAttributes(java.util.Collection items);
public A removeMatchingFromCeAttributes(java.util.function.Predicate predicate);
/**
* This method has been deprecated, please use method buildCeAttributes instead.
* @return The buildable object.
*/
@java.lang.Deprecated
public java.util.List getCeAttributes();
public java.util.List buildCeAttributes();
public io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes buildCeAttribute(java.lang.Integer index);
public io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes buildFirstCeAttribute();
public io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes buildLastCeAttribute();
public io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes buildMatchingCeAttribute(java.util.function.Predicate predicate);
public java.lang.Boolean hasMatchingCeAttribute(java.util.function.Predicate predicate);
public A withCeAttributes(java.util.List ceAttributes);
public A withCeAttributes(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes... ceAttributes);
public java.lang.Boolean hasCeAttributes();
public A addNewCeAttribute(java.lang.String source,java.lang.String type);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested addNewCeAttribute();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested addNewCeAttributeLike(io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes item);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested setNewCeAttributeLike(java.lang.Integer index,io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributes item);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested editCeAttribute(java.lang.Integer index);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested editFirstCeAttribute();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested editLastCeAttribute();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.CeAttributesNested editMatchingCeAttribute(java.util.function.Predicate predicate);
public A addToConditions(java.lang.Integer index,io.fabric8.knative.internal.pkg.apis.Condition item);
public A setToConditions(java.lang.Integer index,io.fabric8.knative.internal.pkg.apis.Condition item);
public A addToConditions(io.fabric8.knative.internal.pkg.apis.Condition... items);
public A addAllToConditions(java.util.Collection items);
public A removeFromConditions(io.fabric8.knative.internal.pkg.apis.Condition... items);
public A removeAllFromConditions(java.util.Collection items);
public A removeMatchingFromConditions(java.util.function.Predicate predicate);
/**
* This method has been deprecated, please use method buildConditions instead.
* @return The buildable object.
*/
@java.lang.Deprecated
public java.util.List getConditions();
public java.util.List buildConditions();
public io.fabric8.knative.internal.pkg.apis.Condition buildCondition(java.lang.Integer index);
public io.fabric8.knative.internal.pkg.apis.Condition buildFirstCondition();
public io.fabric8.knative.internal.pkg.apis.Condition buildLastCondition();
public io.fabric8.knative.internal.pkg.apis.Condition buildMatchingCondition(java.util.function.Predicate predicate);
public java.lang.Boolean hasMatchingCondition(java.util.function.Predicate predicate);
public A withConditions(java.util.List conditions);
public A withConditions(io.fabric8.knative.internal.pkg.apis.Condition... conditions);
public java.lang.Boolean hasConditions();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested addNewCondition();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested addNewConditionLike(io.fabric8.knative.internal.pkg.apis.Condition item);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested setNewConditionLike(java.lang.Integer index,io.fabric8.knative.internal.pkg.apis.Condition item);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested editCondition(java.lang.Integer index);
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested editFirstCondition();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested editLastCondition();
public io.fabric8.knative.eventing.contrib.kafka.v1beta1.KafkaSourceStatusFluent.ConditionsNested editMatchingCondition(java.util.function.Predicate predicate);
public java.lang.Long getObservedGeneration();
public A withObservedGeneration(java.lang.Long observedGeneration);
public java.lang.Boolean hasObservedGeneration();
public java.lang.String getSinkUri();
public A withSinkUri(java.lang.String sinkUri);
public java.lang.Boolean hasSinkUri();
/**
* Method is deprecated. use withSinkUri instead.
*/
@java.lang.Deprecated
public A withNewSinkUri(java.lang.String arg0);
public interface CeAttributesNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.internal.pkg.apis.duck.v1.CloudEventAttributesFluent>{
public N and();
public N endCeAttribute();
}
public interface ConditionsNested extends io.fabric8.kubernetes.api.builder.Nested,io.fabric8.knative.internal.pkg.apis.ConditionFluent>{
public N and();
public N endCondition();
}
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy