kubernetes/hack/testdata/dockerconfig.json

15 lines
311 B
JSON
Raw Normal View History

{
"auths":{
"http://foo.example.com":{
"username":"foo",
"password":"bar",
"email":"foo@example.com"
},
"http://bar.example.com":{
"username":"bar",
"password":"baz",
"email":"bar@example.com"
}
}
}