Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultCloudResourcePrefix = "nephe" DefaultCloudSyncInterval = 300 MinimumCloudSyncInterval = 60 )
View Source
const (
// ANPNepheController used to disperse NetworkPolicies.
ANPNepheController = "nephe-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerConfig ¶
type ControllerConfig struct {
CloudResourcePrefix string `yaml:"cloudResourcePrefix,omitempty"`
CloudSyncInterval int64 `yaml:"cloudSyncInterval,omitempty"`
// AntreaKubeconfig The path to access the kubeconfig file used in the connection to Antrea Controller.
AntreaKubeconfig string `yaml:"antreaKubeconfig,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.