Documentation ¶
Index ¶
Constants ¶
View Source
const (
// UserAgent is the userAgent name when starting loadbalancer controller.
UserAgent = "loadbalancer-controller"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct { Master string Kubeconfig string Cfg lbconfig.Configuration }
Options is the main context object for the admission controller.
func NewOptions ¶
func NewOptions() *Options
NewOptions creates a new AddmissionOptions with a default config.
Click to show internal directories.
Click to hide internal directories.