Class: Google::Apis::GkehubV1::GenerateConnectManifestResponse
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::GenerateConnectManifestResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb
Overview
GenerateConnectManifestResponse contains manifest information for installing/ upgrading a Connect agent.
Instance Attribute Summary collapse
-
#manifest ⇒ Array<Google::Apis::GkehubV1::ConnectAgentResource>
The ordered list of Kubernetes resources that need to be applied to the cluster for GKE Connect agent installation/upgrade.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GenerateConnectManifestResponse
constructor
A new instance of GenerateConnectManifestResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GenerateConnectManifestResponse
Returns a new instance of GenerateConnectManifestResponse.
2503 2504 2505 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2503 def initialize(**args) update!(**args) end |
Instance Attribute Details
#manifest ⇒ Array<Google::Apis::GkehubV1::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
2501 2502 2503 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2501 def manifest @manifest end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2508 2509 2510 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2508 def update!(**args) @manifest = args[:manifest] if args.key?(:manifest) end |