core

package
v0.0.0-...-a894687 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateCpMode

func ValidateCpMode(mode CpMode) error

ValidateCpMode to check modes of dubbo-cp

Types

type CpMode

type CpMode = string
const (
	Zone   CpMode = "zone"
	Global CpMode = "global"
	Test   CpMode = "test"
)

type DeployMode

type DeployMode = string

DeployMode 部署模型 1. 纯Kubernetes 2. 半托管, 使用Kubernetes做平台, 服务注册的模型仍然使用zookeeper 3. vm, 使用vm机器传统服务注册模型

const (
	KubernetesMode DeployMode = "k8s"       // 全托管
	HalfHostMode   DeployMode = "half"      // 半托管
	UniversalMode  DeployMode = "universal" // vm传统
)

Directories

Path Synopsis
resources

Jump to

Keyboard shortcuts

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