Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GardenerSeedAdmissionController ¶
type GardenerSeedAdmissionController struct {
// contains filtered or unexported fields
}
GardenerSeedAdmissionController represents all the parameters required to start the Gardener seed admission controller.
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.