All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.dataproc.model.KubernetesSoftwareConfig.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250111-2.0.0
Show newest version






KubernetesSoftwareConfig (Cloud Dataproc API v1-rev20241025-2.0.0)












com.google.api.services.dataproc.model

Class KubernetesSoftwareConfig

    • Constructor Detail

      • KubernetesSoftwareConfig

        public KubernetesSoftwareConfig()
    • Method Detail

      • getComponentVersion

        public Map<String,String> getComponentVersion()
        The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
        Returns:
        value or null for none
      • setComponentVersion

        public KubernetesSoftwareConfig setComponentVersion(Map<String,String> componentVersion)
        The components that should be installed in this Dataproc cluster. The key must be a string from the KubernetesComponent enumeration. The value is the version of the software to be installed. At least one entry must be specified.
        Parameters:
        componentVersion - componentVersion or null for none
      • getProperties

        public Map<String,String> getProperties()
        The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
        Returns:
        value or null for none
      • setProperties

        public KubernetesSoftwareConfig setProperties(Map<String,String> properties)
        The properties to set on daemon config files.Property keys are specified in prefix:property format, for example spark:spark.kubernetes.container.image. The following are supported prefixes and their mappings: spark: spark-defaults.confFor more information, see Cluster properties (https://cloud.google.com/dataproc/docs/concepts/cluster-properties).
        Parameters:
        properties - properties or null for none

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy