Documentation
¶
Index ¶
- type API
- func (a *API) GetJwtHandler(w http.ResponseWriter, r *http.Request)
- func (a *API) GetJwtTrustBundleHandler(w http.ResponseWriter, r *http.Request)
- func (a *API) GetX509Handler(w http.ResponseWriter, r *http.Request)
- func (a *API) GetX509TrustBundleHandler(w http.ResponseWriter, r *http.Request)
- func (a *API) HealthCheckHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct {
// contains filtered or unexported fields
}
func (*API) GetJwtHandler ¶
func (a *API) GetJwtHandler(w http.ResponseWriter, r *http.Request)
func (*API) GetJwtTrustBundleHandler ¶
func (a *API) GetJwtTrustBundleHandler(w http.ResponseWriter, r *http.Request)
func (*API) GetX509Handler ¶
func (a *API) GetX509Handler(w http.ResponseWriter, r *http.Request)
func (*API) GetX509TrustBundleHandler ¶
func (a *API) GetX509TrustBundleHandler(w http.ResponseWriter, r *http.Request)
func (*API) HealthCheckHandler ¶
func (a *API) HealthCheckHandler(w http.ResponseWriter, r *http.Request)
HealthCheckHandler is a simple health check handler that returns a 200 OK status if server can get the X.509 SVID from the Workload API client.
Click to show internal directories.
Click to hide internal directories.