Class ExternalPlatformStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.ExternalPlatformStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ExternalPlatformStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ExternalPlatformStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<ExternalPlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ExternalPlatformStatus holds the current status of the generic External infrastructure provider.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalPlatformStatus()No args constructor for use in serializationExternalPlatformStatus(CloudControllerManagerStatus cloudControllerManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalPlatformStatusBuilderedit()Map<String,Object>getAdditionalProperties()CloudControllerManagerStatusgetCloudControllerManager()ExternalPlatformStatus holds the current status of the generic External infrastructure provider.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCloudControllerManager(CloudControllerManagerStatus cloudControllerManager)ExternalPlatformStatus holds the current status of the generic External infrastructure provider.ExternalPlatformStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
ExternalPlatformStatus
public ExternalPlatformStatus()
No args constructor for use in serialization
-
ExternalPlatformStatus
public ExternalPlatformStatus(CloudControllerManagerStatus cloudControllerManager)
-
-
Method Detail
-
getCloudControllerManager
public CloudControllerManagerStatus getCloudControllerManager()
ExternalPlatformStatus holds the current status of the generic External infrastructure provider.
-
setCloudControllerManager
public void setCloudControllerManager(CloudControllerManagerStatus cloudControllerManager)
ExternalPlatformStatus holds the current status of the generic External infrastructure provider.
-
edit
public ExternalPlatformStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ExternalPlatformStatusBuilder>
-
toBuilder
public ExternalPlatformStatusBuilder toBuilder()
-
-