class Google::Apis::ClouddeployV1::Config
Service-wide configuration.
Attributes
default_skaffold_version[RW]
Output only. Default Skaffold version that is assigned when a Release
is created without specifying a Skaffold version. Corresponds to the JSON property ‘defaultSkaffoldVersion` @return [String]
name[RW]
Name of the configuration. Corresponds to the JSON property ‘name` @return [String]
supported_versions[RW]
Output only. All supported versions of Skaffold. Corresponds to the JSON property ‘supportedVersions` @return [Array<Google::Apis::ClouddeployV1::SkaffoldVersion>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/clouddeploy_v1/classes.rb, line 280 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/clouddeploy_v1/classes.rb, line 285 def update!(**args) @default_skaffold_version = args[:default_skaffold_version] if args.key?(:default_skaffold_version) @name = args[:name] if args.key?(:name) @supported_versions = args[:supported_versions] if args.key?(:supported_versions) end