Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BuiltIn = map[string]Responder{ "kubernetes:authz:allow": { Responder: respondWith("kubernetes-authz-allow.json"), Description: "responds with a Kubernetes SubjectAccessReview with status.allowed=true", }, "kubernetes:authz:deny": { Responder: respondWith("kubernetes-authz-deny.json"), Description: "responds with a Kubernetes SubjectAccessReview with status.denied=true", }, "kubernetes:authz:no-opinion": { Responder: respondWith("kubernetes-authz-no-opinion.json"), Description: "responds with a Kubernetes SubjectAccessReview with status.allowed=false", }, "echo": { Responder: Echo(), Description: "echoes the incoming request verbatim to the client", }, }
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.