Allow custom CA certificate when flag --api-server is specified (#4807)
This commit is contained in:
parent
833d0e98a3
commit
19d596b72b
4 changed files with 30 additions and 5 deletions
|
|
@ -49,9 +49,12 @@ const (
|
|||
|
||||
// Configuration contains all the settings required by an Ingress controller
|
||||
type Configuration struct {
|
||||
APIServerHost string
|
||||
APIServerHost string
|
||||
RootCAFile string
|
||||
|
||||
KubeConfigFile string
|
||||
Client clientset.Interface
|
||||
|
||||
Client clientset.Interface
|
||||
|
||||
ResyncPeriod time.Duration
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue