connectResources property

  1. @TagNumber(3)
List<ResourceManifest> get connectResources

Output only. The Kubernetes resources for installing the GKE Connect agent

This field is only populated in the Membership returned from a successful long-running operation from CreateMembership or UpdateMembership. It is not populated during normal GetMembership or ListMemberships requests. To get the resource manifest after the initial registration, the caller should make a UpdateMembership call with an empty field mask.

Implementation

@$pb.TagNumber(3)
$core.List<ResourceManifest> get connectResources => $_getList(1);