liqoctl/

directory
v1.0.0-rc.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2024 License: Apache-2.0

Directories

Path Synopsis
Package activate contains the commands to activate Liqo resources.
Package activate contains the commands to activate Liqo resources.
Package authenticate contains the commands to manage authentication in Liqo.
Package authenticate contains the commands to manage authentication in Liqo.
Package completion contains the utility functions to autocomplete commands and flags.
Package completion contains the utility functions to autocomplete commands and flags.
Package cordon contains the commands to cordon Liqo resources.
Package cordon contains the commands to cordon Liqo resources.
Package create contains the implementation of the 'create' command
Package create contains the implementation of the 'create' command
Package delete contains the implementation of the 'delete' command
Package delete contains the implementation of the 'delete' command
Package docs contains the logic that handle the docs command in liqoctl
Package docs contains the logic that handle the docs command in liqoctl
Package drain contains the commands to drain Liqo resources.
Package drain contains the commands to drain Liqo resources.
Package factory implements the logic to initialize common objects for liqoctl commands.
Package factory implements the logic to initialize common objects for liqoctl commands.
Package generate contains the implementation of the 'generate' command
Package generate contains the implementation of the 'generate' command
Package get contains the implementation of the 'get' command
Package get contains the implementation of the 'get' command
Package info contains the logic to show info about the current Liqo instance
Package info contains the logic to show info about the current Liqo instance
common
Package common contains the utilities and the types common to the checkers
Package common contains the utilities and the types common to the checkers
localstatus
Package localstatus contains the logic to retrieve info about the local Liqo instance
Package localstatus contains the logic to retrieve info about the local Liqo instance
peer
Package peer contains the logic to retrieve detailed info about active peerings
Package peer contains the logic to retrieve detailed info about active peerings
Package install implements the install command in liqoctl.
Package install implements the install command in liqoctl.
aks
Package aks implements the logic to install Liqo on a AKS-based cluster
Package aks implements the logic to install Liqo on a AKS-based cluster
eks
Package eks implements the logic to install Liqo on a EKS-based cluster
Package eks implements the logic to install Liqo on a EKS-based cluster
generic
Package generic implements the logic to install Liqo on a generic cluster
Package generic implements the logic to install Liqo on a generic cluster
gke
Package gke implements the logic to install Liqo on a GKE-based cluster
Package gke implements the logic to install Liqo on a GKE-based cluster
k3s
Package k3s implements the logic to install Liqo on a K3S-based cluster
Package k3s implements the logic to install Liqo on a K3S-based cluster
kind
Package kind implements the logic to install Liqo on a kind-based cluster
Package kind implements the logic to install Liqo on a kind-based cluster
kubeadm
Package kubeadm implements the logic to install Liqo on a kubeadm-based cluster
Package kubeadm implements the logic to install Liqo on a kubeadm-based cluster
openshift
Package openshift implements the logic to install Liqo on a OpenShift-based cluster
Package openshift implements the logic to install Liqo on a OpenShift-based cluster
util
Package util implements utility functions for the liqo install providers
Package util implements utility functions for the liqo install providers
Package move contains the logic to move volumes between clusters.
Package move contains the logic to move volumes between clusters.
Package network contains the commands to manage the network of Liqo.
Package network contains the commands to manage the network of Liqo.
Package offload includes the logic for the `liqoctl offload` command
Package offload includes the logic for the `liqoctl offload` command
Package output implements the logic to dealing with the commands output.
Package output implements the logic to dealing with the commands output.
Package peer contains the logic to enable a peering towards a remote provider cluster.
Package peer contains the logic to enable a peering towards a remote provider cluster.
Package rest contains the types and interfaces to interact with the Liqo API.
Package rest contains the types and interfaces to interact with the Liqo API.
configuration
Package configuration contains the logic to manage the network configuration.
Package configuration contains the logic to manage the network configuration.
gatewayclient
Package gatewayclient contains the logic to manage GatewayClients.
Package gatewayclient contains the logic to manage GatewayClients.
gatewayserver
Package gatewayserver contains the logic to manage GatewayServers.
Package gatewayserver contains the logic to manage GatewayServers.
identity
Package identity contains the rest API commands to allow liqoctl to interact with Identity resources.
Package identity contains the rest API commands to allow liqoctl to interact with Identity resources.
kubeconfig
Package kubeconfig contains the rest API commands to allow liqoctl to interact with kubeconfigs.
Package kubeconfig contains the rest API commands to allow liqoctl to interact with kubeconfigs.
nonce
Package nonce contains the rest API commands to allow liqoctl to interact with the Nonces.
Package nonce contains the rest API commands to allow liqoctl to interact with the Nonces.
publickey
Package publickey contains the logic to manage PublicKeys.
Package publickey contains the logic to manage PublicKeys.
resourceslice
Package resourceslice contains the rest API commands to allow liqoctl to interact with ResourceSlice resources.
Package resourceslice contains the rest API commands to allow liqoctl to interact with ResourceSlice resources.
tenant
Package tenant contains the rest API commands to allow liqoctl to interact with Tenant resources.
Package tenant contains the rest API commands to allow liqoctl to interact with Tenant resources.
virtualnode
Package virtualnode contains the rest API commands to allow liqoctl to interact with the VirtualNodes.
Package virtualnode contains the rest API commands to allow liqoctl to interact with the VirtualNodes.
Package test contains the tests for the liqoctl package.
Package test contains the tests for the liqoctl package.
network
Package network contains the logic to launch network E2E tests.
Package network contains the logic to launch network E2E tests.
network/check
Package check contains the check functions to test the network commands.
Package check contains the check functions to test the network commands.
network/client
Package client contains the functions to initialize clients for the tests.
Package client contains the functions to initialize clients for the tests.
network/flags
Package flags contains the flags used by the network commands.
Package flags contains the flags used by the network commands.
network/info
Package info contains the logic to get info in network E2E tests.
Package info contains the logic to get info in network E2E tests.
network/setup
Package setup contains the logic to setup network E2E tests.
Package setup contains the logic to setup network E2E tests.
utils
Package utils contains common definition and utils used across liqoctl test
Package utils contains common definition and utils used across liqoctl test
Package unauthenticate contains the commands to manage the unauthentication in Liqo.
Package unauthenticate contains the commands to manage the unauthentication in Liqo.
Package uncordon contains the commands to uncordon Liqo resources.
Package uncordon contains the commands to uncordon Liqo resources.
Package uninstall implements the uninstall command in liqoctl.
Package uninstall implements the uninstall command in liqoctl.
Package unoffload includes the logic for the `liqoctl unoffload` command
Package unoffload includes the logic for the `liqoctl unoffload` command
Package unpeer contains the logic to disable a peering towards a remote provider cluster.
Package unpeer contains the logic to disable a peering towards a remote provider cluster.
Package utils contains common definition and utils used across liqoctl
Package utils contains common definition and utils used across liqoctl
pod
Package pod provides utilities to work with pods.
Package pod provides utilities to work with pods.
Package version includes the logic for the `liqoctl version` command
Package version includes the logic for the `liqoctl version` command
Package wait contains the functions to wait for resource events.
Package wait contains the functions to wait for resource events.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL