Class: Google::Apis::GkehubV1::PolicyControllerTemplateLibraryConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::PolicyControllerTemplateLibraryConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/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.
4982 4983 4984 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 4982 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
4980 4981 4982 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 4980 def installation @installation end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4987 4988 4989 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 4987 def update!(**args) @installation = args[:installation] if args.key?(:installation) end |