-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtmp.json
More file actions
55 lines (55 loc) · 2.44 KB
/
Copy pathtmp.json
File metadata and controls
55 lines (55 loc) · 2.44 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"annotations": {
"install.operator.istio.io/chart-owner": "Base",
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{\"install.operator.istio.io/chart-owner\":\"Base\"},\"labels\":{\"install.operator.istio.io/owner-group\":\"install.istio.io\",\"install.operator.istio.io/owner-kind\":\"IstioOperator\",\"install.operator.istio.io/owner-name\":\"devenv-istio-control\",\"istio-injection\":\"disabled\",\"istio-operator-managed\":\"Reconcile\"},\"name\":\"istio-system\"}}\n",
"meta.helm.sh/release-name": "istio",
"meta.helm.sh/release-namespace": "default"
},
"creationTimestamp": "2020-05-19T08:16:20Z",
"deletionTimestamp": "2020-05-19T09:52:40Z",
"labels": {
"app.kubernetes.io/managed-by": "Helm",
"install.operator.istio.io/owner-group": "install.istio.io",
"install.operator.istio.io/owner-kind": "IstioOperator",
"install.operator.istio.io/owner-name": "devenv-istio-control",
"istio-injection": "disabled",
"istio-operator-managed": "Reconcile"
},
"name": "istio-system",
"resourceVersion": "154883",
"selfLink": "/api/v1/namespaces/istio-system",
"uid": "2de48c5d-5cdd-4db6-ae6a-ab5aec3d8bf0"
},
"spec": {
"finalizers":[]
},
"status": {
"conditions": [
{
"lastTransitionTime": "2020-05-19T09:52:46Z",
"message": "All resources successfully discovered",
"reason": "ResourcesDiscovered",
"status": "False",
"type": "NamespaceDeletionDiscoveryFailure"
},
{
"lastTransitionTime": "2020-05-19T09:52:46Z",
"message": "All legacy kube types successfully parsed",
"reason": "ParsedGroupVersions",
"status": "False",
"type": "NamespaceDeletionGroupVersionParsingFailure"
},
{
"lastTransitionTime": "2020-05-19T09:52:46Z",
"message": "All content successfully deleted",
"reason": "ContentDeleted",
"status": "False",
"type": "NamespaceDeletionContentFailure"
}
],
"phase": "Terminating"
}
}