-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathstructure.json
30 lines (30 loc) · 902 Bytes
/
structure.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
{
"items": [
{ "path": "pods"},
{ "path": "labels_and_selectors"},
{ "path": "replica_sets" },
{ "path": "environment_variables"},
{ "path": "volumes"},
{ "path": "configmaps"},
{ "path": "secrets"},
{ "path": "security_context"},
{ "path": "resource_quota"},
{ "path": "resource_limitrange"},
{ "path": "resource_requests"},
{ "path": "node_selector"},
{ "path": "taint_and_tolerations"},
{ "path": "node_affinity"},
{ "path": "multi_container_pods"},
{ "path": "init_containers"},
{ "path": "readiness_and_liveness_probe"},
{ "path": "logging_and_debugging"},
{ "path": "deployment"},
{ "path": "deployment_types"},
{ "path": "services"},
{ "path": "network_policies"},
{ "path": "role_based_access_control"},
{ "path": "jobs"},
{ "path": "custom_resource_definition"},
{ "path": "helm"}
]
}