Skip to content

Commit

Permalink
Remove petset from 1.4 generated client to pass import-boss verification
Browse files Browse the repository at this point in the history
  • Loading branch information
janetkuo committed Oct 27, 2016
1 parent 48e3c12 commit f483112
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 1,272 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,13 @@ import (

type AppsInterface interface {
GetRESTClient() *restclient.RESTClient
PetSetsGetter
}

// AppsClient is used to interact with features provided by the Apps group.
type AppsClient struct {
*restclient.RESTClient
}

func (c *AppsClient) PetSets(namespace string) PetSetInterface {
return newPetSets(c, namespace)
}

// NewForConfig creates a new AppsClient for the given config.
func NewForConfig(c *restclient.Config) (*AppsClient, error) {
config := *c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
package fake

import (
v1alpha1 "k8s.io/kubernetes/pkg/client/clientset_generated/release_1_4/typed/apps/v1alpha1"
restclient "k8s.io/kubernetes/pkg/client/restclient"
core "k8s.io/kubernetes/pkg/client/testing/core"
)
Expand All @@ -26,10 +25,6 @@ type FakeApps struct {
*core.Fake
}

func (c *FakeApps) PetSets(namespace string) v1alpha1.PetSetInterface {
return &FakePetSets{c, namespace}
}

// GetRESTClient returns a RESTClient that is used to communicate
// with API server by this client implementation.
func (c *FakeApps) GetRESTClient() *restclient.RESTClient {
Expand Down

This file was deleted.

This file was deleted.

55 changes: 0 additions & 55 deletions pkg/client/unversioned/apps.go

This file was deleted.

0 comments on commit f483112

Please sign in to comment.