Class 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
    • Constructor Detail

      • Platform

        public Platform()
        No args constructor for use in serialization
      • Platform

        public Platform​(io.fabric8.kubernetes.api.model.LocalObjectReference libvirtSSHPrivateKeySecretRef)
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)