Class ExternalPlatformSpec
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.ExternalPlatformSpec
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ExternalPlatformSpecBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ExternalPlatformSpec extends Object implements io.fabric8.kubernetes.api.builder.Editable<ExternalPlatformSpecBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ExternalPlatformSpec holds the desired state for the generic External infrastructure provider.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalPlatformSpec()No args constructor for use in serializationExternalPlatformSpec(String platformName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalPlatformSpecBuilderedit()Map<String,Object>getAdditionalProperties()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)voidsetPlatformName(String platformName)platformName holds the arbitrary string representing the infrastructure provider name, expected to be set at the installation time.ExternalPlatformSpecBuildertoBuilder()
-
-
-
Constructor Detail
-
ExternalPlatformSpec
public ExternalPlatformSpec()
No args constructor for use in serialization
-
ExternalPlatformSpec
public ExternalPlatformSpec(String platformName)
-
-
Method Detail
-
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 ExternalPlatformSpecBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ExternalPlatformSpecBuilder>
-
toBuilder
public ExternalPlatformSpecBuilder toBuilder()
-
-