public interface DNSZoneStatusFluent<A extends DNSZoneStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DNSZoneStatusFluent.ConditionsNested<N> |
static interface |
DNSZoneStatusFluent.DnsZoneNested<N> |
A addToConditions(Integer index, DNSZoneCondition item)
A setToConditions(Integer index, DNSZoneCondition item)
A addToConditions(DNSZoneCondition... items)
A addAllToConditions(Collection<DNSZoneCondition> items)
A removeFromConditions(DNSZoneCondition... items)
A removeAllFromConditions(Collection<DNSZoneCondition> items)
A removeMatchingFromConditions(Predicate<DNSZoneConditionBuilder> predicate)
@Deprecated List<DNSZoneCondition> getConditions()
List<DNSZoneCondition> buildConditions()
DNSZoneCondition buildCondition(Integer index)
DNSZoneCondition buildFirstCondition()
DNSZoneCondition buildLastCondition()
DNSZoneCondition buildMatchingCondition(Predicate<DNSZoneConditionBuilder> predicate)
Boolean hasMatchingCondition(Predicate<DNSZoneConditionBuilder> predicate)
A withConditions(List<DNSZoneCondition> conditions)
A withConditions(DNSZoneCondition... conditions)
Boolean hasConditions()
A addNewCondition(String lastTransitionTime, String message, String reason, String status, String type)
DNSZoneStatusFluent.ConditionsNested<A> addNewCondition()
DNSZoneStatusFluent.ConditionsNested<A> addNewConditionLike(DNSZoneCondition item)
DNSZoneStatusFluent.ConditionsNested<A> setNewConditionLike(Integer index, DNSZoneCondition item)
DNSZoneStatusFluent.ConditionsNested<A> editCondition(Integer index)
DNSZoneStatusFluent.ConditionsNested<A> editFirstCondition()
DNSZoneStatusFluent.ConditionsNested<A> editLastCondition()
DNSZoneStatusFluent.ConditionsNested<A> editMatchingCondition(Predicate<DNSZoneConditionBuilder> predicate)
@Deprecated DNSZone getDnsZone()
DNSZone buildDnsZone()
Boolean hasDnsZone()
DNSZoneStatusFluent.DnsZoneNested<A> withNewDnsZone()
DNSZoneStatusFluent.DnsZoneNested<A> withNewDnsZoneLike(DNSZone item)
DNSZoneStatusFluent.DnsZoneNested<A> editDnsZone()
DNSZoneStatusFluent.DnsZoneNested<A> editOrNewDnsZone()
DNSZoneStatusFluent.DnsZoneNested<A> editOrNewDnsZoneLike(DNSZone item)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.