public interface ResolutionRequestStatusFluent<A extends ResolutionRequestStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ResolutionRequestStatusFluent.RefSourceNested<N> |
| Modifier and Type | Method and Description |
|---|---|
A |
addAllToConditions(Collection<io.fabric8.knative.internal.pkg.apis.Condition> items) |
A |
addToAnnotations(Map<String,String> map) |
A |
addToAnnotations(String key,
String value) |
A |
addToConditions(io.fabric8.knative.internal.pkg.apis.Condition... items) |
A |
addToConditions(int index,
io.fabric8.knative.internal.pkg.apis.Condition item) |
RefSource |
buildRefSource() |
ResolutionRequestStatusFluent.RefSourceNested<A> |
editOrNewRefSource() |
ResolutionRequestStatusFluent.RefSourceNested<A> |
editOrNewRefSourceLike(RefSource item) |
ResolutionRequestStatusFluent.RefSourceNested<A> |
editRefSource() |
Map<String,String> |
getAnnotations() |
io.fabric8.knative.internal.pkg.apis.Condition |
getCondition(int index) |
List<io.fabric8.knative.internal.pkg.apis.Condition> |
getConditions() |
String |
getData() |
io.fabric8.knative.internal.pkg.apis.Condition |
getFirstCondition() |
io.fabric8.knative.internal.pkg.apis.Condition |
getLastCondition() |
io.fabric8.knative.internal.pkg.apis.Condition |
getMatchingCondition(Predicate<io.fabric8.knative.internal.pkg.apis.Condition> predicate) |
Long |
getObservedGeneration() |
RefSource |
getRefSource()
Deprecated.
|
Boolean |
hasAnnotations() |
Boolean |
hasConditions() |
Boolean |
hasData() |
Boolean |
hasMatchingCondition(Predicate<io.fabric8.knative.internal.pkg.apis.Condition> predicate) |
Boolean |
hasObservedGeneration() |
Boolean |
hasRefSource() |
A |
removeAllFromConditions(Collection<io.fabric8.knative.internal.pkg.apis.Condition> items) |
A |
removeFromAnnotations(Map<String,String> map) |
A |
removeFromAnnotations(String key) |
A |
removeFromConditions(io.fabric8.knative.internal.pkg.apis.Condition... items) |
A |
setToConditions(int index,
io.fabric8.knative.internal.pkg.apis.Condition item) |
<K,V> A |
withAnnotations(Map<String,String> annotations) |
A |
withConditions(io.fabric8.knative.internal.pkg.apis.Condition... conditions) |
A |
withConditions(List<io.fabric8.knative.internal.pkg.apis.Condition> conditions) |
A |
withData(String data) |
ResolutionRequestStatusFluent.RefSourceNested<A> |
withNewRefSource() |
ResolutionRequestStatusFluent.RefSourceNested<A> |
withNewRefSourceLike(RefSource item) |
A |
withObservedGeneration(Long observedGeneration) |
A |
withRefSource(RefSource refSource) |
Boolean hasAnnotations()
A addToConditions(int index, io.fabric8.knative.internal.pkg.apis.Condition item)
A setToConditions(int index, io.fabric8.knative.internal.pkg.apis.Condition item)
A addToConditions(io.fabric8.knative.internal.pkg.apis.Condition... items)
A addAllToConditions(Collection<io.fabric8.knative.internal.pkg.apis.Condition> items)
A removeFromConditions(io.fabric8.knative.internal.pkg.apis.Condition... items)
A removeAllFromConditions(Collection<io.fabric8.knative.internal.pkg.apis.Condition> items)
List<io.fabric8.knative.internal.pkg.apis.Condition> getConditions()
io.fabric8.knative.internal.pkg.apis.Condition getCondition(int index)
io.fabric8.knative.internal.pkg.apis.Condition getFirstCondition()
io.fabric8.knative.internal.pkg.apis.Condition getLastCondition()
io.fabric8.knative.internal.pkg.apis.Condition getMatchingCondition(Predicate<io.fabric8.knative.internal.pkg.apis.Condition> predicate)
Boolean hasMatchingCondition(Predicate<io.fabric8.knative.internal.pkg.apis.Condition> predicate)
A withConditions(io.fabric8.knative.internal.pkg.apis.Condition... conditions)
Boolean hasConditions()
String getData()
Boolean hasData()
Long getObservedGeneration()
Boolean hasObservedGeneration()
@Deprecated RefSource getRefSource()
RefSource buildRefSource()
Boolean hasRefSource()
ResolutionRequestStatusFluent.RefSourceNested<A> withNewRefSource()
ResolutionRequestStatusFluent.RefSourceNested<A> withNewRefSourceLike(RefSource item)
ResolutionRequestStatusFluent.RefSourceNested<A> editRefSource()
ResolutionRequestStatusFluent.RefSourceNested<A> editOrNewRefSource()
ResolutionRequestStatusFluent.RefSourceNested<A> editOrNewRefSourceLike(RefSource item)
Copyright © 2015–2023 Red Hat. All rights reserved.