Class: Google::Cloud::Container::V1beta1::NodeConfigDefaults
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::NodeConfigDefaults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Subset of NodeConfig message that has defaults.
Instance Attribute Summary collapse
-
#containerd_config ⇒ ::Google::Cloud::Container::V1beta1::ContainerdConfig
Parameters for containerd customization.
-
#gcfs_config ⇒ ::Google::Cloud::Container::V1beta1::GcfsConfig
GCFS (Google Container File System, also known as Riptide) options.
-
#host_maintenance_policy ⇒ ::Google::Cloud::Container::V1beta1::HostMaintenancePolicy
HostMaintenancePolicy contains the desired maintenance policy for the Google Compute Engine hosts.
-
#logging_config ⇒ ::Google::Cloud::Container::V1beta1::NodePoolLoggingConfig
Logging configuration for node pools.
-
#node_kubelet_config ⇒ ::Google::Cloud::Container::V1beta1::NodeKubeletConfig
NodeKubeletConfig controls the defaults for new node-pools.
Instance Attribute Details
#containerd_config ⇒ ::Google::Cloud::Container::V1beta1::ContainerdConfig
Returns Parameters for containerd customization.
2324 2325 2326 2327 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2324 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gcfs_config ⇒ ::Google::Cloud::Container::V1beta1::GcfsConfig
Returns GCFS (Google Container File System, also known as Riptide) options.
2324 2325 2326 2327 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2324 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#host_maintenance_policy ⇒ ::Google::Cloud::Container::V1beta1::HostMaintenancePolicy
Returns HostMaintenancePolicy contains the desired maintenance policy for the Google Compute Engine hosts.
2324 2325 2326 2327 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2324 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#logging_config ⇒ ::Google::Cloud::Container::V1beta1::NodePoolLoggingConfig
Returns Logging configuration for node pools.
2324 2325 2326 2327 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2324 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#node_kubelet_config ⇒ ::Google::Cloud::Container::V1beta1::NodeKubeletConfig
Returns NodeKubeletConfig controls the defaults for new node-pools.
Currently only insecure_kubelet_readonly_port_enabled
can be set here.
2324 2325 2326 2327 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2324 class NodeConfigDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |