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 all the global configuration that all machinesets use.
    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 credentialsSecretRef,
                        PrivateServiceConnect privateServiceConnect,
                        String region)
    • Method Detail

      • getCredentialsSecretRef

        public io.fabric8.kubernetes.api.model.LocalObjectReference getCredentialsSecretRef()
        Platform stores all the global configuration that all machinesets use.
      • setCredentialsSecretRef

        public void setCredentialsSecretRef​(io.fabric8.kubernetes.api.model.LocalObjectReference credentialsSecretRef)
        Platform stores all the global configuration that all machinesets use.
      • getPrivateServiceConnect

        public PrivateServiceConnect getPrivateServiceConnect()
        Platform stores all the global configuration that all machinesets use.
      • setPrivateServiceConnect

        public void setPrivateServiceConnect​(PrivateServiceConnect privateServiceConnect)
        Platform stores all the global configuration that all machinesets use.
      • getRegion

        public String getRegion()
        Region specifies the GCP region where the cluster will be created.
      • setRegion

        public void setRegion​(String region)
        Region specifies the GCP region where the cluster will be created.
      • getAdditionalProperties

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

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

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