membershipResources property

  1. @TagNumber(2)
List<ResourceManifest> membershipResources

Output only. Additional Kubernetes resources that need to be applied to the cluster after Membership creation, and after every update.

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(2)
$core.List<ResourceManifest> get membershipResources => $_getList(0);