kubernetes/staging/src/k8s.io/pod-security-admission/test/testdata/restricted/v1.18/fail/windowshostprocess0.yaml

apiVersion: v1
kind: Pod
metadata:
  name: windowshostprocess0
spec:
  containers:
  - image: registry.k8s.io/pause
    name: container1
    securityContext:
      allowPrivilegeEscalation: false
      windowsOptions: {}
  hostNetwork: true
  initContainers:
  - image: registry.k8s.io/pause
    name: initcontainer1
    securityContext:
      allowPrivilegeEscalation: false
      windowsOptions: {}
  securityContext:
    runAsNonRoot: true
    windowsOptions:
      hostProcess: true