kubernetes/test/integration/apiserver
Patrick Ohly ad79e479c2 build: remove deprecated '// +build' tag
This has been replaced by `//build:...` for a long time now.

Removal of the old build tag was automated with:

    for i in $(git grep -l '^// +build' | grep -v -e '^vendor/'); do if ! grep -q '^// Code generated' "$i"; then sed -i -e '/^\/\/ +build/d' "$i"; fi; done
2025-12-18 12:16:21 +01:00
..
admissionwebhook Drop locked StrictCostEnforcementForVAP and StrictCostEnforcementForWebhooks feature gates 2025-10-31 00:03:42 -04:00
anonymous Update tests for StructuredAuthenticationConfiguration feature gate GA 2025-06-10 14:11:30 -07:00
apply Merge pull request #134216 from Goend/master 2025-11-05 00:44:52 -08:00
cel Merge pull request #135361 from Karthik-K-N/cel-test-imporvements 2025-12-17 21:41:45 -08:00
certreload test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
coordinatedleaderelection Rename CLE test directories 2025-09-12 21:17:06 +00:00
discovery test: Add integration tests for peer-aggregated discovery 2025-11-06 12:48:22 -08:00
flowcontrol Merge pull request #125808 from bzsuni/cleanup/PollUntil 2024-10-23 01:17:58 +01:00
httpproxy integration test: webhook proxy behavior 2025-10-02 22:31:08 +00:00
oidc add JWKS fetch metrics for jwt authenticator 2025-10-29 11:42:40 -07:00
openapi Update tests that depend on internal model names 2025-09-10 15:52:59 -04:00
peerproxy test: Add integration tests for peer-aggregated discovery 2025-11-06 12:48:22 -08:00
podlogs test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
portforward fix race on integration test for portforward 2024-07-05 09:06:18 +00:00
tracing build: remove deprecated '// +build' tag 2025-12-18 12:16:21 +01:00
apiserver_test.go Add --min-compatibility flag. 2025-10-30 13:36:38 -05:00
cbor_test.go Wire serving codecs to CBOR feature gate. 2024-11-06 15:41:39 -05:00
crd_regression_test.go chore: depr. pointer pkg replacement for test integration 2025-07-06 22:02:04 +02:00
crd_validation_expressions_test.go Update with stdlib errors 2024-07-23 21:16:53 +00:00
cve_2021_29923_test.go use default flags for apiserver on integration tests 2024-06-04 22:09:35 +00:00
export_test.go Fix strict linting 2023-05-04 10:25:10 +08:00
field_validation_test.go Improve message prefer a domain-qualified finalizer 2024-09-11 22:19:58 +03:00
health_handlers_test.go add seperate health check/probe for multi etcd override servers 2025-06-17 09:30:41 +08:00
main_test.go
max_json_patch_operations_test.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
max_request_body_bytes_test.go test: use cancelation from ktesting 2024-03-01 07:51:22 +01:00
no_new_betas_test.go remove resource flowschemas and prioritylevelconfigurations from legacyBetaEnabledByDefaultResources in v1.32 2024-09-02 11:30:17 +08:00
OWNERS Add jpbetz as approver of apiserver integration tests 2023-07-11 14:36:45 -04:00
patch_test.go
print_test.go apiserver: enable apf v1 API 2023-10-30 07:48:22 -04:00
subresource_auth_test.go Added feature gate and tests 2025-10-21 20:31:24 +00:00
timestamp_transformer_test.go Use randfill, do API renames 2025-03-08 15:18:00 -08:00
unstructured_test.go Add integration test for rejecting non-JSON RawExtensions. 2024-07-05 11:54:14 -04:00
watchcache_test.go Replace usage of deprecated ErrWaitTimeout with recommended method across all Pkgs 2025-08-01 14:18:06 +05:30