mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
* pkg/features: promote the ServiceInternalTrafficPolicy field to Beta and on by default Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/api/service/testing: update Service test fixture functions to set internalTrafficPolicy=Cluster by default Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/apis/core/validation: add more Service validation tests for internalTrafficPolicy Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/registry/core/service/storage: fix failing Service REST storage tests to use internalTrafficPolicy: Cluster Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/registry/core/service/storage: add two test cases for Service REST TestServiceRegistryInternalTrafficPolicyClusterThenLocal and TestServiceRegistryInternalTrafficPolicyLocalThenCluster Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/registry/core/service: update strategy unit tests to expect default internalTrafficPolicy=Cluster Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/proxy/ipvs: fix unit test Test_EndpointSliceReadyAndTerminatingLocal to use internalTrafficPolicy=Cluster Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/apis/core: update fuzzers to set Service internalTrafficPolicy field Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> * pkg/api/service/testing: refactor Service test fixtures to use Tweak funcs Signed-off-by: Andrew Sy Kim <kim.andrewsy@gmail.com> |
||
|---|---|---|
| .. | ||
| abac | ||
| admission | ||
| admissionregistration | ||
| apiserverinternal | ||
| apps | ||
| authentication | ||
| authorization | ||
| autoscaling | ||
| batch | ||
| certificates | ||
| coordination | ||
| core | ||
| discovery | ||
| events | ||
| extensions | ||
| flowcontrol | ||
| imagepolicy | ||
| networking | ||
| node | ||
| policy | ||
| rbac | ||
| scheduling | ||
| storage | ||
| OWNERS | ||