Class: Google::Apis::GkehubV2alpha::PolicyControllerTemplateLibraryConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV2alpha::PolicyControllerTemplateLibraryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v2alpha/classes.rb,
lib/google/apis/gkehub_v2alpha/representations.rb,
lib/google/apis/gkehub_v2alpha/representations.rb
Overview
The config specifying which default library templates to install.
Instance Attribute Summary collapse
-
#installation ⇒ String
Configures the manner in which the template library is installed on the cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PolicyControllerTemplateLibraryConfig
constructor
A new instance of PolicyControllerTemplateLibraryConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PolicyControllerTemplateLibraryConfig
Returns a new instance of PolicyControllerTemplateLibraryConfig.
2944 2945 2946 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 2944 def initialize(**args) update!(**args) end |
Instance Attribute Details
#installation ⇒ String
Configures the manner in which the template library is installed on the
cluster.
Corresponds to the JSON property installation
2942 2943 2944 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 2942 def installation @installation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2949 2950 2951 |
# File 'lib/google/apis/gkehub_v2alpha/classes.rb', line 2949 def update!(**args) @installation = args[:installation] if args.key?(:installation) end |