Documentation
¶
Index ¶
Constants ¶
View Source
const ( CredName = "fleet-agent" // same as AgentConfigName Kubeconfig = "kubeconfig" Token = "token" Values = "values" DeploymentNamespace = "deploymentNamespace" ClusterNamespace = "clusterNamespace" ClusterName = "clusterName" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentInfo ¶
type AgentInfo struct {
// ClusterNamespace is the namespace on upstream, e.g. cluster-fleet-ID
ClusterNamespace string
ClusterName string
ClientConfig clientcmd.ClientConfig
}
Click to show internal directories.
Click to hide internal directories.