influxdb

package
v4.2.733+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2020 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UpgradeInfluxDBSchemaCMD = &cobra.Command{
		Use:   "influxdb",
		Short: "upgrade influxdb schema from Kilo to Lima",
		Long:  "",
		RunE: func(cmd *cobra.Command, args []string) error {
			err := parseFlag()
			if err != nil {
				return errors.Wrap(err, "parse flag failed")
			}

			err = initK8SClient()
			if err != nil {
				return errors.Wrap(err, "init k8s client failed")
			}
			return upgradeFromKiloToLima()
		},
	}
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL