Documentation
¶
Index ¶
Constants ¶
View Source
const DefaultImage = "quay.io/frrouting/frr:10.3.0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FRRContainerConfig ¶
type FRRContainerConfig struct {
ContainerName string `yaml:"container_name" json:"container_name"`
Daemons *pkgfrrdaemons.FRRDaemonsConfig `yaml:"daemons,omitempty" json:"daemons,omitempty"`
Image *string `yaml:"image,omitempty" json:"image,omitempty"`
Hostname *string `yaml:"hostname,omitempty" json:"hostname,omitempty"`
}
func DefaultFRRContainerConfig ¶
func DefaultFRRContainerConfig() *FRRContainerConfig
Click to show internal directories.
Click to hide internal directories.