23 lines
701 B
JSON
23 lines
701 B
JSON
{
|
|
"apiVersion": "v1",
|
|
"kind": "ServiceAccount",
|
|
"metadata": {
|
|
"annotations": {
|
|
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"ServiceAccount\",\"metadata\":{\"annotations\":{},\"name\":\"blee\",\"namespace\":\"default\"},\"secrets\":[{\"name\":\"blee\",\"namespace\":\"default\"}]}\n"
|
|
},
|
|
"creationTimestamp": "2019-06-05T21:56:55Z",
|
|
"name": "blee",
|
|
"namespace": "default",
|
|
"resourceVersion": "27009820",
|
|
"selfLink": "/api/v1/namespaces/default/serviceaccounts/blee",
|
|
"uid": "d5919410-87dc-11e9-a8e8-42010a80015b"
|
|
},
|
|
"secrets": [
|
|
{
|
|
"name": "blee"
|
|
},
|
|
{
|
|
"name": "blee-token-k42bt"
|
|
}
|
|
]
|
|
} |