Class Platform
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.external.v1.Platform
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class Platform extends Object implements io.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
Platform stores configuration related to external cloud providers.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformBuilderedit()Map<String,Object>getAdditionalProperties()StringgetCloudControllerManager()CloudControllerManager when set to external, this property will enable an external cloud provider.StringgetPlatformName()PlatformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCloudControllerManager(String cloudControllerManager)CloudControllerManager when set to external, this property will enable an external cloud provider.voidsetPlatformName(String platformName)PlatformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time.PlatformBuildertoBuilder()
-
-
-
Method Detail
-
getCloudControllerManager
public String getCloudControllerManager()
CloudControllerManager when set to external, this property will enable an external cloud provider.
-
setCloudControllerManager
public void setCloudControllerManager(String cloudControllerManager)
CloudControllerManager when set to external, this property will enable an external cloud provider.
-
getPlatformName
public String getPlatformName()
PlatformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time. This field is solely for informational and reporting purposes and is not expected to be used for decision-making.
-
setPlatformName
public void setPlatformName(String platformName)
PlatformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time. This field is solely for informational and reporting purposes and is not expected to be used for decision-making.
-
edit
public PlatformBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>
-
toBuilder
public PlatformBuilder toBuilder()
-
-