Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // TODO define options ChartPath string // AdditionalAllowedCIDRs additional allowed cidrs that will be added to the list of allowed cidrs. AdditionalAllowedCIDRs []string // MaxAllowedCIDRs is the maximum number of allowed CIDRs per cluster MaxAllowedCIDRs int }
Config contains configuration for the extension service.
Click to show internal directories.
Click to hide internal directories.