Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Main = &cobra.Command{ Use: "vtctld", Short: "The Vitess cluster management daemon.", Long: `vtctld provides web and gRPC interfaces to manage a single Vitess cluster. It is usually the first Vitess component to be started after a valid global topology service has been created. For the last several releases, vtctld has been transitioning to a newer gRPC service for well-typed cluster management requests. This is **required** to use programs such as vtadmin and vtctldclient, and The old API and service are deprecated and will be removed in a future release. To enable this newer service, include "grpc-vtctld" in the --service_map argument. This is demonstrated in the example usage below.`, Example: `vtctld \ --topo_implementation etcd2 \ --topo_global_server_address localhost:2379 \ --topo_global_root /vitess/ \ --service_map 'grpc-vtctl,grpc-vtctld' \ --backup_storage_implementation file \ --file_backup_storage_root $VTDATAROOT/backups \ --port 15000 \ --grpc_port 15999`, Args: cobra.NoArgs, Version: servenv.AppVersion.String(), PreRunE: servenv.CobraPreRunE, RunE: run, } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
- cli.go
- plugin_azblobbackupstorage.go
- plugin_cephbackupstorage.go
- plugin_consultopo.go
- plugin_etcd2topo.go
- plugin_filebackupstorage.go
- plugin_gcsbackupstorage.go
- plugin_grpctabletconn.go
- plugin_grpctmclient.go
- plugin_grpcvtctldserver.go
- plugin_grpcvtctlserver.go
- plugin_grpcvtgateconn.go
- plugin_opentracing.go
- plugin_opentsdb.go
- plugin_prometheusbackend.go
- plugin_s3backupstorage.go
- plugin_zk2topo.go
- schema.go
Click to show internal directories.
Click to hide internal directories.