class Google::Apis::RunV1::ConfigurationSpec
ConfigurationSpec
holds the desired state of the Configuration
(from the client).
Attributes
template[RW]
RevisionTemplateSpec describes the data a revision should have when created from a template. Based on: github.com/kubernetes/api/blob/e771f807/ core/v1/types.go#L3179-L3190 Corresponds to the JSON property `template` @return [Google::Apis::RunV1::RevisionTemplate]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/run_v1/classes.rb, line 400 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/run_v1/classes.rb, line 405 def update!(**args) @template = args[:template] if args.key?(:template) end