Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Host string `yaml:"host" json:"host" nacos:"kubernetes.host"` // 主机 Port string `yaml:"port" json:"port" nacos:"kubernetes.port"` // 端口 Username string `json:"username" json:"username" nacos:"kubernetes.username"` // 用户名 Password string `json:"password" json:"password" nacos:"kubernetes.password"` // 密码 }
kubernetes配置
Click to show internal directories.
Click to hide internal directories.