From b6304d41ff45d05304284e99426bdade665be2e6 Mon Sep 17 00:00:00 2001 From: Carter Williamson Date: Tue, 18 Mar 2025 13:18:51 -0700 Subject: [PATCH] Removing some unwanted changes --- check/check.go | 2 +- docs/controls.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/check/check.go b/check/check.go index 490ec43..58ce6fb 100644 --- a/check/check.go +++ b/check/check.go @@ -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. diff --git a/docs/controls.md b/docs/controls.md index 6de299b..8655f31 100644 --- a/docs/controls.md +++ b/docs/controls.md @@ -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