google_container_regional_node_pools resource
Use the google_container_regional_node_pools
InSpec audit resource to to test a Google Cloud RegionalNodePool resource.
Examples
describe google_container_regional_node_pools(project: 'chef-gcp-inspec', location: 'europe-west2', cluster: 'inspec-gcp-regional-cluster') do
its('initial_node_counts') { should include '1'}
end
Properties
Properties that can be accessed from the google_container_regional_node_pools
resource:
See google_container_regional_node_pool for more detailed information.
names
: an array ofgoogle_container_regional_node_pool
nameconfigs
: an array ofgoogle_container_regional_node_pool
configinitial_node_counts
: an array ofgoogle_container_regional_node_pool
initial_node_countstatuses
: an array ofgoogle_container_regional_node_pool
statusstatus_messages
: an array ofgoogle_container_regional_node_pool
status_messageversions
: an array ofgoogle_container_regional_node_pool
versionautoscalings
: an array ofgoogle_container_regional_node_pool
autoscalingmanagements
: an array ofgoogle_container_regional_node_pool
managementmax_pods_constraints
: an array ofgoogle_container_regional_node_pool
max_pods_constraintconditions
: an array ofgoogle_container_regional_node_pool
conditionspod_ipv4_cidr_sizes
: an array ofgoogle_container_regional_node_pool
pod_ipv4_cidr_sizeclusters
: an array ofgoogle_container_regional_node_pool
clusterlocations
: an array ofgoogle_container_regional_node_pool
location
Filter criteria
This resource supports all of the above properties as filter criteria, which can be used
with where
as a block or a method.
GCP permissions
Ensure the Kubernetes Engine API is enabled for the current project.