2015-03-10 15:22:52 +00:00
|
|
|
{
|
|
|
|
"kind": "ReplicationController",
|
2015-06-10 22:58:13 +00:00
|
|
|
"apiVersion": "v1",
|
2015-04-23 15:27:25 +00:00
|
|
|
"metadata": {
|
|
|
|
"name": "authenticator-controller",
|
|
|
|
"labels": {
|
|
|
|
"name": "authenticator"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"spec": {
|
2015-03-10 15:22:52 +00:00
|
|
|
"replicas": 1,
|
2015-04-23 15:27:25 +00:00
|
|
|
"selector": {
|
|
|
|
"name": "authenticator"
|
|
|
|
},
|
|
|
|
"template": {
|
|
|
|
"metadata": {
|
|
|
|
"labels": {
|
|
|
|
"name": "authenticator"
|
2015-03-10 15:22:52 +00:00
|
|
|
}
|
|
|
|
},
|
2015-04-23 15:27:25 +00:00
|
|
|
"spec": {
|
|
|
|
"containers": [
|
|
|
|
{
|
|
|
|
"name": "authenticator",
|
2015-05-18 23:25:00 +00:00
|
|
|
"image": "gcr.io/google_containers/cloudsql-authenticator:v1"
|
2015-04-23 15:27:25 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2015-03-10 15:22:52 +00:00
|
|
|
}
|
2015-04-23 15:27:25 +00:00
|
|
|
}
|
2015-05-18 23:25:00 +00:00
|
|
|
}
|