add dependency, start provider and fetch data
add tons of labels Provide - WIP add rancher data over rancher types first version of direct fetch - pagination still an issue
This commit is contained in:
parent
28054a0be3
commit
38bd49b97e
6 changed files with 533 additions and 6 deletions
|
@ -377,6 +377,9 @@ func (server *Server) configureProviders() {
|
|||
if server.globalConfiguration.ECS != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.ECS)
|
||||
}
|
||||
if server.globalConfiguration.Rancher != nil {
|
||||
server.providers = append(server.providers, server.globalConfiguration.Rancher)
|
||||
}
|
||||
}
|
||||
|
||||
func (server *Server) startProviders() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue