Class: Google::Apis::ContainerV1::GatewayApiConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1::GatewayApiConfig
- 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
GatewayAPIConfig contains the desired config of Gateway API on this cluster.
Instance Attribute Summary collapse
-
#channel ⇒ String
The Gateway API release channel to use for Gateway API.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GatewayApiConfig
constructor
A new instance of GatewayApiConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GatewayApiConfig
Returns a new instance of GatewayApiConfig.
2394 2395 2396 |
# File 'lib/google/apis/container_v1/classes.rb', line 2394 def initialize(**args) update!(**args) end |
Instance Attribute Details
#channel ⇒ String
The Gateway API release channel to use for Gateway API.
Corresponds to the JSON property channel
2392 2393 2394 |
# File 'lib/google/apis/container_v1/classes.rb', line 2392 def channel @channel end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2399 2400 2401 |
# File 'lib/google/apis/container_v1/classes.rb', line 2399 def update!(**args) @channel = args[:channel] if args.key?(:channel) end |