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.
1 parent 97317ce commit a647a34Copy full SHA for a647a34
types/features/features.go
@@ -53,11 +53,11 @@ type Seccomp struct {
53
// Nil value means "unknown", not "no support for any action".
54
Actions []string `json:"actions,omitempty"`
55
56
- // Operators is the list of the recognized actions, e.g., "SCMP_CMP_NE".
+ // Operators is the list of the recognized operators, e.g., "SCMP_CMP_NE".
57
// Nil value means "unknown", not "no support for any operator".
58
Operators []string `json:"operators,omitempty"`
59
60
- // Operators is the list of the recognized archs, e.g., "SCMP_ARCH_X86_64".
+ // Archs is the list of the recognized archs, e.g., "SCMP_ARCH_X86_64".
61
// Nil value means "unknown", not "no support for any arch".
62
Archs []string `json:"archs,omitempty"`
63
}
0 commit comments