Class: Google::Apis::GkehubV1beta::GenerateConnectManifestResponse

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



2875
2876
2877
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2875

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

Instance Attribute Details

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



2873
2874
2875
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2873

def manifest
  @manifest
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2880
2881
2882
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2880

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