Class: Google::Apis::GkehubV1beta::GenerateConnectManifestResponse
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1beta::GenerateConnectManifestResponse
- 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
-
#manifest ⇒ Array<Google::Apis::GkehubV1beta::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.
2533 2534 2535 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2533 def initialize(**args) update!(**args) end |
Instance Attribute Details
#manifest ⇒ Array<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
2531 2532 2533 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2531 def manifest @manifest end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2538 2539 2540 |
# File 'lib/google/apis/gkehub_v1beta/classes.rb', line 2538 def update!(**args) @manifest = args[:manifest] if args.key?(:manifest) end |