Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions internal/guest/spec/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Package spec encapsulates a number of GCS specific oci spec modifications, e.g.,
// networking mounts, sandbox path substitutions in guest etc.
package spec
4 changes: 1 addition & 3 deletions internal/guest/spec/spec.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
//go:build linux
// +build linux

// Package spec encapsulates a number of GCS specific oci spec modifications, e.g.,
// networking mounts, sandbox path substitutions in guest etc.
//
Comment thread
katiewasnothere marked this conversation as resolved.
// TODO: consider moving oci spec specific code from /internal/guest/runtime/hcsv2/spec.go

package spec

import (
Expand Down
1 change: 1 addition & 0 deletions internal/guest/storage/test/policy/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package policy
1 change: 1 addition & 0 deletions internal/guest/storage/vmbus/doc.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package vmbus
4 changes: 2 additions & 2 deletions test/cri-containerd/disable_vpmem_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build functional
// +build functional
//go:build windows && functional
// +build windows,functional

package cri_containerd

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.