MCPcopy
hub / github.com/kubernetes/kops / GSPath

Struct GSPath

util/pkg/vfs/gsfs.go:41–49  ·  view source on GitHub ↗

GSPath is a vfs path for Google Cloud Storage

Source from the content-addressed store, hash-verified

39
40// GSPath is a vfs path for Google Cloud Storage
41type GSPath struct {
42 // vfsContext holds the VFS context for this path,
43 // in particular the client / credentials we should use.
44 vfsContext *VFSContext
45
46 bucket string
47 key string
48 md5Hash string
49}
50
51var (
52 _ Path = &GSPath{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected