apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-05-14T05:16:49Z"
  name: test-pvc-pod
  namespace: default
  resourceVersion: "2162"
  uid: 42082880-bb03-467f-8428-38c73530912b
spec:
  containers:
  - image: harbor.atmosphere.dev/docker.io/library/nginx:1.25
    imagePullPolicy: IfNotPresent
    name: test-pvc-pod-container
    resources: {}
    terminationMessagePath: /dev/termination-log
    terminationMessagePolicy: File
    volumeMounts:
    - mountPath: /usr/share/nginx/html
      name: test-pvc
    - mountPath: /var/run/secrets/kubernetes.io/serviceaccount
      name: kube-api-access-hf2bd
      readOnly: true
  dnsPolicy: ClusterFirst
  enableServiceLinks: true
  nodeName: instance
  preemptionPolicy: PreemptLowerPriority
  priority: 0
  restartPolicy: Always
  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: test-pvc
    persistentVolumeClaim:
      claimName: test-pvc
  - name: kube-api-access-hf2bd
    projected:
      defaultMode: 420
      sources:
      - serviceAccountToken:
          expirationSeconds: 3607
          path: token
      - configMap:
          items:
          - key: ca.crt
            path: ca.crt
          name: kube-root-ca.crt
      - downwardAPI:
          items:
          - fieldRef:
              apiVersion: v1
              fieldPath: metadata.namespace
            path: namespace
status:
  conditions:
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T05:18:29Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T05:19:11Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T05:19:11Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-05-14T05:18:29Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://d4246ae868162279e080be6ff584c5e54851979bb69b553e7d958e34775ad437
    image: harbor.atmosphere.dev/docker.io/library/nginx:1.25
    imageID: harbor.atmosphere.dev/docker.io/library/nginx@sha256:a484819eb60211f5299034ac80f6a681b06f89e65866ce91f356ed7c72af059c
    lastState: {}
    name: test-pvc-pod-container
    ready: true
    restartCount: 0
    started: true
    state:
      running:
        startedAt: "2026-05-14T05:19:11Z"
  hostIP: 199.204.45.244
  phase: Running
  podIP: 10.0.0.157
  podIPs:
  - ip: 10.0.0.157
  qosClass: BestEffort
  startTime: "2026-05-14T05:18:29Z"
