kubernetes/test/integration/master
Solly Ross 40aea0c70d Validation: len is measured in bytes
The `TooLong` validation message mentioned characters, but the `len`
function actually measures bytes, no characters.  This switches it over
to use bytes.

Characters are mostly an illusory concept anyway -- a vain attempt to
shield our minds against the lovecraftian nightmares that comes from
attemping to truly comprehend that eldritch treatise known as the
Unicode standard.  Which is to say: measuring things in characters is
hard and mostly ambiguous, and probably not what we meant to do.
2019-10-10 09:48:49 -07:00
..
audit_dynamic_test.go update import of generic featuregate code from k8s.io/apiserver/pkg/util/feature -> k8s.io/component-base/featuregate 2019-05-08 10:01:50 -04:00
audit_test.go tests 2019-08-23 11:08:54 -07:00
BUILD Only publish openapi for structural schemas 2019-09-12 15:30:19 -04:00
crd_test.go apiextensions: add integration test for not publishing non-structural CRDs 2019-09-13 10:21:18 +02:00
graceful_shutdown_test.go kube-apiserver: add e2e graceful shutdown integration test 2019-01-02 15:26:04 +01:00
kms_plugin_mock.go Allow kube-apiserver to test the status of kms-plugin. 2019-07-03 10:03:32 -07:00
kms_transformation_test.go Allow kube-apiserver to test the status of kms-plugin. 2019-07-03 10:03:32 -07:00
kube_apiserver_test.go Merge pull request #81969 from logicalhan/livez 2019-08-29 19:56:31 -07:00
main_test.go use testmain in integration tests 2017-07-12 17:34:55 -07:00
secrets_transformation_test.go Allow kube-apiserver to test the status of kms-plugin. 2019-07-03 10:03:32 -07:00
synthetic_master_test.go Validation: len is measured in bytes 2019-10-10 09:48:49 -07:00
transformation_testcase.go Allow kube-apiserver to test the status of kms-plugin. 2019-07-03 10:03:32 -07:00