Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AddonSearch = &addoninit.Addon{ Name: addoninit.SearchResourceName, Status: status, Enable: enableSearch, Disable: disableSearch, }
AddonSearch describe the search addon command process
Functions ¶
This section is empty.
Types ¶
type AAApiServiceReplace ¶
AAApiServiceReplace is a struct to help to concrete the karmada-search ApiService bytes with the AAApiService template
type AAServiceReplace ¶
AAServiceReplace is a struct to help to concrete the karmada-search AA Service bytes with the AAService template
type DeploymentReplace ¶
type DeploymentReplace struct { Namespace string Replicas *int32 Image string ETCDSevers string KeyPrefix string }
DeploymentReplace is a struct to help to concrete the karmada-search deployment bytes with the deployment template
type ServiceReplace ¶
type ServiceReplace struct {
Namespace string
}
ServiceReplace is a struct to help to concrete the karmada-search Service bytes with the Service template
Click to show internal directories.
Click to hide internal directories.