//
pkg.gl
Category
github.com/chen-anders/kube-bench
check
package
0.0.19
Repository:
https://github.com/chen-anders/kube-bench.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
510 SLOC
#
Functions
NewControls
NewControls instantiates a new master Controls object.
#
Constants
FAIL
FAIL check failed.
FEDERATED
FEDERATED a federated deployment.
INFO
INFO informational message.
MASTER
MASTER a master node.
NODE
NODE a node.
PASS
PASS check passed.
WARN
WARN could not carry out check.
#
Structs
Check
Check contains information about a recommendation in the CIS Kubernetes 1.6+ document.
Controls
Controls holds all controls to check for master nodes.
Group
Group is a collection of similar checks.
Summary
Summary is a summary of the results of control checks run.
#
Type aliases
NodeType
NodeType indicates the type of node (master, node, federated).
State
State is the state of a control check.