Class: Google::Apis::ContainerV1beta1::CloudRunConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::CloudRunConfig
- Defined in:
- generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.rb
Overview
Configuration options for the Cloud Run feature.
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
(also: #disabled?)
Whether Cloud Run addon is enabled for this cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudRunConfig
constructor
A new instance of CloudRunConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ CloudRunConfig
Returns a new instance of CloudRunConfig
273 274 275 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 273 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disabled ⇒ Boolean Also known as: disabled?
Whether Cloud Run addon is enabled for this cluster.
Corresponds to the JSON property disabled
270 271 272 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 270 def disabled @disabled end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
278 279 280 |
# File 'generated/google/apis/container_v1beta1/classes.rb', line 278 def update!(**args) @disabled = args[:disabled] if args.key?(:disabled) end |