![]() Services can expose network applications that are running on one or more Pods. User need to specify the Port and Protocol of the network application, and network implementations must forward only the traffic indicated in the Service, as it may present a security problem if you allow to forward traffic to a backend if the user didn't specify it. Change-Id: I77fbb23c6415ed09dd81c4f2deb6df7a17de46f0 |
||
---|---|---|
.. | ||
image | ||
testdata | ||
cf_header.md | ||
conformance_test.sh | ||
doc.go | ||
gen-conformance-docs.sh | ||
gen-conformance-yaml.sh | ||
gen-specsummaries.sh | ||
OWNERS | ||
README.md | ||
spec-to-docs.sh | ||
spec-to-yaml.sh | ||
walk_test.go | ||
walk.go |
This directory contains the regression test for controlling the list of all conformance tests.
If you add or remove a conformance test, this test will fail and you will need
to update the golden list of tests stored in testdata/
. Changes to that file
require review by sig-architecture.
To update the list, run hack/update-conformance-yaml.sh
Add the changed file to your PR, then send for review.