Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Endpoints = []Endpoint{ { Path: hello.Path, Method: hello.Method, Function: hello.ProcessRequest, }, { Path: kubeneat.Path, Method: kubeneat.Method, Function: kubeneat.ProcessRequest, }, { Path: kubeval.Path, Method: kubeval.Method, Function: kubeval.ProcessRequest, }, { Path: trivy.PathConfig, Method: trivy.Method, Function: trivy.ProcessRequestConfig, }, { Path: trivy.PathVulnerability, Method: trivy.Method, Function: trivy.ProcessRequestVulnerability, }, { Path: trivy.PathSBOM, Method: trivy.Method, Function: trivy.ProcessRequestSBOM, }, { Path: polaris.Path, Method: polaris.Method, Function: polaris.ProcessRequest, }, { Path: kubescape.Path, Method: kubescape.Method, Function: kubescape.ProcessRequest, }, { Path: kubeconform.Path, Method: kubeconform.Method, Function: kubeconform.ProcessRequest, }, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.