Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewK8sBadRequestError ¶
Types ¶
type K8sProxyApiHandler ¶
type K8sProxyApiHandler struct {
ioc.ObjectImpl
ProxyMethod []string `json:"proxy_method" yaml:"proxy_method" toml:"proxy_method" env:"PROXY_METHOD"`
// k8s_id: k8s_address, 比如 "dev": "https://dev-k8s.example.com",
ProxyConfig map[string]string `json:"proxy_config" yaml:"proxy_config" toml:"proxy_config" env:"PROXY_CONFIG"`
// contains filtered or unexported fields
}
func (*K8sProxyApiHandler) Init ¶
func (h *K8sProxyApiHandler) Init() error
func (*K8sProxyApiHandler) Meta ¶
func (i *K8sProxyApiHandler) Meta() ioc.ObjectMeta
func (*K8sProxyApiHandler) Name ¶
func (h *K8sProxyApiHandler) Name() string
Click to show internal directories.
Click to hide internal directories.