Class Platform
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.baremetal.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 the global configuration for the cluster.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlatformBuilderedit()Map<String,Object>getAdditionalProperties()io.fabric8.kubernetes.api.model.LocalObjectReferencegetLibvirtSSHPrivateKeySecretRef()Platform stores the global configuration for the cluster.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLibvirtSSHPrivateKeySecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference libvirtSSHPrivateKeySecretRef)Platform stores the global configuration for the cluster.PlatformBuildertoBuilder()
-
-
-
Method Detail
-
getLibvirtSSHPrivateKeySecretRef
public io.fabric8.kubernetes.api.model.LocalObjectReference getLibvirtSSHPrivateKeySecretRef()
Platform stores the global configuration for the cluster.
-
setLibvirtSSHPrivateKeySecretRef
public void setLibvirtSSHPrivateKeySecretRef(io.fabric8.kubernetes.api.model.LocalObjectReference libvirtSSHPrivateKeySecretRef)
Platform stores the global configuration for the cluster.
-
edit
public PlatformBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PlatformBuilder>
-
toBuilder
public PlatformBuilder toBuilder()
-
-