Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCommandSecrets ¶
func HandleCommandSecrets(w http.ResponseWriter, r *http.Request, req *SecretRequest)
func HandleSecrets ¶
func HandleSecrets(w http.ResponseWriter, r *http.Request)
Types ¶
type SecretRequest ¶
type SecretRequest struct { Workloads []string `json:"workload"` Secret string `json:"secret"` Namespaces []string `json:"namespaces,omitempty"` Encrypt bool `json:"encrypt,omitempty"` Delete bool `json:"delete,omitempty"` Append bool `json:"append,omitempty"` List bool `json:"list,omitempty"` Template string `json:"template,omitempty"` Format string `json:"format,omitempty"` BackingStore string `json:"store,omitempty"` SerializedRootKeys string `json:"root-keys,omitempty"` NotBefore string `json:"nbf,omitempty"` Expires string `json:"exp,omitempty"` }
type TokenIntrospectionResponse ¶
type TokenIntrospectionResponse struct {
Active bool `json:"active"`
}
Click to show internal directories.
Click to hide internal directories.