Class: Ansible::Ruby::Modules::Gcp_container_node_pool

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb

Overview

NodePool contains the name and configuration for a cluster’s node pool. Node pools are a set of nodes (i.e. VM’s), with a common configuration and specification, under the control of the cluster master. They may have a set of Kubernetes labels applied to them, which may be used to reference them during pod scheduling. They may also be resized up or down, to accommodate the workload.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#autoscalingObject?



28
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 28

attribute :autoscaling

#clusterString



34
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 34

attribute :cluster

#configObject?



21
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 21

attribute :config

#initial_node_countInteger



24
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 24

attribute :initial_node_count

#managementObject?



31
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 31

attribute :management

#nameString?



17
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 17

attribute :name

#state:present, ...



13
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 13

attribute :state

#zoneString



38
# File 'lib/ansible/ruby/modules/generated/cloud/google/gcp_container_node_pool.rb', line 38

attribute :zone