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.
2774 2775 2776 |
# File 'lib/google/apis/container_v1/classes.rb', line 2774 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
2772 2773 2774 |
# File 'lib/google/apis/container_v1/classes.rb', line 2772 def channel @channel end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2779 2780 2781 |
# File 'lib/google/apis/container_v1/classes.rb', line 2779 def update!(**args) @channel = args[:channel] if args.key?(:channel) end |