package
0.13.28
Repository: https://github.com/fafucoder/cilium.git
Documentation: pkg.go.dev

# Functions

NewGetConfig creates a new http.Handler for the get config operation.
NewGetConfigOK creates GetConfigOK with default headers values.
NewGetConfigParams creates a new GetConfigParams object with the default values initialized.
NewGetDebuginfo creates a new http.Handler for the get debuginfo operation.
NewGetDebuginfoFailure creates GetDebuginfoFailure with default headers values.
NewGetDebuginfoOK creates GetDebuginfoOK with default headers values.
NewGetDebuginfoParams creates a new GetDebuginfoParams object with the default values initialized.
NewGetHealthz creates a new http.Handler for the get healthz operation.
NewGetHealthzOK creates GetHealthzOK with default headers values.
NewGetHealthzParams creates a new GetHealthzParams object with the default values initialized.
NewPatchConfig creates a new http.Handler for the patch config operation.
NewPatchConfigBadRequest creates PatchConfigBadRequest with default headers values.
NewPatchConfigFailure creates PatchConfigFailure with default headers values.
NewPatchConfigOK creates PatchConfigOK with default headers values.
NewPatchConfigParams creates a new PatchConfigParams object with the default values initialized.

# Constants

GetConfigOKCode is the HTTP code returned for type GetConfigOK.
GetDebuginfoFailureCode is the HTTP code returned for type GetDebuginfoFailure.
GetDebuginfoOKCode is the HTTP code returned for type GetDebuginfoOK.
GetHealthzOKCode is the HTTP code returned for type GetHealthzOK.
PatchConfigBadRequestCode is the HTTP code returned for type PatchConfigBadRequest.
PatchConfigFailureCode is the HTTP code returned for type PatchConfigFailure.
PatchConfigOKCode is the HTTP code returned for type PatchConfigOK.

# Structs

GetConfig swagger:route GET /config daemon getConfig Get configuration of Cilium daemon Returns the configuration of the Cilium daemon.
GetConfigOK Success swagger:response getConfigOK */.
GetConfigParams contains all the bound params for the get config operation typically these are obtained from a http.Request swagger:parameters GetConfig.
GetConfigURL generates an URL for the get config operation.
GetDebuginfo swagger:route GET /debuginfo daemon getDebuginfo Retrieve information about the agent and evironment for debugging */.
GetDebuginfoFailure DebugInfo get failed swagger:response getDebuginfoFailure */.
GetDebuginfoOK Success swagger:response getDebuginfoOK */.
GetDebuginfoParams contains all the bound params for the get debuginfo operation typically these are obtained from a http.Request swagger:parameters GetDebuginfo.
GetDebuginfoURL generates an URL for the get debuginfo operation.
GetHealthz swagger:route GET /healthz daemon getHealthz Get health of Cilium daemon Returns health and status information of the Cilium daemon and related components such as the local container runtime, connected datastore, Kubernetes integration.
GetHealthzOK Success swagger:response getHealthzOK */.
GetHealthzParams contains all the bound params for the get healthz operation typically these are obtained from a http.Request swagger:parameters GetHealthz.
GetHealthzURL generates an URL for the get healthz operation.
PatchConfig swagger:route PATCH /config daemon patchConfig Modify daemon configuration Updates the daemon configuration by applying the provided ConfigurationMap and regenerates & recompiles all required datapath components.
PatchConfigBadRequest Bad configuration parameters swagger:response patchConfigBadRequest */.
PatchConfigFailure Recompilation failed swagger:response patchConfigFailure */.
PatchConfigOK Success swagger:response patchConfigOK */.
PatchConfigParams contains all the bound params for the patch config operation typically these are obtained from a http.Request swagger:parameters PatchConfig.
PatchConfigURL generates an URL for the patch config operation.

# Interfaces

GetConfigHandler interface for that can handle valid get config params.
GetDebuginfoHandler interface for that can handle valid get debuginfo params.
GetHealthzHandler interface for that can handle valid get healthz params.
PatchConfigHandler interface for that can handle valid patch config params.

# Type aliases

GetConfigHandlerFunc turns a function with the right signature into a get config handler.
GetDebuginfoHandlerFunc turns a function with the right signature into a get debuginfo handler.
GetHealthzHandlerFunc turns a function with the right signature into a get healthz handler.
PatchConfigHandlerFunc turns a function with the right signature into a patch config handler.