Class: Google::Apis::ContainerV1beta1::GatewayApiConfig
- Inherits:
-
Object
- Object
- Google::Apis::ContainerV1beta1::GatewayApiConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/container_v1beta1/classes.rb,
lib/google/apis/container_v1beta1/representations.rb,
lib/google/apis/container_v1beta1/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.
4444 4445 4446 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 4444 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
4442 4443 4444 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 4442 def channel @channel end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4449 4450 4451 |
# File 'lib/google/apis/container_v1beta1/classes.rb', line 4449 def update!(**args) @channel = args[:channel] if args.key?(:channel) end |