package
1.6.3
Repository: https://github.com/form3tech-oss/cilium.git
Documentation: pkg.go.dev

# Functions

NewGetClusterNodes creates a new http.Handler for the get cluster nodes operation.
NewGetClusterNodesOK creates GetClusterNodesOK with default headers values.
NewGetClusterNodesParams creates a new GetClusterNodesParams object no default values defined in spec.
NewGetConfig creates a new http.Handler for the get config operation.
NewGetConfigOK creates GetConfigOK with default headers values.
NewGetConfigParams creates a new GetConfigParams object no default values defined in spec.
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 no default values defined in spec.
NewGetHealthz creates a new http.Handler for the get healthz operation.
NewGetHealthzOK creates GetHealthzOK with default headers values.
NewGetHealthzParams creates a new GetHealthzParams object no default values defined in spec.
NewGetMap creates a new http.Handler for the get map operation.
NewGetMapName creates a new http.Handler for the get map name operation.
NewGetMapNameNotFound creates GetMapNameNotFound with default headers values.
NewGetMapNameOK creates GetMapNameOK with default headers values.
NewGetMapNameParams creates a new GetMapNameParams object no default values defined in spec.
NewGetMapOK creates GetMapOK with default headers values.
NewGetMapParams creates a new GetMapParams object no default values defined in spec.
NewGetNodes creates a new http.Handler for the get nodes operation.
NewGetNodesOK creates GetNodesOK with default headers values.
NewGetNodesParams creates a new GetNodesParams object no default values defined in spec.
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 no default values defined in spec.

# Constants

GetClusterNodesOKCode is the HTTP code returned for type GetClusterNodesOK.
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.
GetMapNameNotFoundCode is the HTTP code returned for type GetMapNameNotFound.
GetMapNameOKCode is the HTTP code returned for type GetMapNameOK.
GetMapOKCode is the HTTP code returned for type GetMapOK.
GetNodesOKCode is the HTTP code returned for type GetNodesOK.
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

GetClusterNodes swagger:route GET /cluster/nodes daemon getClusterNodes Get nodes information stored in the cilium-agent */.
GetClusterNodesOK Success swagger:response getClusterNodesOK */.
GetClusterNodesParams contains all the bound params for the get cluster nodes operation typically these are obtained from a http.Request swagger:parameters GetClusterNodes.
GetClusterNodesURL generates an URL for the get cluster nodes operation.
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.
GetMap swagger:route GET /map daemon getMap List all open maps */.
GetMapName swagger:route GET /map/{name} daemon getMapName Retrieve contents of BPF map */.
GetMapNameNotFound Map not found swagger:response getMapNameNotFound */.
GetMapNameOK Success swagger:response getMapNameOK */.
GetMapNameParams contains all the bound params for the get map name operation typically these are obtained from a http.Request swagger:parameters GetMapName.
GetMapNameURL generates an URL for the get map name operation.
GetMapOK Success swagger:response getMapOK */.
GetMapParams contains all the bound params for the get map operation typically these are obtained from a http.Request swagger:parameters GetMap.
GetMapURL generates an URL for the get map operation.
GetNodes swagger:route GET /nodes daemon getNodes Get nodes information stored in the cilium-agent */.
GetNodesOK Success swagger:response getNodesOK */.
GetNodesParams contains all the bound params for the get nodes operation typically these are obtained from a http.Request swagger:parameters GetNodes.
GetNodesURL generates an URL for the get nodes 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

GetClusterNodesHandler interface for that can handle valid get cluster nodes params.
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.
GetMapHandler interface for that can handle valid get map params.
GetMapNameHandler interface for that can handle valid get map name params.
GetNodesHandler interface for that can handle valid get nodes params.
PatchConfigHandler interface for that can handle valid patch config params.

# Type aliases

GetClusterNodesHandlerFunc turns a function with the right signature into a get cluster nodes handler.
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.
GetMapHandlerFunc turns a function with the right signature into a get map handler.
GetMapNameHandlerFunc turns a function with the right signature into a get map name handler.
GetNodesHandlerFunc turns a function with the right signature into a get nodes handler.
PatchConfigHandlerFunc turns a function with the right signature into a patch config handler.