Documentation ¶
Overview ¶
Copyright Contributors to the Open Cluster Management project
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Files embed.FS
Functions ¶
This section is empty.
Types ¶
type BundleVersion ¶ added in v0.8.1
type Hub ¶ added in v0.8.1
type Hub struct { //APIServer: The API Server external URL APIServer string //KubeConfig: The kubeconfig of the bootstrap secret to connect to the hub KubeConfig string }
Hub: The hub values for the template
type Klusterlet ¶ added in v0.8.1
type Klusterlet struct { //APIServer: The API Server external URL APIServer string Mode string Name string KlusterletNamespace string }
Klusterlet is for templating klusterlet configuration
type Values ¶ added in v0.8.1
type Values struct { //ClusterName: the name of the joined cluster on the hub ClusterName string //AgentNamespace: the namespace to deploy the agent AgentNamespace string //Hub: Hub information Hub Hub //Klusterlet is the klusterlet related configuration Klusterlet Klusterlet //Registry is the image registry related configuration Registry string //bundle version BundleVersion BundleVersion // managed kubeconfig ManagedKubeconfig string // Features is the slice of feature for registration RegistrationFeatures []operatorv1.FeatureGate // Features is the slice of feature for work WorkFeatures []operatorv1.FeatureGate // ResourceRequirement is the resource requirement setting for the containers managed by the klusterlet // and the klusterlet operator ResourceRequirement resourcerequirement.ResourceRequirement }
Values: The values used in the template
Click to show internal directories.
Click to hide internal directories.