1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/test/output/op_patches_endpoints.yaml

21 lines
337 B
YAML
Raw Normal View History

2019-05-22 20:07:41 -07:00
kind: Endpoints
2019-06-13 12:01:03 -07:00
apiVersion: v1
2019-05-22 20:07:41 -07:00
metadata:
name: test-endpoint
2019-06-13 12:01:03 -07:00
creationTimestamp:
2019-05-22 20:07:41 -07:00
labels:
2019-06-13 12:01:03 -07:00
label: test
2019-05-22 20:07:41 -07:00
subsets:
2019-06-13 12:01:03 -07:00
- addresses:
- ip: 192.168.10.172
ports:
- name: load-balancer-connection
port: 80
protocol: UDP
2019-05-22 20:07:41 -07:00
- addresses:
- ip: 192.168.10.171
ports:
- name: secure-connection
2019-06-13 12:01:03 -07:00
port: 9663
2019-05-22 20:07:41 -07:00
protocol: TCP