Add Kubernetes Gateway Provider
Co-authored-by: Jean-Baptiste Doumenjou <925513+jbdoumenjou@users.noreply.github.com>
This commit is contained in:
parent
ea418aa7d8
commit
c21597c593
56 changed files with 7239 additions and 156 deletions
|
@ -45,6 +45,10 @@ func NewProviderAggregator(conf static.Providers) ProviderAggregator {
|
|||
p.quietAddProvider(conf.KubernetesCRD)
|
||||
}
|
||||
|
||||
if conf.KubernetesGateway != nil {
|
||||
p.quietAddProvider(conf.KubernetesGateway)
|
||||
}
|
||||
|
||||
if conf.Rancher != nil {
|
||||
p.quietAddProvider(conf.Rancher)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue