public interface GitHubBindingStatusFluent<A extends GitHubBindingStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
GitHubBindingStatusFluent.CeAttributesNested<N> |
static interface |
GitHubBindingStatusFluent.ConditionsNested<N> |
Boolean hasAnnotations()
A addToCeAttributes(int index, CloudEventAttributes item)
A setToCeAttributes(int index, CloudEventAttributes item)
A addToCeAttributes(CloudEventAttributes... items)
A addAllToCeAttributes(Collection<CloudEventAttributes> items)
A removeFromCeAttributes(CloudEventAttributes... items)
A removeAllFromCeAttributes(Collection<CloudEventAttributes> items)
A removeMatchingFromCeAttributes(Predicate<CloudEventAttributesBuilder> predicate)
@Deprecated List<CloudEventAttributes> getCeAttributes()
List<CloudEventAttributes> buildCeAttributes()
CloudEventAttributes buildCeAttribute(int index)
CloudEventAttributes buildFirstCeAttribute()
CloudEventAttributes buildLastCeAttribute()
CloudEventAttributes buildMatchingCeAttribute(Predicate<CloudEventAttributesBuilder> predicate)
Boolean hasMatchingCeAttribute(Predicate<CloudEventAttributesBuilder> predicate)
A withCeAttributes(List<CloudEventAttributes> ceAttributes)
A withCeAttributes(CloudEventAttributes... ceAttributes)
Boolean hasCeAttributes()
GitHubBindingStatusFluent.CeAttributesNested<A> addNewCeAttribute()
GitHubBindingStatusFluent.CeAttributesNested<A> addNewCeAttributeLike(CloudEventAttributes item)
GitHubBindingStatusFluent.CeAttributesNested<A> setNewCeAttributeLike(int index, CloudEventAttributes item)
GitHubBindingStatusFluent.CeAttributesNested<A> editCeAttribute(int index)
GitHubBindingStatusFluent.CeAttributesNested<A> editFirstCeAttribute()
GitHubBindingStatusFluent.CeAttributesNested<A> editLastCeAttribute()
GitHubBindingStatusFluent.CeAttributesNested<A> editMatchingCeAttribute(Predicate<CloudEventAttributesBuilder> predicate)
A addAllToConditions(Collection<Condition> items)
A removeAllFromConditions(Collection<Condition> items)
A removeMatchingFromConditions(Predicate<ConditionBuilder> predicate)
@Deprecated List<Condition> getConditions()
Condition buildCondition(int index)
Condition buildFirstCondition()
Condition buildLastCondition()
Condition buildMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<ConditionBuilder> predicate)
Boolean hasConditions()
GitHubBindingStatusFluent.ConditionsNested<A> addNewCondition()
GitHubBindingStatusFluent.ConditionsNested<A> addNewConditionLike(Condition item)
GitHubBindingStatusFluent.ConditionsNested<A> setNewConditionLike(int index, Condition item)
GitHubBindingStatusFluent.ConditionsNested<A> editCondition(int index)
GitHubBindingStatusFluent.ConditionsNested<A> editFirstCondition()
GitHubBindingStatusFluent.ConditionsNested<A> editLastCondition()
GitHubBindingStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<ConditionBuilder> predicate)
Long getObservedGeneration()
Boolean hasObservedGeneration()
String getSinkUri()
Boolean hasSinkUri()
@Deprecated A withNewSinkUri(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.