Merge pull request #126207 from thockin/ingress-backend-port-atomic

Make ServiceBackendPort an atomic struct
This commit is contained in:
Kubernetes Prow Robot
2024-07-18 19:24:26 -07:00
committed by GitHub
6 changed files with 12 additions and 2 deletions

View File

@@ -799,7 +799,8 @@
"type": "integer"
}
},
"type": "object"
"type": "object",
"x-kubernetes-map-type": "atomic"
},
"io.k8s.apimachinery.pkg.apis.meta.v1.APIResource": {
"description": "APIResource specifies the name of a resource and whether it is namespaced.",