config: adapt unit tests

This commit is contained in:
Frederic Branczyk 2016-10-10 12:42:01 +02:00 committed by Fabian Reinartz
parent b24602f713
commit 2e18c81a00
4 changed files with 5 additions and 10 deletions

View File

@ -235,14 +235,12 @@ var expectedConf = &Config{
KubernetesSDConfigs: []*KubernetesSDConfig{
{
APIServers: []URL{kubernetesSDHostURL()},
Role: KubernetesRoleEndpoint,
APIServer: kubernetesSDHostURL(),
Role: KubernetesRoleEndpoint,
BasicAuth: &BasicAuth{
Username: "myusername",
Password: "mypassword",
},
RequestTimeout: model.Duration(10 * time.Second),
RetryInterval: model.Duration(1 * time.Second),
},
},
},

View File

@ -116,8 +116,7 @@ scrape_configs:
kubernetes_sd_configs:
- role: endpoint
api_servers:
- 'https://localhost:1234'
api_server: 'https://localhost:1234'
basic_auth:
username: 'myusername'

View File

@ -3,8 +3,7 @@ scrape_configs:
kubernetes_sd_configs:
- role: node
api_servers:
- 'https://localhost:1234'
api_server: 'https://localhost:1234'
bearer_token: 1234
bearer_token_file: somefile

View File

@ -3,8 +3,7 @@ scrape_configs:
kubernetes_sd_configs:
- role: pod
api_servers:
- 'https://localhost:1234'
api_server: 'https://localhost:1234'
bearer_token: 1234
basic_auth: