Class: Google::Apis::GkehubV1alpha::GenerateConnectManifestResponse
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::GenerateConnectManifestResponse
- 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
-
#manifest ⇒ Array<Google::Apis::GkehubV1alpha::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.
2822 2823 2824 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2822 def initialize(**args) update!(**args) end |
Instance Attribute Details
#manifest ⇒ Array<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
2820 2821 2822 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2820 def manifest @manifest end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2827 2828 2829 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 2827 def update!(**args) @manifest = args[:manifest] if args.key?(:manifest) end |