Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClusterManagerManifestFiles embed.FS
View Source
var KlusterletManifestFiles embed.FS
Functions ¶
This section is empty.
Types ¶
type HubConfig ¶
type HubConfig struct { ClusterManagerName string ClusterManagerNamespace string RegistrationImage string RegistrationAPIServiceCABundle string WorkImage string WorkAPIServiceCABundle string PlacementImage string Replica int32 HostedMode bool RegistrationWebhook Webhook WorkWebhook Webhook RegistrationFeatureGates []string WorkFeatureGates []string AddOnManagerImage string AddOnManagerEnabled bool MWReplicaSetEnabled bool AutoApproveUsers string // ResourceRequirementResourceType is the resource requirement resource type for the cluster manager managed containers. ResourceRequirementResourceType operatorapiv1.ResourceQosClass // ResourceRequirements is the resource requirements for the cluster manager managed containers. // The type has to be []byte to use "indent" template function. ResourceRequirements []byte }
Click to show internal directories.
Click to hide internal directories.