kubernetes/staging/src/k8s.io/code-generator/examples/crd/clientset/versioned/typed/conflicting/v1/conflicting_client.go

type ConflictingExampleV1Interface

type ConflictingExampleV1Client

func (c *ConflictingExampleV1Client) TestTypes(namespace string) TestTypeInterface {}

// NewForConfig creates a new ConflictingExampleV1Client for the given config.
// NewForConfig is equivalent to NewForConfigAndClient(c, httpClient),
// where httpClient was generated with rest.HTTPClientFor(c).
func NewForConfig(c *rest.Config) (*ConflictingExampleV1Client, error) {}

// NewForConfigAndClient creates a new ConflictingExampleV1Client for the given config and http client.
// Note the http client provided takes precedence over the configured transport values.
func NewForConfigAndClient(c *rest.Config, h *http.Client) (*ConflictingExampleV1Client, error) {}

// NewForConfigOrDie creates a new ConflictingExampleV1Client for the given config and
// panics if there is an error in the config.
func NewForConfigOrDie(c *rest.Config) *ConflictingExampleV1Client {}

// New creates a new ConflictingExampleV1Client for the given RESTClient.
func New(c rest.Interface) *ConflictingExampleV1Client {}

func setConfigDefaults(config *rest.Config) error {}

// RESTClient returns a RESTClient that is used to communicate
// with API server by this client implementation.
func (c *ConflictingExampleV1Client) RESTClient() rest.Interface {}