cluster

package
v0.0.0-...-75c6eaf Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DebugInfo

type DebugInfo struct {
	ID         ID     `json:"id"`
	SecretName string `json:"secretName"`
	SyncStatus string `json:"syncStatus"`
}

DebugInfo contains minimal information about remote clusters. This struct is defined here, in a package that avoids many imports, since xds/debug usually affects agent binary size. We avoid embedding other parts of a "remote cluster" struct like kube clients.

type ID

type ID string

ID is the unique identifier for a k8s cluster.

func (ID) Equals

func (id ID) Equals(other ID) bool

func (ID) String

func (id ID) String() string

Jump to

Keyboard shortcuts

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