Class DNSPlatformSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.DNSPlatformSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<DNSPlatformSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class DNSPlatformSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<DNSPlatformSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DNSPlatformSpec()No args constructor for use in serializationDNSPlatformSpec(AWSDNSSpec aws, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DNSPlatformSpecBuilderedit()Map<String,Object>getAdditionalProperties()AWSDNSSpecgetAws()DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.StringgetType()type is the underlying infrastructure provider for the cluster.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAws(AWSDNSSpec aws)DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.voidsetType(String type)type is the underlying infrastructure provider for the cluster.DNSPlatformSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
DNSPlatformSpec
public DNSPlatformSpec()
No args constructor for use in serialization
-
DNSPlatformSpec
public DNSPlatformSpec(AWSDNSSpec aws, String type)
-
-
Method Detail
-
getAws
public AWSDNSSpec getAws()
DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.
-
setAws
public void setAws(AWSDNSSpec aws)
DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.
-
getType
public String getType()
type is the underlying infrastructure provider for the cluster. Allowed values: "", "AWS".Individual components may not support all platforms, and must handle unrecognized platforms with best-effort defaults.
-
setType
public void setType(String type)
type is the underlying infrastructure provider for the cluster. Allowed values: "", "AWS".Individual components may not support all platforms, and must handle unrecognized platforms with best-effort defaults.
-
edit
public DNSPlatformSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<DNSPlatformSpecBuilder>
-
toBuilder
public DNSPlatformSpecBuilder toBuilder()
-
-