package
Version:
v0.9.3
Opens a new window with list of versions in this module.
Published: Jun 25, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Agent struct {
metav1.TypeMeta `json:",inline"`
ClusterName string `json:"clusterName"`
TargetSelf bool `json:"targetSelf"`
Targets []Cluster `json:"targets"`
Webhook Webhook `json:"webhook"`
}
type Cluster struct {
Name string `json:"name"`
Kubeconfig string `json:"kubeconfig"`
Context string `json:"context"`
Namespaced bool `json:"namespaced"`
}
type Webhook struct {
Port int `json:"port"`
CertDir string `json:"certDir"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.