Files
argo-cd/gitops-engine/pkg/diff/testdata/ssd-service-predicted-live.json
Leonardo Luz Almeida bcc0243f1e prepare repo for migration to ArgoCD repo
Signed-off-by: Leonardo Luz Almeida <leonardo_almeida@intuit.com>
2025-09-23 10:05:42 -04:00

75 lines
2.1 KiB
JSON

{
"apiVersion": "v1",
"kind": "Service",
"metadata": {
"creationTimestamp": "2023-12-18T00:34:22Z",
"labels": {
"event": "FROM-MUTATION-WEBHOOK"
},
"managedFields": [
{
"apiVersion": "v1",
"fieldsType": "FieldsV1",
"fieldsV1": {
"f:spec": {
"f:ports": {
"k:{\"port\":333,\"protocol\":\"TCP\"}": {
".": {},
"f:name": {},
"f:port": {}
},
"k:{\"port\":7777,\"protocol\":\"TCP\"}": {
".": {},
"f:name": {},
"f:port": {},
"f:targetPort": {}
}
},
"f:selector": {}
}
},
"manager": "argocd-controller",
"operation": "Apply",
"time": "2023-12-18T00:38:28Z"
}
],
"name": "httpbin-svc",
"namespace": "httpbin",
"resourceVersion": "2836",
"uid": "0e898e6f-c275-476d-9b4f-5e96072cc129"
},
"spec": {
"clusterIP": "10.43.223.115",
"clusterIPs": [
"10.43.223.115"
],
"internalTrafficPolicy": "Cluster",
"ipFamilies": [
"IPv4"
],
"ipFamilyPolicy": "SingleStack",
"ports": [
{
"name": "http-port",
"port": 7777,
"protocol": "TCP",
"targetPort": 80
},
{
"name": "test",
"port": 333,
"protocol": "TCP",
"targetPort": 333
}
],
"selector": {
"app": "httpbin"
},
"sessionAffinity": "None",
"type": "ClusterIP"
},
"status": {
"loadBalancer": {}
}
}