Class: Google::Apis::GkehubV1alpha2::GenerateConnectManifestResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1alpha2/classes.rb,
lib/google/apis/gkehub_v1alpha2/representations.rb,
lib/google/apis/gkehub_v1alpha2/representations.rb

Overview

GenerateConnectManifestResponse contains manifest information for installing/ upgrading a Connect agent.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GenerateConnectManifestResponse

Returns a new instance of GenerateConnectManifestResponse.



389
390
391
# File 'lib/google/apis/gkehub_v1alpha2/classes.rb', line 389

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#manifestArray<Google::Apis::GkehubV1alpha2::ConnectAgentResource>

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



387
388
389
# File 'lib/google/apis/gkehub_v1alpha2/classes.rb', line 387

def manifest
  @manifest
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



394
395
396
# File 'lib/google/apis/gkehub_v1alpha2/classes.rb', line 394

def update!(**args)
  @manifest = args[:manifest] if args.key?(:manifest)
end