| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.hive.v1 |
| Modifier and Type | Method and Description |
|---|---|
DNSZoneSpec |
DNSZoneSpecBuilder.build() |
DNSZoneSpec |
DNSZoneFluent.buildSpec() |
DNSZoneSpec |
DNSZoneFluentImpl.buildSpec() |
DNSZoneSpec |
DNSZoneFluent.getSpec()
Deprecated.
|
DNSZoneSpec |
DNSZoneFluentImpl.getSpec()
Deprecated.
|
DNSZoneSpec |
DNSZone.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
DNSZoneFluent.SpecNested<A> |
DNSZoneFluent.editOrNewSpecLike(DNSZoneSpec item) |
DNSZoneFluent.SpecNested<A> |
DNSZoneFluentImpl.editOrNewSpecLike(DNSZoneSpec item) |
void |
DNSZone.setSpec(DNSZoneSpec spec) |
DNSZoneFluent.SpecNested<A> |
DNSZoneFluent.withNewSpecLike(DNSZoneSpec item) |
DNSZoneFluent.SpecNested<A> |
DNSZoneFluentImpl.withNewSpecLike(DNSZoneSpec item) |
A |
DNSZoneFluent.withSpec(DNSZoneSpec spec) |
A |
DNSZoneFluentImpl.withSpec(DNSZoneSpec spec) |
| Constructor and Description |
|---|
DNSZone(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
DNSZoneSpec spec,
DNSZoneStatus status) |
DNSZoneSpecBuilder(DNSZoneSpec instance) |
DNSZoneSpecBuilder(DNSZoneSpec instance,
Boolean validationEnabled) |
DNSZoneSpecBuilder(DNSZoneSpecFluent<?> fluent,
DNSZoneSpec instance) |
DNSZoneSpecBuilder(DNSZoneSpecFluent<?> fluent,
DNSZoneSpec instance,
Boolean validationEnabled) |
DNSZoneSpecFluentImpl(DNSZoneSpec instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.