var metaPattern …
var _ …
func setupCRD(f *framework.Framework, schema []byte, groupSuffix string, versions ...string) (*crd.TestCrd, error) { … }
func setupCRDAndVerifySchema(f *framework.Framework, schema, expect []byte, groupSuffix string, versions ...string) (*crd.TestCrd, error) { … }
func setupCRDAndVerifySchemaWithOptions(f *framework.Framework, schema, expect []byte, groupSuffix string, versions []string, options ...crd.Option) (*crd.TestCrd, error) { … }
func cleanupCRD(ctx context.Context, f *framework.Framework, crd *crd.TestCrd) error { … }
const waitSuccessThreshold …
func mustSucceedMultipleTimes(n int, f func() (bool, error)) func() (bool, error) { … }
func waitForDefinition(c k8sclientset.Interface, name string, schema []byte) error { … }
func waitForDefinitionCleanup(c k8sclientset.Interface, name string) error { … }
func waitForOpenAPISchema(c k8sclientset.Interface, pred func(*spec.Swagger) (bool, string)) error { … }
func convertJSONSchemaProps(in []byte, out *spec.Schema) error { … }
func dropDefaults(s *spec.Schema) { … }
func verifyKubectlExplain(ns, name, pattern string) error { … }
func definitionName(crd *crd.TestCrd, version string) string { … }
var schemaFoo …
var schemaCustomService …
var schemaWaldo …
var schemaPreserveRoot …
var schemaPreserveNested …