Class InfrastructureSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.InfrastructureSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<InfrastructureSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class InfrastructureSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<InfrastructureSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
InfrastructureSpec contains settings that apply to the cluster infrastructure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InfrastructureSpec()No args constructor for use in serializationInfrastructureSpec(ConfigMapFileReference cloudConfig, PlatformSpec platformSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfrastructureSpecBuilderedit()Map<String,Object>getAdditionalProperties()ConfigMapFileReferencegetCloudConfig()InfrastructureSpec contains settings that apply to the cluster infrastructure.PlatformSpecgetPlatformSpec()InfrastructureSpec contains settings that apply to the cluster infrastructure.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCloudConfig(ConfigMapFileReference cloudConfig)InfrastructureSpec contains settings that apply to the cluster infrastructure.voidsetPlatformSpec(PlatformSpec platformSpec)InfrastructureSpec contains settings that apply to the cluster infrastructure.InfrastructureSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
InfrastructureSpec
public InfrastructureSpec()
No args constructor for use in serialization
-
InfrastructureSpec
public InfrastructureSpec(ConfigMapFileReference cloudConfig, PlatformSpec platformSpec)
-
-
Method Detail
-
getCloudConfig
public ConfigMapFileReference getCloudConfig()
InfrastructureSpec contains settings that apply to the cluster infrastructure.
-
setCloudConfig
public void setCloudConfig(ConfigMapFileReference cloudConfig)
InfrastructureSpec contains settings that apply to the cluster infrastructure.
-
getPlatformSpec
public PlatformSpec getPlatformSpec()
InfrastructureSpec contains settings that apply to the cluster infrastructure.
-
setPlatformSpec
public void setPlatformSpec(PlatformSpec platformSpec)
InfrastructureSpec contains settings that apply to the cluster infrastructure.
-
edit
public InfrastructureSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<InfrastructureSpecBuilder>
-
toBuilder
public InfrastructureSpecBuilder toBuilder()
-
-