Documentation ¶
Index ¶
Constants ¶
View Source
const ( VirtualNodePrefix = "liqo-" VirtualKubeletPrefix = "virtual-kubelet-" VirtualKubeletSecPrefix = "vk-kubeconfig-secret-" AdvertisementPrefix = "advertisement-" ReflectedpodKey = "virtualkubelet.liqo.io/source-pod" HomePodFinalizer = "virtual-kubelet.liqo.io/provider" // Clients configuration. HOME_CLIENT_QPS = 1000 HOME_CLIENTS_BURST = 5000 FOREIGN_CLIENT_QPS = 1000 FOREIGN_CLIENT_BURST = 5000 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey string
Directories ¶
Path | Synopsis |
---|---|
reflectors/incoming
Package incoming contains the logic to configure the reflection of target objects from a foreign cluster to the home cluster
|
Package incoming contains the logic to configure the reflection of target objects from a foreign cluster to the home cluster |
reflectors/outgoing
Package outgoing contains the logic to configure the reflection of target objects from the home cluster to a foreign cluster
|
Package outgoing contains the logic to configure the reflection of target objects from the home cluster to a foreign cluster |
Package liqonodeprovider implements the VirtualKubelet NodeProvider interface, it manages the node status monitoring the status of the Liqo resources (i.e.
|
Package liqonodeprovider implements the VirtualKubelet NodeProvider interface, it manages the node status monitoring the status of the Liqo resources (i.e. |
Package manager provides access to kubernetes resources for providers.
|
Package manager provides access to kubernetes resources for providers. |
Package namespacesmapping implements the virtual-kubelet namespace reflection and namespace translation
|
Package namespacesmapping implements the virtual-kubelet namespace reflection and namespace translation |
test
Package test implements a mock namespace reflection and namespace translation mechanism
|
Package test implements a mock namespace reflection and namespace translation mechanism |
Package provider contains methods implementing virtual-kubelet provider
|
Package provider contains methods implementing virtual-kubelet provider |
roles
|
|
local
Package local defines the ClusterRole containing the permissions required by the virtual kubelet in the local cluster.
|
Package local defines the ClusterRole containing the permissions required by the virtual kubelet in the local cluster. |
remote
Package remote defines the ClusterRole containing the permissions required by the virtual kubelet in the remote cluster.
|
Package remote defines the ClusterRole containing the permissions required by the virtual kubelet in the remote cluster. |
translation
|
|
Click to show internal directories.
Click to hide internal directories.