blob: 7fa3558c2cf736f1c2f3afb6b94ec2d5f74d27d2 [file] [log] [blame]
apiVersion: v1
kind: Pod
metadata:
annotations:
sidecar.istio.io/inject: "false"
creationTimestamp: null
name: hellopod
spec:
containers:
- image: fake.docker.io/google-samples/hello-go-gke:1.0
name: hello
ports:
- containerPort: 80
name: http
resources: {}
dnsConfig:
searches:
- test
status: {}
---