var invalidBodyJSON …
var validBodyJSON …
var invalidBodyYAML …
var validBodyYAML …
var applyInvalidBody …
var applyValidBody …
var crdInvalidBody …
var crdValidBody …
var crdInvalidBodyYAML …
var crdValidBodyYAML …
var crdApplyInvalidBody …
var crdApplyValidBody …
var crdApplyValidBody2 …
var crdApplyFinalizerBody …
var patchYAMLBody …
var crdSchemaBase …
func TestFieldValidation(t *testing.T) { … }
func testFieldValidationPost(t *testing.T, client clientset.Interface) { … }
func testFieldValidationPut(t *testing.T, client clientset.Interface) { … }
func testFieldValidationPatchTyped(t *testing.T, client clientset.Interface) { … }
func testFieldValidationSMP(t *testing.T, client clientset.Interface) { … }
func testFieldValidationApplyCreate(t *testing.T, client clientset.Interface) { … }
func testFieldValidationApplyUpdate(t *testing.T, client clientset.Interface) { … }
func testFieldValidationPostCRD(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationPostCRDSchemaless(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationPutCRD(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationPutCRDSchemaless(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationPatchCRD(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationPatchCRDSchemaless(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationApplyCreateCRD(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationApplyCreateCRDSchemaless(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationApplyUpdateCRD(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFieldValidationApplyUpdateCRDSchemaless(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func testFinalizerValidationApplyCreateAndUpdateCRD(t *testing.T, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func setupCRD(t testing.TB, config *rest.Config, apiGroup string, schemaless bool) *apiextensionsv1.CustomResourceDefinition { … }
func BenchmarkFieldValidation(b *testing.B) { … }
func benchFieldValidationPost(b *testing.B, client clientset.Interface) { … }
func benchFieldValidationPut(b *testing.B, client clientset.Interface) { … }
func benchFieldValidationPatchTyped(b *testing.B, client clientset.Interface) { … }
func benchFieldValidationSMP(b *testing.B, client clientset.Interface) { … }
func benchFieldValidationApplyCreate(b *testing.B, client clientset.Interface) { … }
func benchFieldValidationApplyUpdate(b *testing.B, client clientset.Interface) { … }
func benchFieldValidationPostCRD(b *testing.B, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func benchFieldValidationPutCRD(b *testing.B, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func benchFieldValidationPatchCRD(b *testing.B, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func benchFieldValidationApplyCreateCRD(b *testing.B, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }
func benchFieldValidationApplyUpdateCRD(b *testing.B, rest rest.Interface, gvk schema.GroupVersionKind, gvr schema.GroupVersionResource) { … }