Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommandStartGardenerSeedAdmissionController ¶
NewCommandStartGardenerSeedAdmissionController creates a *cobra.Command object with default parameters
Types ¶
type Options ¶
type Options struct { // BindAddress is the address the HTTP server should bind to. BindAddress string // Port is the port that should be opened by the HTTP server. Port int // ServerCertPath is the path to a server certificate. ServerCertPath string // ServerKeyPath is the path to a TLS private key. ServerKeyPath string // Kubeconfig is path to a kubeconfig file. If not given it uses the in-cluster config. Kubeconfig string }
Options has all the context and parameters needed to run a Gardener seed admission controller.
Click to show internal directories.
Click to hide internal directories.