Documentation ¶
Index ¶
- func K8sVersionAtLeast(version string, compare string) bool
- type ChmodKubectlKo
- type DeployCilium
- type DeployHybridnet
- type DeployKubeovnPlugin
- type DeployNetworkMultusPlugin
- type DeployNetworkPlugin
- type DeployNetworkPluginModule
- type EnableSSL
- type GenerateCalicoManifests
- type GenerateKubeOVN
- type GenerateSSL
- type LabelNode
- type OldK8sVersion
- type ReleaseCiliumChart
- type ReleaseHybridnetChart
- type SyncCiliumChart
- type SyncHybridnetChart
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func K8sVersionAtLeast ¶
Types ¶
type ChmodKubectlKo ¶
type ChmodKubectlKo struct {
common.KubeAction
}
type DeployCilium ¶
type DeployCilium struct {
common.KubeAction
}
type DeployHybridnet ¶ added in v3.1.0
type DeployHybridnet struct {
common.KubeAction
}
type DeployKubeovnPlugin ¶
type DeployKubeovnPlugin struct {
common.KubeAction
}
type DeployNetworkMultusPlugin ¶
type DeployNetworkMultusPlugin struct {
common.KubeAction
}
type DeployNetworkPlugin ¶
type DeployNetworkPlugin struct {
common.KubeAction
}
type DeployNetworkPluginModule ¶
type DeployNetworkPluginModule struct {
common.KubeModule
}
func (*DeployNetworkPluginModule) Init ¶
func (d *DeployNetworkPluginModule) Init()
type EnableSSL ¶
type EnableSSL struct {
common.KubePrepare
}
type GenerateCalicoManifests ¶ added in v3.1.0
type GenerateCalicoManifests struct {
common.KubeAction
}
type GenerateKubeOVN ¶
type GenerateKubeOVN struct {
common.KubeAction
}
type GenerateSSL ¶
type GenerateSSL struct {
common.KubeAction
}
type LabelNode ¶
type LabelNode struct {
common.KubeAction
}
type OldK8sVersion ¶
type OldK8sVersion struct { common.KubePrepare Not bool }
type ReleaseCiliumChart ¶
type ReleaseCiliumChart struct {
common.KubeAction
}
type ReleaseHybridnetChart ¶ added in v3.1.0
type ReleaseHybridnetChart struct {
common.KubeAction
}
ReleaseHybridnetChart is used to release hybridnet chart to local path
type SyncCiliumChart ¶
type SyncCiliumChart struct {
common.KubeAction
}
type SyncHybridnetChart ¶ added in v3.1.0
type SyncHybridnetChart struct {
common.KubeAction
}
SyncHybridnetChart is used to sync hybridnet chart to contronplane
Click to show internal directories.
Click to hide internal directories.