class Google::Apis::GkehubV1::ConfigManagementPolicyControllerVersion
The build version of Gatekeeper Policy
Controller is using.
Attributes
version[RW]
The gatekeeper image tag that is composed of ACM version, git tag, build number. Corresponds to the JSON property `version` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 928 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/gkehub_v1/classes.rb, line 933 def update!(**args) @version = args[:version] if args.key?(:version) end