kubernetesk8s.io/kubernetes/pkg/util/chown Index | Files

package chown

import "k8s.io/kubernetes/pkg/util/chown"

Package chown provides utilities to chown a path

Index

Types

type Interface

type Interface interface {
	// Chown changes the owning UID and GID of a file, implementing
	// the exact same semantics as os.Chown.
	Chown(path string, uid, gid int) error
}

Interface is something that knows how to run the chown system call. It is non-recursive.

func New

func New() Interface

Source Files

chown.go doc.go

Version
v1.4.0-beta.5
Published
Sep 15, 2016
Platform
js/wasm
Imports
1 packages
Last checked
5 minutes ago

Tools for package owners.