package util

import "gvisor.dev/gvisor/tools/gvisor_k8s_tool/util"

Package util contains utility functions for gvisor_k8s_tools.

Index

Functions

func TempDir

func TempDir() (string, func(), error)

TempDir creates and returns the path to a private temporary directory. The caller must call the given cleanup function to clean up the directory.

Source Files

util.go

Version
v0.0.0-20250605235530-a6711d1e1dc6 (latest)
Published
Jun 5, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
4 hours ago

Tools for package owners.