class Google::Apis::GkehubV1beta::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_v1beta/classes.rb, line 950
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_v1beta/classes.rb, line 955
def update!(**args)
  @version = args[:version] if args.key?(:version)
end