apiVersion: v1
kind: Pod
metadata:
  creationTimestamp: "2026-02-18T10:07:11Z"
  name: test-pvc-pod
  namespace: default
  resourceVersion: "1257"
  uid: a807091b-8755-4cd4-8a53-a4df04b27669
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-fdblp
      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-fdblp
    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-02-18T10:08:05Z"
    status: "True"
    type: Initialized
  - lastProbeTime: null
    lastTransitionTime: "2026-02-18T10:09:44Z"
    status: "True"
    type: Ready
  - lastProbeTime: null
    lastTransitionTime: "2026-02-18T10:09:44Z"
    status: "True"
    type: ContainersReady
  - lastProbeTime: null
    lastTransitionTime: "2026-02-18T10:08:05Z"
    status: "True"
    type: PodScheduled
  containerStatuses:
  - containerID: containerd://603179bdce91dae8eaef50798d93d9df06a243abd1d52099327d3e79b4779cd6
    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-02-18T10:09:44Z"
  hostIP: 199.19.213.154
  phase: Running
  podIP: 172.24.0.83
  podIPs:
  - ip: 172.24.0.83
  qosClass: BestEffort
  startTime: "2026-02-18T10:08:05Z"
