kubernetes/test/e2e/cloud/gcp/gke_node_pools.go

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 {}