From 74d569c30884e299e929b2d0ce21a0610b2220db Mon Sep 17 00:00:00 2001 From: Samir Anand Date: Mon, 17 Jul 2023 20:11:14 +0530 Subject: [PATCH] wrong atrribute workloadMetadataConfig fixed Signed-off-by: Samir Anand --- libraries/google/container/property/nodepool_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/google/container/property/nodepool_config.rb b/libraries/google/container/property/nodepool_config.rb index ce9602e9c..6742578cf 100644 --- a/libraries/google/container/property/nodepool_config.rb +++ b/libraries/google/container/property/nodepool_config.rb @@ -71,7 +71,7 @@ def initialize(args = nil, parent_identifier = nil) @min_cpu_platform = args['minCpuPlatform'] @taints = GoogleInSpec::Container::Property::NodePoolConfigTaintsArray.parse(args['taints'], to_s) @shielded_instance_config = GoogleInSpec::Container::Property::NodePoolConfigShieldedInstanceConfig.new(args['shieldedInstanceConfig'], to_s) - @workload_meta_config = GoogleInSpec::Container::Property::NodePoolConfigWorkloadMetaConfig.new(args['workloadMetaConfig'], to_s) + @workload_meta_config = GoogleInSpec::Container::Property::NodePoolConfigWorkloadMetaConfig.new(args['workloadMetadataConfig'], to_s) end def to_s