type kubeClientSet …
type aggegatorClientSet …
type apiextensionsClientSet …
type dynamicClientset …
type testClientSet …
var _ …
func (t testClientSet) Discovery() discovery.DiscoveryInterface { … }
var scheme …
var codecs …
var serialize …
var basicTestGroup …
var basicTestGroupWithFixup …
var basicTestGroupStale …
var stableGroup …
var stableV1 …
var stableV1alpha1 …
var stableV1alpha2 …
var stableV1beta1 …
var stableV2 …
func init() { … }
func setup(t *testing.T) (context.Context, testClientSet, context.CancelFunc) { … }
func TestReadinessAggregatedAPIServiceDiscovery(t *testing.T) { … }
func registerAPIService(ctx context.Context, client aggregator.Interface, gv metav1.GroupVersion, service FakeService) error { … }
func unregisterAPIService(ctx context.Context, client aggregator.Interface, gv metav1.GroupVersion) error { … }
func TestAggregatedAPIServiceDiscovery(t *testing.T) { … }
func runTestCases(t *testing.T, cases []testCase) { … }
func TestCRD(t *testing.T) { … }
func TestFreshness(t *testing.T) { … }
func TestGroupPriority(t *testing.T) { … }
func TestSingularNames(t *testing.T) { … }
func makeCRDSpec(group string, kind string, namespaced bool, versions []string, categories ...string) apiextensionsv1.CustomResourceDefinitionSpec { … }