NodeDeployStage

单节点的部署阶段

Author

CJ

Since

2.1.0

Entries

Link copied to clipboard

准备阶段

Link copied to clipboard

流量下线

Link copied to clipboard

流量检查

Link copied to clipboard

执行更新

Link copied to clipboard

健康检查

Link copied to clipboard

流量上线

Link copied to clipboard

检查可用以及结束

Link copied to clipboard

并非一个阶段,而是一个完成的事件

Properties

Link copied to clipboard
val entries: EnumEntries<NodeDeployStage>

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard
fun valueOf(value: String): NodeDeployStage

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<NodeDeployStage>

Returns an array containing the constants of this enum type, in the order they're declared.