summaryrefslogtreecommitdiffstats
path: root/fluent-bit/tests/runtime/data/kubernetes/meta/core_base.meta
blob: 3ccca44357e59a13821341bb67ce96b977ae0a79 (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
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
    "apiVersion": "v1",
    "kind": "Pod",
    "metadata": {
        "annotations": {
            "prometheus.io/path": "/api/v1/metrics/prometheus",
            "prometheus.io/port": "2020",
            "prometheus.io/scrape": "true"
        },
        "creationTimestamp": "2019-04-03T09:29:00Z",
        "labels": {
            "app.kubernetes.io/name": "fluent-bit"
        },
        "name": "base",
        "namespace": "core",
        "resourceVersion": "74466568",
        "selfLink": "/api/v1/namespaces/core/pods/base",
        "uid": "e9f2963f-55f2-11e9-84c5-02e422b8a84a"
    },
    "spec": {
        "containers": [
            {
                "image": "fluent/fluent-bit",
                "imagePullPolicy": "Always",
                "name": "fluent-bit",
                "resources": {},
                "stdin": true,
                "stdinOnce": true,
                "terminationMessagePath": "/dev/termination-log",
                "terminationMessagePolicy": "File",
                "tty": true,
                "volumeMounts": [
                    {
                        "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount",
                        "name": "default-token-9ffht",
                        "readOnly": true
                    }
                ]
            }
        ],
        "dnsPolicy": "ClusterFirst",
        "nodeName": "ip-10-49-18-80.eu-west-1.compute.internal",
        "restartPolicy": "Never",
        "schedulerName": "default-scheduler",
        "securityContext": {},
        "serviceAccount": "default",
        "serviceAccountName": "default",
        "terminationGracePeriodSeconds": 30,
        "tolerations": [
            {
                "effect": "NoExecute",
                "key": "node.kubernetes.io/not-ready",
                "operator": "Exists",
                "tolerationSeconds": 300
            },
            {
                "effect": "NoExecute",
                "key": "node.kubernetes.io/unreachable",
                "operator": "Exists",
                "tolerationSeconds": 300
            }
        ],
        "volumes": [
            {
                "name": "default-token-9ffht",
                "secret": {
                    "defaultMode": 420,
                    "secretName": "default-token-9ffht"
                }
            }
        ]
    },
    "status": {
        "conditions": [
            {
                "lastProbeTime": null,
                "lastTransitionTime": "2019-04-03T09:29:00Z",
                "status": "True",
                "type": "Initialized"
            },
            {
                "lastProbeTime": null,
                "lastTransitionTime": "2019-04-03T09:29:06Z",
                "status": "True",
                "type": "Ready"
            },
            {
                "lastProbeTime": null,
                "lastTransitionTime": "2019-04-03T09:29:00Z",
                "status": "True",
                "type": "PodScheduled"
            }
        ],
        "containerStatuses": [
            {
                "containerID": "docker://c9898099f6d235126d564ed38a020007ea7a6fac6e25e718de683c9dd0076c16",
                "image": "fluent/fluent-bit:latest",
                "imageID": "docker-pullable://fluent/fluent-bit@sha256:7ac0fd3569af866e9a6a22eb592744200d2dbe098cf066162453f8d0b06c531f",
                "lastState": {},
                "name": "fluent-bit",
                "ready": true,
                "restartCount": 0,
                "state": {
                    "running": {
                        "startedAt": "2019-04-03T09:29:05Z"
                    }
                }
            }
        ],
        "hostIP": "10.49.18.80",
        "phase": "Running",
        "podIP": "100.116.192.42",
        "qosClass": "BestEffort",
        "startTime": "2019-04-03T09:29:00Z"
    }
}