Class: Google::Cloud::Container::V1::NodeConfigDefaults

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Subset of NodeConfig message that has defaults.

Instance Attribute Summary collapse

Instance Attribute Details

#containerd_config::Google::Cloud::Container::V1::ContainerdConfig

Returns Parameters for containerd customization.

Returns:



2128
2129
2130
2131
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2128

class NodeConfigDefaults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcfs_config::Google::Cloud::Container::V1::GcfsConfig

Returns GCFS (Google Container File System, also known as Riptide) options.

Returns:



2128
2129
2130
2131
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2128

class NodeConfigDefaults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#logging_config::Google::Cloud::Container::V1::NodePoolLoggingConfig

Returns Logging configuration for node pools.

Returns:



2128
2129
2130
2131
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2128

class NodeConfigDefaults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#node_kubelet_config::Google::Cloud::Container::V1::NodeKubeletConfig

Returns NodeKubeletConfig controls the defaults for new node-pools.

Currently only insecure_kubelet_readonly_port_enabled can be set here.

Returns:



2128
2129
2130
2131
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2128

class NodeConfigDefaults
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end