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.
4106 4107 4108 |
# File 'lib/google/apis/container_v1/classes.rb', line 4106 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
4104 4105 4106 |
# File 'lib/google/apis/container_v1/classes.rb', line 4104 def channel @channel end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4111 4112 4113 |
# File 'lib/google/apis/container_v1/classes.rb', line 4111 def update!(**args) @channel = args[:channel] if args.key?(:channel) end |