Class: Google::Apis::GkehubV1alpha::GenerateConnectManifestResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/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.



2798
2799
2800
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2798

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

Instance Attribute Details

#manifestArray<Google::Apis::GkehubV1alpha::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



2796
2797
2798
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2796

def manifest
  @manifest
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2803
2804
2805
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2803

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