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

# Packages

Package connector is responsible for the datapath specific plumbing to connect an endpoint to the network.
No description provided by the author
No description provided by the author

# Functions

APICanModify determines whether API requests from a user are allowed to modify this endpoint.
FilterEPDir returns a list of directories' names that possible belong to an endpoint.
NewEndpointFromChangeModel creates a new endpoint from a request.
No description provided by the author
NewEndpointWithState creates a new endpoint useful for testing purposes.
ParseEndpoint parses the given strEp which is in the form of: common.CiliumCHeaderPrefix + common.Version + ":" + endpointBase64 Note that the parse'd endpoint's identity is only partially restored.
No description provided by the author
ReadEPsFromDirNames returns a mapping of endpoint ID to endpoint of endpoints from a list of directory names that can possible contain an endpoint.

# Constants

No description provided by the author
No description provided by the author
EndpointGenerationTimeout specifies timeout for proxy completion context.
No description provided by the author
HealthCEPPrefix is the prefix used to name the cilium health endpoints' CEP.
IpvlanMapName specifies the tail call map for EP on egress used with ipvlan.
No description provided by the author
No description provided by the author
No description provided by the author
StateCreating is used to set the endpoint is being created.
StateDisconnected is used to set the endpoint is disconnected.
StateDisconnecting indicates that the endpoint is being disconnected.
StateReady specifies if the endpoint is ready to be used.
StateRegenerating specifies when the endpoint is being regenerated.
StateRestoring is used to set the endpoint is being restored.
StateWaitingForIdentity is used to set if the endpoint is waiting for an identity from the KVStore.
StateWaitingToRegenerate specifies when the endpoint needs to be regenerated, but regeneration has not started yet.
No description provided by the author

# Variables

No description provided by the author
ErrNotAlive is an error which indicates that the endpoint should not be rlocked because it is currently being removed.
No description provided by the author

# Structs

DeleteConfig is the endpoint deletion configuration.
Endpoint represents a container or similar which can be individually addresses on L3 with its own IP addresses.
EndpointRegenerationEvent contains all fields necessary to regenerate an endpoint.
EndpointRegenerationResult contains the results of an endpoint regeneration.
EndpointRevisionBumpEvent contains all fields necessary to bump the policy revision of a given endpoint.
EndpointStatus represents the endpoint status.
No description provided by the author
No description provided by the author
No description provided by the author
UpdateStateChangeError is an error that indicates that updating the state of an endpoint was unsuccessful.
No description provided by the author

# Type aliases

No description provided by the author
StatusType represents the type for the given status, higher the value, higher the priority.