public interface DNSSpecFluent<A extends DNSSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DNSSpecFluent.PrivateZoneNested<N> |
static interface |
DNSSpecFluent.PublicZoneNested<N> |
String getBaseDomain()
Boolean hasBaseDomain()
@Deprecated A withNewBaseDomain(String arg0)
@Deprecated DNSZone getPrivateZone()
DNSZone buildPrivateZone()
Boolean hasPrivateZone()
DNSSpecFluent.PrivateZoneNested<A> withNewPrivateZone()
DNSSpecFluent.PrivateZoneNested<A> withNewPrivateZoneLike(DNSZone item)
DNSSpecFluent.PrivateZoneNested<A> editPrivateZone()
DNSSpecFluent.PrivateZoneNested<A> editOrNewPrivateZone()
DNSSpecFluent.PrivateZoneNested<A> editOrNewPrivateZoneLike(DNSZone item)
@Deprecated DNSZone getPublicZone()
DNSZone buildPublicZone()
Boolean hasPublicZone()
DNSSpecFluent.PublicZoneNested<A> withNewPublicZone()
DNSSpecFluent.PublicZoneNested<A> withNewPublicZoneLike(DNSZone item)
DNSSpecFluent.PublicZoneNested<A> editPublicZone()
DNSSpecFluent.PublicZoneNested<A> editOrNewPublicZone()
DNSSpecFluent.PublicZoneNested<A> editOrNewPublicZoneLike(DNSZone item)
Copyright © 2015–2021 Red Hat. All rights reserved.