Class: Google::Apis::ContainerV1beta1::AutoprovisioningNodePoolDefaults
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::AutoprovisioningNodePoolDefaults
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/representations.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 ⇒ Fixnum
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') If unspecified, the default disk type is 'pd-standard' Corresponds to the JSON property
diskType. -
#image_type ⇒ String
The image type to use for NAP created node.
-
#management ⇒ Google::Apis::ContainerV1beta1::NodeManagement
NodeManagement defines the set of node management services turned on for the node pool.
-
#min_cpu_platform ⇒ String
Deprecated.
-
#oauth_scopes ⇒ Array<String>
The set of Google API scopes to be made available on all of the node VMs under the "default" service account.
-
#service_account ⇒ String
The Google Cloud Platform Service Account to be used by the node VMs.
-
#shielded_instance_config ⇒ Google::Apis::ContainerV1beta1::ShieldedInstanceConfig
A set of Shielded Instance options.
-
#upgrade_settings ⇒ Google::Apis::ContainerV1beta1::UpgradeSettings
These upgrade settings configure the upgrade strategy for the node pool.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AutoprovisioningNodePoolDefaults
constructor
A new instance of AutoprovisioningNodePoolDefaults.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AutoprovisioningNodePoolDefaults
Returns a new instance of AutoprovisioningNodePoolDefaults.
356 357 358 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 356 def initialize(**args) update!(**args) end |
Instance Attribute Details
#boot_disk_kms_key ⇒ String
The Customer Managed Encryption Key used to encrypt the boot disk attached to
each node in the node pool. This should be of the form projects/[
KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]
. For more information about protecting resources with Cloud KMS Keys please
see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption
Corresponds to the JSON property bootDiskKmsKey
273 274 275 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 273 def boot_disk_kms_key @boot_disk_kms_key end |
#disk_size_gb ⇒ Fixnum
Size of the disk attached to each node, specified in GB. The smallest allowed
disk size is 10GB. If unspecified, the default disk size is 100GB.
Corresponds to the JSON property diskSizeGb
279 280 281 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 279 def disk_size_gb @disk_size_gb end |
#disk_type ⇒ String
Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-
balanced') If unspecified, the default disk type is 'pd-standard'
Corresponds to the JSON property diskType
285 286 287 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 285 def disk_type @disk_type end |
#image_type ⇒ String
The image type to use for NAP created node.
Corresponds to the JSON property imageType
290 291 292 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 290 def image_type @image_type end |
#management ⇒ Google::Apis::ContainerV1beta1::NodeManagement
NodeManagement defines the set of node management services turned on for the
node pool.
Corresponds to the JSON property management
296 297 298 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 296 def management @management end |
#min_cpu_platform ⇒ String
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.
Corresponds to the JSON property minCpuPlatform
308 309 310 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 308 def min_cpu_platform @min_cpu_platform end |
#oauth_scopes ⇒ Array<String>
The set of Google API scopes to be made available on all of the node VMs under
the "default" service account. The following scopes are recommended, but not
required, and by default are not included: * https://www.googleapis.com/auth/
compute is required for mounting persistent storage on your nodes. * https://
www.googleapis.com/auth/devstorage.read_only is required for communicating
with gcr.io (the Google Container Registry). If unspecified, no scopes are added, unless Cloud
Logging or Cloud Monitoring are enabled, in which case their required scopes
will be added.
Corresponds to the JSON property oauthScopes
321 322 323 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 321 def oauth_scopes @oauth_scopes end |
#service_account ⇒ String
The Google Cloud Platform Service Account to be used by the node VMs. Specify
the email address of the Service Account; otherwise, if no Service Account is
specified, the "default" service account is used.
Corresponds to the JSON property serviceAccount
328 329 330 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 328 def service_account @service_account end |
#shielded_instance_config ⇒ Google::Apis::ContainerV1beta1::ShieldedInstanceConfig
A set of Shielded Instance options.
Corresponds to the JSON property shieldedInstanceConfig
333 334 335 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 333 def shielded_instance_config @shielded_instance_config end |
#upgrade_settings ⇒ Google::Apis::ContainerV1beta1::UpgradeSettings
These upgrade settings configure the upgrade strategy for the node pool. Use
strategy to switch between the strategies applied to the node pool. If the
strategy is SURGE, use max_surge and max_unavailable to control the level of
parallelism and the level of disruption caused by upgrade. 1. maxSurge
controls the number of additional nodes that can be added to the node pool
temporarily for the time of the upgrade to increase the number of available
nodes. 2. maxUnavailable controls the number of nodes that can be
simultaneously unavailable. 3. (maxUnavailable + maxSurge) determines the
level of parallelism (how many nodes are being upgraded at the same time). If
the strategy is BLUE_GREEN, use blue_green_settings to configure the blue-
green upgrade related settings. 1. standard_rollout_policy is the default
policy. The policy is used to control the way blue pool gets drained. The
draining is executed in the batch mode. The batch size could be specified as
either percentage of the node pool size or the number of nodes.
batch_soak_duration is the soak time after each batch gets drained. 2.
node_pool_soak_duration is the soak time after all blue nodes are drained.
After this period, the blue pool nodes will be deleted.
Corresponds to the JSON property upgradeSettings
354 355 356 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 354 def upgrade_settings @upgrade_settings end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
361 362 363 364 365 366 367 368 369 370 371 372 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 361 def update!(**args) @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key) @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb) @disk_type = args[:disk_type] if args.key?(:disk_type) @image_type = args[:image_type] if args.key?(:image_type) @management = args[:management] if args.key?(:management) @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform) @oauth_scopes = args[:oauth_scopes] if args.key?(:oauth_scopes) @service_account = args[:service_account] if args.key?(:service_account) @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config) @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings) end |