func TestEmulatedStorageVersion(t *testing.T) { … } var internalGV … var v1alpha1 … var v1beta1 … type CronJobWithReplacement … func (*CronJobWithReplacement) GetObjectKind() schema.ObjectKind { … } func (*CronJobWithReplacement) DeepCopyObject() runtime.Object { … } func (in *CronJobWithReplacement) APILifecycleIntroduced() (major, minor int) { … } func (in *CronJobWithReplacement) APILifecycleReplacement() schema.GroupVersionKind { … } type CronJob … func (*CronJob) GetObjectKind() schema.ObjectKind { … } func (*CronJob) DeepCopyObject() runtime.Object { … } func (in *CronJob) APILifecycleIntroduced() (major, minor int) { … } func AlphaBetaScheme(alphaVersion, betaVersion *utilversion.Version) *runtime.Scheme { … } func AlphaReplacedBetaScheme(alphaVersion, betaVersion *utilversion.Version) *runtime.Scheme { … }