1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
kyverno/test/output/op_patches_endpoints.yaml

21 lines
337 B
YAML
Raw Normal View History

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