Class: Google::Apis::ContainerV1::WorkloadPolicyConfig

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/container_v1/classes.rb,
lib/google/apis/container_v1/representations.rb,
lib/google/apis/container_v1/representations.rb

Overview

WorkloadPolicyConfig is the configuration of workload policy for autopilot clusters.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkloadPolicyConfig

Returns a new instance of WorkloadPolicyConfig.



7922
7923
7924
# File 'lib/google/apis/container_v1/classes.rb', line 7922

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#allow_net_adminBoolean Also known as: allow_net_admin?

If true, workloads can use NET_ADMIN capability. Corresponds to the JSON property allowNetAdmin

Returns:

  • (Boolean)


7919
7920
7921
# File 'lib/google/apis/container_v1/classes.rb', line 7919

def allow_net_admin
  @allow_net_admin
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7927
7928
7929
# File 'lib/google/apis/container_v1/classes.rb', line 7927

def update!(**args)
  @allow_net_admin = args[:allow_net_admin] if args.key?(:allow_net_admin)
end