public interface DNSZoneStatusFluent<A extends DNSZoneStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DNSZoneStatusFluent.AwsNested<N> |
static interface |
DNSZoneStatusFluent.AzureNested<N> |
static interface |
DNSZoneStatusFluent.ConditionsNested<N> |
static interface |
DNSZoneStatusFluent.GcpNested<N> |
@Deprecated AWSDNSZoneStatus getAws()
AWSDNSZoneStatus buildAws()
A withAws(AWSDNSZoneStatus aws)
Boolean hasAws()
DNSZoneStatusFluent.AwsNested<A> withNewAws()
DNSZoneStatusFluent.AwsNested<A> withNewAwsLike(AWSDNSZoneStatus item)
DNSZoneStatusFluent.AwsNested<A> editAws()
DNSZoneStatusFluent.AwsNested<A> editOrNewAws()
DNSZoneStatusFluent.AwsNested<A> editOrNewAwsLike(AWSDNSZoneStatus item)
@Deprecated AzureDNSZoneStatus getAzure()
AzureDNSZoneStatus buildAzure()
A withAzure(AzureDNSZoneStatus azure)
Boolean hasAzure()
DNSZoneStatusFluent.AzureNested<A> withNewAzure()
DNSZoneStatusFluent.AzureNested<A> withNewAzureLike(AzureDNSZoneStatus item)
DNSZoneStatusFluent.AzureNested<A> editAzure()
DNSZoneStatusFluent.AzureNested<A> editOrNewAzure()
DNSZoneStatusFluent.AzureNested<A> editOrNewAzureLike(AzureDNSZoneStatus item)
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()
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 GCPDNSZoneStatus getGcp()
GCPDNSZoneStatus buildGcp()
A withGcp(GCPDNSZoneStatus gcp)
Boolean hasGcp()
DNSZoneStatusFluent.GcpNested<A> withNewGcp()
DNSZoneStatusFluent.GcpNested<A> withNewGcpLike(GCPDNSZoneStatus item)
DNSZoneStatusFluent.GcpNested<A> editGcp()
DNSZoneStatusFluent.GcpNested<A> editOrNewGcp()
DNSZoneStatusFluent.GcpNested<A> editOrNewGcpLike(GCPDNSZoneStatus item)
Long getLastSyncGeneration()
Boolean hasLastSyncGeneration()
String getLastSyncTimestamp()
Boolean hasLastSyncTimestamp()
A addAllToNameServers(Collection<String> items)
A removeAllFromNameServers(Collection<String> items)
String getFirstNameServer()
String getLastNameServer()
Boolean hasNameServers()
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.