class Google::Apis::GkehubV1::GenerateConnectManifestResponse
GenerateConnectManifestResponse
contains manifest information for installing/ upgrading a Connect agent.
Attributes
manifest[RW]
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade. Corresponds to the JSON property `manifest` @return [Array<Google::Apis::GkehubV1::ConnectAgentResource>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1/classes.rb, line 1282 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 1287 def update!(**args) @manifest = args[:manifest] if args.key?(:manifest) end