Class PlatformStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.PlatformStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PlatformStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PlatformStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<PlatformStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PlatformStatus contains the observed state for the specific platform upon which to perform the installation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformStatus()No args constructor for use in serializationPlatformStatus(PlatformStatus aws, PlatformStatus gcp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformStatusBuilderedit()Map<String,Object>getAdditionalProperties()PlatformStatusgetAws()PlatformStatus contains the observed state for the specific platform upon which to perform the installationPlatformStatusgetGcp()PlatformStatus contains the observed state for the specific platform upon which to perform the installationvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetAws(PlatformStatus aws)PlatformStatus contains the observed state for the specific platform upon which to perform the installationvoidsetGcp(PlatformStatus gcp)PlatformStatus contains the observed state for the specific platform upon which to perform the installationPlatformStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
PlatformStatus
public PlatformStatus()
No args constructor for use in serialization
-
PlatformStatus
public PlatformStatus(PlatformStatus aws, PlatformStatus gcp)
-
-
Method Detail
-
getAws
public PlatformStatus getAws()
PlatformStatus contains the observed state for the specific platform upon which to perform the installation
-
setAws
public void setAws(PlatformStatus aws)
PlatformStatus contains the observed state for the specific platform upon which to perform the installation
-
getGcp
public PlatformStatus getGcp()
PlatformStatus contains the observed state for the specific platform upon which to perform the installation
-
setGcp
public void setGcp(PlatformStatus gcp)
PlatformStatus contains the observed state for the specific platform upon which to perform the installation
-
edit
public PlatformStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PlatformStatusBuilder>
-
toBuilder
public PlatformStatusBuilder toBuilder()
-
-