generated from onedr0p/cluster-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemp.json
63 lines (63 loc) · 2.28 KB
/
temp.json
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
56
57
58
59
60
61
62
63
{
"apiVersion": "v1",
"kind": "Namespace",
"metadata": {
"annotations": {
"kubectl.kubernetes.io/last-applied-configuration": "{\"apiVersion\":\"v1\",\"kind\":\"Namespace\",\"metadata\":{\"annotations\":{},\"labels\":{\"app.kubernetes.io/instance\":\"flux-system\",\"app.kubernetes.io/part-of\":\"flux\",\"app.kubernetes.io/version\":\"v0.17.1\"},\"name\":\"flux-system\"}}\n"
},
"creationTimestamp": "2021-09-18T16:53:48Z",
"deletionTimestamp": "2021-09-18T17:30:26Z",
"labels": {
"app.kubernetes.io/instance": "flux-system",
"app.kubernetes.io/part-of": "flux",
"app.kubernetes.io/version": "v0.17.1",
"kubernetes.io/metadata.name": "flux-system"
},
"name": "flux-system",
"resourceVersion": "6541",
"uid": "b8bb1900-c748-47b8-8c9f-69346c499a32"
},
"spec": {
"finalizers": []
},
"status": {
"conditions": [
{
"lastTransitionTime": "2021-09-18T17:30:32Z",
"message": "All resources successfully discovered",
"reason": "ResourcesDiscovered",
"status": "False",
"type": "NamespaceDeletionDiscoveryFailure"
},
{
"lastTransitionTime": "2021-09-18T17:30:32Z",
"message": "All legacy kube types successfully parsed",
"reason": "ParsedGroupVersions",
"status": "False",
"type": "NamespaceDeletionGroupVersionParsingFailure"
},
{
"lastTransitionTime": "2021-09-18T17:30:41Z",
"message": "All content successfully deleted, may be waiting on finalization",
"reason": "ContentDeleted",
"status": "False",
"type": "NamespaceDeletionContentFailure"
},
{
"lastTransitionTime": "2021-09-18T17:30:32Z",
"message": "Some resources are remaining: helmrepositories.source.toolkit.fluxcd.io has 21 resource instances",
"reason": "SomeResourcesRemain",
"status": "True",
"type": "NamespaceContentRemaining"
},
{
"lastTransitionTime": "2021-09-18T17:30:32Z",
"message": "Some content in the namespace has finalizers remaining: finalizers.fluxcd.io in 21 resource instances",
"reason": "SomeFinalizersRemain",
"status": "True",
"type": "NamespaceFinalizersRemaining"
}
],
"phase": "Terminating"
}
}