We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 32f17ac + caf2985 commit 4ad2ce1Copy full SHA for 4ad2ce1
common/libimage/platform.go
@@ -8,14 +8,17 @@ import (
8
)
9
10
// PlatformPolicy controls the behavior of image-platform matching.
11
+//
12
// Deprecated: new code should use define.PlatformPolicy directly.
13
type PlatformPolicy = define.PlatformPolicy
14
15
const (
16
// Only debug log if an image does not match the expected platform.
17
+ //
18
// Deprecated: new code should reference define.PlatformPolicyDefault directly.
19
PlatformPolicyDefault = define.PlatformPolicyDefault
20
// Warn if an image does not match the expected platform.
21
22
// Deprecated: new code should reference define.PlatformPolicyWarn directly.
23
PlatformPolicyWarn = define.PlatformPolicyWarn
24
0 commit comments