Documentation ¶
Index ¶
Constants ¶
View Source
const IDZero = "00000000-0000-0000-0000-000000000000"
Variables ¶
View Source
var GetInstallIDFunc = GetNamespaceID //nolint:gochecknoglobals // extension point
Functions ¶
func GetNamespaceID ¶ added in v2.18.0
Types ¶
type Info ¶
type Info interface { // Watch changes of an ClusterInfo and write them on the given stream Watch(context.Context, rpc.Manager_WatchClusterInfoServer) error // ID of the installed ns ID() string // clusterID of the cluster ClusterID() string // SetAdditionalAlsoProxy assigns a slice that will be added to the Routing.AlsoProxySubnets slice // when notifications are sent. SetAdditionalAlsoProxy(ctx context.Context, subnets []*rpc.IPNet) ClusterDomain() string }
Click to show internal directories.
Click to hide internal directories.