Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig (v0.25.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::KubernetesSoftwareConfig.
The software configuration for this Dataproc cluster running on Kubernetes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#component_version
defcomponent_version()->::Google::Protobuf::Map{::String=>::String}- (::Google::Protobuf::Map{::String => ::String}) — 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.
#component_version=
defcomponent_version=(value)->::Google::Protobuf::Map{::String=>::String}- value (::Google::Protobuf::Map{::String => ::String}) — 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.
- (::Google::Protobuf::Map{::String => ::String}) — 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.
#properties
defproperties()->::Google::Protobuf::Map{::String=>::String}-
(::Google::Protobuf::Map{::String => ::String}) — The properties to set on daemon config files.
Property keys are specified in
prefix:propertyformat, for examplespark:spark.kubernetes.container.image. The following are supported prefixes and their mappings:- spark:
spark-defaults.conf
For more information, see Cluster properties.
- spark:
#properties=
defproperties=(value)->::Google::Protobuf::Map{::String=>::String}-
value (::Google::Protobuf::Map{::String => ::String}) — The properties to set on daemon config files.
Property keys are specified in
prefix:propertyformat, for examplespark:spark.kubernetes.container.image. The following are supported prefixes and their mappings:- spark:
spark-defaults.conf
For more information, see Cluster properties.
- spark:
-
(::Google::Protobuf::Map{::String => ::String}) — The properties to set on daemon config files.
Property keys are specified in
prefix:propertyformat, for examplespark:spark.kubernetes.container.image. The following are supported prefixes and their mappings:- spark:
spark-defaults.conf
For more information, see Cluster properties.
- spark: