Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Version = version.Get().GitVersion
Functions ¶
func ListBaseComponents ¶ added in v1.9.0
func ListBaseComponents() []string
func ListExComponents ¶ added in v1.9.0
func ListExComponents() []string
Types ¶
type BaseComponents ¶ added in v1.9.0
type BaseComponents struct { TKEAuthAPI containerregistry.Image TKEAuthController containerregistry.Image TKEPlatformAPI containerregistry.Image TKEPlatformController containerregistry.Image TKERegistryAPI containerregistry.Image TKERegistryController containerregistry.Image ProviderRes containerregistry.Image TKEGateway containerregistry.Image NginxIngress containerregistry.Image KebeWebhookCertgen containerregistry.Image NFSProvisioner containerregistry.Image CsiNodeDriverRegistrar containerregistry.Image CsiProvisioner containerregistry.Image CsiAttacher containerregistry.Image CsiResizer containerregistry.Image CsiSnapshotter containerregistry.Image CephCsi containerregistry.Image }
type Components ¶
type Components struct { BaseComponents ExComponents }
func Get ¶
func Get() Components
func (Components) Get ¶
func (c Components) Get(name string) *containerregistry.Image
type ExComponents ¶ added in v1.9.0
type ExComponents struct { Registry containerregistry.Image Busybox containerregistry.Image InfluxDB containerregistry.Image Thanos containerregistry.Image Kubectl containerregistry.Image TKEBusinessAPI containerregistry.Image TKEBusinessController containerregistry.Image TKEMonitorAPI containerregistry.Image TKEMonitorController containerregistry.Image TKENotifyAPI containerregistry.Image TKENotifyController containerregistry.Image TKELogagentAPI containerregistry.Image TKELogagentController containerregistry.Image TKEAudit containerregistry.Image TKEApplicationAPI containerregistry.Image TKEApplicationController containerregistry.Image TKEMeshAPI containerregistry.Image TKEMeshController containerregistry.Image }
Click to show internal directories.
Click to hide internal directories.