Welcome to mirror list, hosted at ThFree Co, Russian Federation.

service_account.json « json « test « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 632d429260dffe32ac00d4bd6c83c3eb06c34764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "kind": "ServiceAccount",
    "apiVersion": "v1",
    "metadata": {
        "name": "default",
        "namespace": "default",
        "selfLink": "/api/v1/namespaces/default/serviceaccounts/default",
        "uid": "d3d773f4-6bf0-11e5-843a-525400f8b93e",
        "resourceVersion": "94",
        "creationTimestamp": "2015-10-06T06:09:39Z"
    },
    "secrets": [
        {
            "name": "default-token-6s23q"
        },
        {
            "name": "default-dockercfg-62tf3"
        }
    ],
    "imagePullSecrets": [
        {
            "name": "default-dockercfg-62tf3"
        }
    ]
}