Documentation
¶
Index ¶
- Constants
- func AddApiKeyUpdateCmd(parentCmd *cobra.Command)
- func AddBetaCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddBuildCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddBuildImageCmd(parentCmd *cobra.Command, opts *GlobalOptions)
- func AddBuildImagesCmd(build *cobra.Command, opts *GlobalOptions)
- func AddDownloadCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddDownloadK0sCmd(download *cobra.Command, opts *GlobalOptions)
- func AddDownloadPackageCmd(download *cobra.Command, opts *GlobalOptions)
- func AddExtendBaseimageCmd(extend *cobra.Command, opts *GlobalOptions)
- func AddExtendCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddInitCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddInitInstallConfigCmd(init *cobra.Command, opts *GlobalOptions)
- func AddInstallCephCmd(install *cobra.Command)
- func AddInstallCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddInstallCodesphereCmd(install *cobra.Command, opts *GlobalOptions)
- func AddInstallK0sCmd(install *cobra.Command, opts *GlobalOptions)
- func AddLicensesCmd(rootCmd *cobra.Command)
- func AddListAPIKeysCmd(list *cobra.Command, opts *GlobalOptions)
- func AddListCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddListPackagesCmd(list *cobra.Command, opts *GlobalOptions)
- func AddOmsUpdateCmd(parentCmd *cobra.Command)
- func AddRegisterCmd(list *cobra.Command, opts *GlobalOptions)
- func AddRevokeAPIKeyCmd(list *cobra.Command, opts *GlobalOptions)
- func AddRevokeCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddUpdateCmd(rootCmd *cobra.Command, opts *GlobalOptions)
- func AddUpdateDockerfileCmd(parentCmd *cobra.Command, opts *GlobalOptions)
- func AddUpdateInstallConfigCmd(update *cobra.Command, opts *GlobalOptions)
- func AddUpgradeCephCmd(upgrade *cobra.Command)
- func AddUpgradeCmd(rootCmd *cobra.Command)
- func AddUpgradeCodesphereCmd(upgrade *cobra.Command)
- func AddVersionCmd(rootCmd *cobra.Command)
- func Execute()
- func GetRootCmd() *cobra.Command
- type BetaCmd
- type BuildCmd
- type BuildImageCmd
- type BuildImageOpts
- type BuildImagesCmd
- type BuildImagesOpts
- type DownloadCmd
- type DownloadK0sCmd
- type DownloadK0sOpts
- type DownloadPackageCmd
- type DownloadPackageOpts
- type ExtendBaseimageCmd
- type ExtendBaseimageOpts
- type ExtendCmd
- type GlobalOptions
- type InitCmd
- type InitInstallConfigCmd
- type InitInstallConfigOpts
- type InstallCephCmd
- type InstallCmd
- type InstallCodesphereCmd
- func (c *InstallCodesphereCmd) ExtractAndInstall(pm installer.PackageManager, cm installer.ConfigManager, ...) error
- func (c *InstallCodesphereCmd) ExtractRootImageName(bomRef string) string
- func (c *InstallCodesphereCmd) ListPackageContents(pm installer.PackageManager) ([]string, error)
- func (c *InstallCodesphereCmd) RunE(_ *cobra.Command, args []string) error
- type InstallCodesphereOpts
- type InstallK0sCmd
- type InstallK0sOpts
- type LicensesCmd
- type ListAPIKeysCmd
- type ListBuildsCmd
- type ListBuildsOpts
- type ListCmd
- type MockOMSUpdater
- type MockOMSUpdater_Expecter
- type MockOMSUpdater_Update_Call
- func (_c *MockOMSUpdater_Update_Call) Return(version semver.Version, s string, err error) *MockOMSUpdater_Update_Call
- func (_c *MockOMSUpdater_Update_Call) Run(run func(v semver.Version, repo string)) *MockOMSUpdater_Update_Call
- func (_c *MockOMSUpdater_Update_Call) RunAndReturn(run func(v semver.Version, repo string) (semver.Version, string, error)) *MockOMSUpdater_Update_Call
- type OMSSelfUpdater
- type OMSUpdater
- type RegisterCmd
- type RegisterOpts
- type RevokeAPIKeyCmd
- type RevokeAPIKeyOpts
- type RevokeCmd
- type SecretDependencyTracker
- func (t *SecretDependencyTracker) HasChanges() bool
- func (t *SecretDependencyTracker) MarkPostgresPrimaryCertNeedsRegen()
- func (t *SecretDependencyTracker) MarkPostgresReplicaCertNeedsRegen()
- func (t *SecretDependencyTracker) NeedsPostgresPrimaryCertRegen() bool
- func (t *SecretDependencyTracker) NeedsPostgresReplicaCertRegen() bool
- type UpdateAPIKeyCmd
- type UpdateAPIKeyOpts
- type UpdateCmd
- type UpdateDockerfileCmd
- type UpdateDockerfileOpts
- type UpdateInstallConfigCmd
- type UpdateInstallConfigOpts
- type UpdateOmsCmd
- type UpgradeCephCmd
- type UpgradeCmd
- type UpgradeCodesphereCmd
- type VersionCmd
Constants ¶
const GitHubRepo = "codesphere-cloud/oms"
Variables ¶
This section is empty.
Functions ¶
func AddApiKeyUpdateCmd ¶ added in v0.12.0
func AddBetaCmd ¶ added in v0.10.0
func AddBetaCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddBuildCmd ¶ added in v0.15.0
func AddBuildCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddBuildImageCmd ¶ added in v0.15.0
func AddBuildImageCmd(parentCmd *cobra.Command, opts *GlobalOptions)
func AddBuildImagesCmd ¶ added in v0.15.0
func AddBuildImagesCmd(build *cobra.Command, opts *GlobalOptions)
func AddDownloadCmd ¶
func AddDownloadCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddDownloadK0sCmd ¶ added in v0.17.0
func AddDownloadK0sCmd(download *cobra.Command, opts *GlobalOptions)
func AddDownloadPackageCmd ¶
func AddDownloadPackageCmd(download *cobra.Command, opts *GlobalOptions)
func AddExtendBaseimageCmd ¶ added in v0.10.0
func AddExtendBaseimageCmd(extend *cobra.Command, opts *GlobalOptions)
func AddExtendCmd ¶ added in v0.10.0
func AddExtendCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddInitCmd ¶ added in v0.17.0
func AddInitCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddInitInstallConfigCmd ¶ added in v0.17.0
func AddInitInstallConfigCmd(init *cobra.Command, opts *GlobalOptions)
func AddInstallCephCmd ¶
func AddInstallCmd ¶
func AddInstallCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddInstallCodesphereCmd ¶
func AddInstallCodesphereCmd(install *cobra.Command, opts *GlobalOptions)
func AddInstallK0sCmd ¶ added in v0.17.0
func AddInstallK0sCmd(install *cobra.Command, opts *GlobalOptions)
func AddLicensesCmd ¶ added in v0.14.0
func AddListAPIKeysCmd ¶ added in v0.11.0
func AddListAPIKeysCmd(list *cobra.Command, opts *GlobalOptions)
func AddListCmd ¶
func AddListCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddListPackagesCmd ¶
func AddListPackagesCmd(list *cobra.Command, opts *GlobalOptions)
func AddOmsUpdateCmd ¶ added in v0.12.0
func AddRegisterCmd ¶
func AddRegisterCmd(list *cobra.Command, opts *GlobalOptions)
func AddRevokeAPIKeyCmd ¶ added in v0.9.0
func AddRevokeAPIKeyCmd(list *cobra.Command, opts *GlobalOptions)
func AddRevokeCmd ¶
func AddRevokeCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddUpdateCmd ¶
func AddUpdateCmd(rootCmd *cobra.Command, opts *GlobalOptions)
func AddUpdateDockerfileCmd ¶ added in v0.15.0
func AddUpdateDockerfileCmd(parentCmd *cobra.Command, opts *GlobalOptions)
func AddUpdateInstallConfigCmd ¶ added in v0.21.0
func AddUpdateInstallConfigCmd(update *cobra.Command, opts *GlobalOptions)
func AddUpgradeCephCmd ¶
func AddUpgradeCmd ¶
func AddUpgradeCodesphereCmd ¶
func AddVersionCmd ¶
func Execute ¶
func Execute()
Execute executes the root command. This is called by main.main(). It only needs to happen once to the rootCmd.
func GetRootCmd ¶
GetRootCmd adds all child commands to the root command and sets flags appropriately.
Types ¶
type BuildCmd ¶ added in v0.15.0
type BuildCmd struct {
// contains filtered or unexported fields
}
BuildCmd represents the build command
type BuildImageCmd ¶ added in v0.15.0
type BuildImageCmd struct {
Opts BuildImageOpts
Env env.Env
// contains filtered or unexported fields
}
BuildImageCmd represents the build image command
func (*BuildImageCmd) BuildImage ¶ added in v0.15.0
func (c *BuildImageCmd) BuildImage(pm installer.PackageManager, im system.ImageManager) error
AddBuildImageCmd adds the build image command to the parent command
type BuildImageOpts ¶ added in v0.15.0
type BuildImageOpts struct {
*GlobalOptions
Dockerfile string
Package string
Registry string
Force bool
}
type BuildImagesCmd ¶ added in v0.15.0
type BuildImagesCmd struct {
Opts *BuildImagesOpts
Env env.Env
// contains filtered or unexported fields
}
BuildImagesCmd represents the build images command
func (*BuildImagesCmd) BuildAndPushImages ¶ added in v0.15.0
func (c *BuildImagesCmd) BuildAndPushImages(pm installer.PackageManager, cm installer.ConfigManager, im system.ImageManager) error
type BuildImagesOpts ¶ added in v0.15.0
type BuildImagesOpts struct {
*GlobalOptions
Config string
Force bool
}
type DownloadCmd ¶
type DownloadCmd struct {
// contains filtered or unexported fields
}
DownloadCmd represents the download command
type DownloadK0sCmd ¶ added in v0.17.0
type DownloadK0sCmd struct {
Opts DownloadK0sOpts
Env env.Env
FileWriter util.FileIO
// contains filtered or unexported fields
}
DownloadK0sCmd represents the k0s download command
func (*DownloadK0sCmd) DownloadK0s ¶ added in v0.17.0
func (c *DownloadK0sCmd) DownloadK0s(k0s installer.K0sManager) error
type DownloadK0sOpts ¶ added in v0.17.0
type DownloadK0sOpts struct {
*GlobalOptions
Version string
Force bool
Quiet bool
}
type DownloadPackageCmd ¶
type DownloadPackageCmd struct {
Opts DownloadPackageOpts
FileWriter util.FileIO
// contains filtered or unexported fields
}
DownloadPackageCmd represents the package command
func (*DownloadPackageCmd) DownloadBuild ¶
type DownloadPackageOpts ¶
type DownloadPackageOpts struct {
*GlobalOptions
Version string
Hash string
Filename string
Quiet bool
}
type ExtendBaseimageCmd ¶ added in v0.10.0
type ExtendBaseimageCmd struct {
Opts *ExtendBaseimageOpts
Env env.Env
// contains filtered or unexported fields
}
ExtendBaseimageCmd represents the baseimage command
func (*ExtendBaseimageCmd) ExtendBaseimage ¶ added in v0.10.0
func (c *ExtendBaseimageCmd) ExtendBaseimage(pm installer.PackageManager, im system.ImageManager) error
type ExtendBaseimageOpts ¶ added in v0.10.0
type ExtendBaseimageOpts struct {
*GlobalOptions
Package string
Dockerfile string
Baseimage string
Force bool
}
type ExtendCmd ¶ added in v0.10.0
type ExtendCmd struct {
// contains filtered or unexported fields
}
ExtendCmd represents the extend command
type GlobalOptions ¶
type GlobalOptions struct {
OmsPortalApiKey string
}
type InitInstallConfigCmd ¶ added in v0.17.0
type InitInstallConfigCmd struct {
Opts *InitInstallConfigOpts
FileWriter util.FileIO
// contains filtered or unexported fields
}
func (*InitInstallConfigCmd) InitInstallConfig ¶ added in v0.17.0
func (c *InitInstallConfigCmd) InitInstallConfig(icg installer.InstallConfigManager) error
type InitInstallConfigOpts ¶ added in v0.17.0
type InitInstallConfigOpts struct {
*GlobalOptions
ConfigFile string
VaultFile string
Profile string
ValidateOnly bool
WithComments bool
Interactive bool
GenerateKeys bool
SecretsBaseDir string
DatacenterID int
DatacenterName string
DatacenterCity string
DatacenterCountryCode string
RegistryServer string
RegistryReplaceImagesInBom bool
RegistryLoadContainerImages bool
PostgresMode string
PostgresPrimaryIP string
PostgresPrimaryHostname string
PostgresReplicaIP string
PostgresReplicaName string
PostgresServerAddress string
CephNodesSubnet string
CephHosts []files.CephHostConfig
KubernetesManagedByCodesphere bool
KubernetesAPIServerHost string
KubernetesControlPlanes []string
KubernetesWorkers []string
KubernetesPodCIDR string
KubernetesServiceCIDR string
ClusterGatewayServiceType string
ClusterGatewayIPAddresses []string
ClusterPublicGatewayServiceType string
ClusterPublicGatewayIPAddresses []string
MetalLBEnabled bool
MetalLBPools []files.MetalLBPool
CodesphereDomain string
CodespherePublicIP string
CodesphereWorkspaceHostingBaseDomain string
CodesphereCustomDomainsCNameBaseDomain string
CodesphereDNSServers []string
CodesphereWorkspaceImageBomRef string
CodesphereHostingPlanCPUTenth int
CodesphereHostingPlanMemoryMb int
CodesphereHostingPlanStorageMb int
CodesphereHostingPlanTempStorageMb int
CodesphereWorkspacePlanName string
CodesphereWorkspacePlanMaxReplicas int
}
type InstallCephCmd ¶
type InstallCephCmd struct {
// contains filtered or unexported fields
}
InstallCephCmd represents the ceph command
type InstallCmd ¶
type InstallCmd struct {
// contains filtered or unexported fields
}
InstallCmd represents the install command
type InstallCodesphereCmd ¶
type InstallCodesphereCmd struct {
Opts *InstallCodesphereOpts
Env env.Env
// contains filtered or unexported fields
}
InstallCodesphereCmd represents the codesphere command
func (*InstallCodesphereCmd) ExtractAndInstall ¶ added in v0.14.0
func (c *InstallCodesphereCmd) ExtractAndInstall(pm installer.PackageManager, cm installer.ConfigManager, im system.ImageManager, goos string, goarch string) error
func (*InstallCodesphereCmd) ExtractRootImageName ¶ added in v0.15.0
func (c *InstallCodesphereCmd) ExtractRootImageName(bomRef string) string
ExtractRootImageName extracts the root image name from a bomRef string.
func (*InstallCodesphereCmd) ListPackageContents ¶ added in v0.14.0
func (c *InstallCodesphereCmd) ListPackageContents(pm installer.PackageManager) ([]string, error)
type InstallCodesphereOpts ¶ added in v0.14.0
type InstallK0sCmd ¶ added in v0.17.0
type InstallK0sCmd struct {
Opts InstallK0sOpts
Env env.Env
FileWriter util.FileIO
// contains filtered or unexported fields
}
InstallK0sCmd represents the k0s download command
func (*InstallK0sCmd) InstallK0s ¶ added in v0.17.0
func (c *InstallK0sCmd) InstallK0s(pm installer.PackageManager, k0s installer.K0sManager) error
type InstallK0sOpts ¶ added in v0.17.0
type InstallK0sOpts struct {
*GlobalOptions
Version string
Package string
Config string
Force bool
}
type LicensesCmd ¶ added in v0.14.0
type LicensesCmd struct {
// contains filtered or unexported fields
}
type ListAPIKeysCmd ¶ added in v0.11.0
type ListAPIKeysCmd struct {
TableWriter util.TableWriter
// contains filtered or unexported fields
}
func (*ListAPIKeysCmd) PrintKeysTable ¶ added in v0.11.0
func (c *ListAPIKeysCmd) PrintKeysTable(keys []portal.ApiKey)
type ListBuildsCmd ¶
type ListBuildsCmd struct {
Opts ListBuildsOpts
TableWriter util.TableWriter
// contains filtered or unexported fields
}
func (*ListBuildsCmd) PrintPackagesTable ¶
func (c *ListBuildsCmd) PrintPackagesTable(packages portal.Builds)
type ListBuildsOpts ¶
type ListBuildsOpts struct {
*GlobalOptions
Internal bool
}
type MockOMSUpdater ¶ added in v0.12.0
MockOMSUpdater is an autogenerated mock type for the OMSUpdater type
func NewMockOMSUpdater ¶ added in v0.12.0
func NewMockOMSUpdater(t interface {
mock.TestingT
Cleanup(func())
}) *MockOMSUpdater
NewMockOMSUpdater creates a new instance of MockOMSUpdater. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockOMSUpdater) EXPECT ¶ added in v0.12.0
func (_m *MockOMSUpdater) EXPECT() *MockOMSUpdater_Expecter
type MockOMSUpdater_Expecter ¶ added in v0.12.0
type MockOMSUpdater_Expecter struct {
// contains filtered or unexported fields
}
func (*MockOMSUpdater_Expecter) Update ¶ added in v0.13.0
func (_e *MockOMSUpdater_Expecter) Update(v interface{}, repo interface{}) *MockOMSUpdater_Update_Call
Update is a helper method to define mock.On call
- v semver.Version
- repo string
type MockOMSUpdater_Update_Call ¶ added in v0.13.0
MockOMSUpdater_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'
func (*MockOMSUpdater_Update_Call) Return ¶ added in v0.13.0
func (_c *MockOMSUpdater_Update_Call) Return(version semver.Version, s string, err error) *MockOMSUpdater_Update_Call
func (*MockOMSUpdater_Update_Call) Run ¶ added in v0.13.0
func (_c *MockOMSUpdater_Update_Call) Run(run func(v semver.Version, repo string)) *MockOMSUpdater_Update_Call
func (*MockOMSUpdater_Update_Call) RunAndReturn ¶ added in v0.13.0
func (_c *MockOMSUpdater_Update_Call) RunAndReturn(run func(v semver.Version, repo string) (semver.Version, string, error)) *MockOMSUpdater_Update_Call
type OMSSelfUpdater ¶ added in v0.12.0
type OMSSelfUpdater struct{}
type OMSUpdater ¶ added in v0.12.0
type RegisterCmd ¶
type RegisterCmd struct {
Opts RegisterOpts
// contains filtered or unexported fields
}
type RegisterOpts ¶
type RegisterOpts struct {
*GlobalOptions
Owner string
Organization string
Role string
ExpiresAt string
}
type RevokeAPIKeyCmd ¶ added in v0.9.0
type RevokeAPIKeyCmd struct {
Opts RevokeAPIKeyOpts
// contains filtered or unexported fields
}
type RevokeAPIKeyOpts ¶ added in v0.9.0
type RevokeAPIKeyOpts struct {
*GlobalOptions
ID string
}
type SecretDependencyTracker ¶ added in v0.21.0
type SecretDependencyTracker struct {
// contains filtered or unexported fields
}
func NewSecretDependencyTracker ¶ added in v0.21.0
func NewSecretDependencyTracker() *SecretDependencyTracker
func (*SecretDependencyTracker) HasChanges ¶ added in v0.21.0
func (t *SecretDependencyTracker) HasChanges() bool
func (*SecretDependencyTracker) MarkPostgresPrimaryCertNeedsRegen ¶ added in v0.21.0
func (t *SecretDependencyTracker) MarkPostgresPrimaryCertNeedsRegen()
func (*SecretDependencyTracker) MarkPostgresReplicaCertNeedsRegen ¶ added in v0.21.0
func (t *SecretDependencyTracker) MarkPostgresReplicaCertNeedsRegen()
func (*SecretDependencyTracker) NeedsPostgresPrimaryCertRegen ¶ added in v0.21.0
func (t *SecretDependencyTracker) NeedsPostgresPrimaryCertRegen() bool
func (*SecretDependencyTracker) NeedsPostgresReplicaCertRegen ¶ added in v0.21.0
func (t *SecretDependencyTracker) NeedsPostgresReplicaCertRegen() bool
type UpdateAPIKeyCmd ¶ added in v0.12.0
type UpdateAPIKeyCmd struct {
Opts UpdateAPIKeyOpts
}
func (*UpdateAPIKeyCmd) UpdateAPIKey ¶ added in v0.12.0
func (c *UpdateAPIKeyCmd) UpdateAPIKey(p portal.Portal) error
type UpdateAPIKeyOpts ¶ added in v0.12.0
type UpdateAPIKeyOpts struct {
*GlobalOptions
APIKeyID string
ExpiresAtStr string
}
type UpdateDockerfileCmd ¶ added in v0.15.0
type UpdateDockerfileCmd struct {
Opts UpdateDockerfileOpts
Env env.Env
// contains filtered or unexported fields
}
func (*UpdateDockerfileCmd) RunE ¶ added in v0.15.0
func (c *UpdateDockerfileCmd) RunE(_ *cobra.Command, args []string) error
func (*UpdateDockerfileCmd) UpdateDockerfile ¶ added in v0.15.0
func (c *UpdateDockerfileCmd) UpdateDockerfile(pm installer.PackageManager, im system.ImageManager, args []string) error
type UpdateDockerfileOpts ¶ added in v0.15.0
type UpdateDockerfileOpts struct {
*GlobalOptions
Package string
Dockerfile string
Baseimage string
Force bool
}
type UpdateInstallConfigCmd ¶ added in v0.21.0
type UpdateInstallConfigCmd struct {
Opts *UpdateInstallConfigOpts
FileWriter util.FileIO
// contains filtered or unexported fields
}
func (*UpdateInstallConfigCmd) RunE ¶ added in v0.21.0
func (c *UpdateInstallConfigCmd) RunE(_ *cobra.Command, args []string) error
func (*UpdateInstallConfigCmd) UpdateInstallConfig ¶ added in v0.21.0
func (c *UpdateInstallConfigCmd) UpdateInstallConfig(icg installer.InstallConfigManager) error
type UpdateInstallConfigOpts ¶ added in v0.21.0
type UpdateInstallConfigOpts struct {
*GlobalOptions
ConfigFile string
VaultFile string
WithComments bool
// Fields that can be updated
PostgresPrimaryIP string
PostgresPrimaryHostname string
PostgresReplicaIP string
PostgresReplicaName string
PostgresServerAddress string
CephNodesSubnet string
KubernetesAPIServerHost string
KubernetesPodCIDR string
KubernetesServiceCIDR string
ClusterGatewayServiceType string
ClusterGatewayIPAddresses []string
ClusterPublicGatewayServiceType string
ClusterPublicGatewayIPAddresses []string
CodesphereDomain string
CodespherePublicIP string
CodesphereWorkspaceHostingBaseDomain string
CodesphereCustomDomainsCNameBaseDomain string
CodesphereDNSServers []string
}
type UpdateOmsCmd ¶ added in v0.12.0
type UpdateOmsCmd struct {
Version version.Version
Updater OMSUpdater
}
func (*UpdateOmsCmd) SelfUpdate ¶ added in v0.12.0
func (c *UpdateOmsCmd) SelfUpdate() error
type UpgradeCephCmd ¶
type UpgradeCephCmd struct {
// contains filtered or unexported fields
}
UpgradeCephCmd represents the ceph command
type UpgradeCmd ¶
type UpgradeCmd struct {
// contains filtered or unexported fields
}
UpgradeCmd represents the upgrade command
type UpgradeCodesphereCmd ¶
type UpgradeCodesphereCmd struct {
// contains filtered or unexported fields
}
UpgradeCodesphereCmd represents the codesphere command
type VersionCmd ¶
type VersionCmd struct {
// contains filtered or unexported fields
}
Source Files
¶
- beta.go
- build.go
- build_image.go
- build_images.go
- download.go
- download_k0s.go
- download_package.go
- example_helpers.go
- extend.go
- extend_baseimage.go
- init.go
- init_install_config.go
- install.go
- install_ceph.go
- install_codesphere.go
- install_k0s.go
- licenses.go
- list.go
- list_api_keys.go
- list_packages.go
- mocks.go
- register.go
- revoke.go
- revoke_api_key.go
- root.go
- update.go
- update_api_key.go
- update_dockerfile.go
- update_install_config.go
- update_oms.go
- upgrade.go
- upgrade_ceph.go
- upgrade_codesphere.go
- version.go