class Google::Apis::GkehubV1beta1::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::GkehubV1beta1::ConnectAgentResource>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/gkehub_v1beta1/classes.rb, line 343 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_v1beta1/classes.rb, line 348 def update!(**args) @manifest = args[:manifest] if args.key?(:manifest) end