Documentation ¶
Index ¶
Constants ¶
View Source
const ( TenantControlNamespaceLabel = "discovery.liqo.io/tenant-control-namespace" ClusterRoleLabel = "discovery.liqo.io/cluster-role" ClusterIdLabel = "discovery.liqo.io/cluster-id" AuthTokenLabel = "discovery.liqo.io/auth-token" RemoteIdentityLabel = "discovery.liqo.io/remote-identity" DiscoveryTypeLabel = "discovery.liqo.io/discovery-type" SearchDomainLabel = "discovery.liqo.io/searchdomain" LiqoManagedLabel = "discovery.liqo.io/liqo-managed" GarbageCollection = "discovery.liqo.io/garbage-collection" )
View Source
const (
LastUpdateAnnotation string = "LastUpdate"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthStatus ¶
type AuthStatus string
const ( AuthStatusPending AuthStatus = "Pending" AuthStatusAccepted AuthStatus = "Accepted" AuthStatusRefused AuthStatus = "Refused" AuthStatusEmptyRefused AuthStatus = "EmptyRefused" )
type DiscoveryType ¶
type DiscoveryType string
const ( LanDiscovery DiscoveryType = "LAN" WanDiscovery DiscoveryType = "WAN" ManualDiscovery DiscoveryType = "Manual" IncomingPeeringDiscovery DiscoveryType = "IncomingPeering" )
Click to show internal directories.
Click to hide internal directories.