Class: Google::Cloud::Container::V1::AutoprovisioningNodePoolDefaults
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::AutoprovisioningNodePoolDefaults
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
Instance Attribute Summary collapse
-
#boot_disk_kms_key ⇒ ::String
The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.
-
#disk_size_gb ⇒ ::Integer
Size of the disk attached to each node, specified in GB.
-
#disk_type ⇒ ::String
Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced').
-
#image_type ⇒ ::String
The image type to use for NAP created node.
-
#insecure_kubelet_readonly_port_enabled ⇒ ::Boolean
Enable or disable Kubelet read only port.
-
#management ⇒ ::Google::Cloud::Container::V1::NodeManagement
Specifies the node management options for NAP created node-pools.
-
#min_cpu_platform ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#oauth_scopes ⇒ ::Array<::String>
Scopes that are used by NAP when creating node pools.
-
#service_account ⇒ ::String
The Google Cloud Platform Service Account to be used by the node VMs.
-
#shielded_instance_config ⇒ ::Google::Cloud::Container::V1::ShieldedInstanceConfig
Shielded Instance options.
-
#upgrade_settings ⇒ ::Google::Cloud::Container::V1::NodePool::UpgradeSettings
Specifies the upgrade settings for NAP created node pools.
Instance Attribute Details
#boot_disk_kms_key ⇒ ::String
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_size_gb ⇒ ::Integer
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#disk_type ⇒ ::String
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_type ⇒ ::String
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#insecure_kubelet_readonly_port_enabled ⇒ ::Boolean
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#management ⇒ ::Google::Cloud::Container::V1::NodeManagement
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_cpu_platform ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Deprecated. Minimum CPU platform to be used for NAP created node pools.
The instance may be scheduled on the specified or newer CPU platform.
Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: Intel Haswell or
minCpuPlatform: Intel Sandy Bridge. For more
information, read how to specify min CPU
platform.
This field is deprecated, min_cpu_platform should be specified using
cloud.google.com/requested-min-cpu-platform label selector on the pod.
To unset the min cpu platform field pass "automatic"
as field value.
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#oauth_scopes ⇒ ::Array<::String>
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_account ⇒ ::String
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#shielded_instance_config ⇒ ::Google::Cloud::Container::V1::ShieldedInstanceConfig
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_settings ⇒ ::Google::Cloud::Container::V1::NodePool::UpgradeSettings
3941 3942 3943 3944 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3941 class AutoprovisioningNodePoolDefaults include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |