var _ … func testCreateDeleteNodePool(ctx context.Context, f *framework.Framework, poolName string) { … } // nodesWithPoolLabel returns the number of nodes that have the "gke-nodepool" // label with the given node pool name. func nodesWithPoolLabel(ctx context.Context, f *framework.Framework, poolName string) int { … }