mirror of
https://github.com/aquasecurity/kube-bench.git
synced 2025-05-29 04:08:49 +00:00
Removing some unwanted changes
This commit is contained in:
parent
5cff2b0a4b
commit
b6304d41ff
@ -23,7 +23,7 @@ import (
|
||||
"github.com/golang/glog"
|
||||
)
|
||||
|
||||
// NodeType indicates the type of node (master, node, federated, etcd, controlplane, policies, managedservices).
|
||||
// NodeType indicates the type of node (master, node).
|
||||
type NodeType string
|
||||
|
||||
// State is the state of a control check.
|
||||
|
@ -57,7 +57,7 @@ the `controls` components have an id and a text description which are displayed
|
||||
in the `kube-bench` output.
|
||||
|
||||
`type` specifies what kubernetes node type a `controls` is for. Possible values
|
||||
for `type` are `[master, node, federated, etcd, controlplane, policies, managedservices]`.
|
||||
for `type` are `master` and `node`.
|
||||
|
||||
## Groups
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user