diff --git a/tmp-valid-pod.json b/tmp-valid-pod.json deleted file mode 100644 index e2b6ea3b508..00000000000 --- a/tmp-valid-pod.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "kind": "Pod", - "apiVersion": "v1", - "metadata": { - "name": "valid-pod", - "namespace": "default", - "selfLink": "/api/v1/namespaces/default/pods/valid-pod", - "uid": "20f4f1f5-1e67-11e5-b84d-54ee753e2644", - "resourceVersion": "474", - "creationTimestamp": "2015-06-29T13:59:58Z", - "labels": { - "name": "valid-pod" - } - }, - "spec": { - "containers": [ - { - "name": "update-k8s-serve-hostname", - "image": "nginx", - "resources": { - "limits": { - "cpu": "1", - "memory": "6Mi" - } - }, - "terminationMessagePath": "/dev/termination-log", - "imagePullPolicy": "IfNotPresent" - } - ], - "restartPolicy": "Always", - "dnsPolicy": "ClusterFirst" - }, - "status": { - "phase": "Pending" - } -}