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
def component_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=
def component_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
def properties() -> ::Google::Protobuf::Map{::String => ::String}
-
(::Google::Protobuf::Map{::String => ::String}) — The properties to set on daemon config files.
Property keys are specified in
prefix:property
format, 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=
def properties=(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:property
format, 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:property
format, 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: