Regenerate clients

Kubernetes-commit: 93be54b28801dbffbc48fcb6018f99beadae51da
This commit is contained in:
Jordan Liggitt
2019-02-21 13:50:12 -05:00
committed by Kubernetes Publisher
parent 8d298c8afa
commit 691a3fb41c
2 changed files with 0 additions and 13 deletions
@@ -75,8 +75,3 @@ var _ clientset.Interface = &Clientset{}
func (c *Clientset) SamplecontrollerV1alpha1() samplecontrollerv1alpha1.SamplecontrollerV1alpha1Interface {
return &fakesamplecontrollerv1alpha1.FakeSamplecontrollerV1alpha1{Fake: &c.Fake}
}
// Samplecontroller retrieves the SamplecontrollerV1alpha1Client
func (c *Clientset) Samplecontroller() samplecontrollerv1alpha1.SamplecontrollerV1alpha1Interface {
return &fakesamplecontrollerv1alpha1.FakeSamplecontrollerV1alpha1{Fake: &c.Fake}
}