kubernetes/staging/src/k8s.io/client-go/kubernetes/typed/resource/v1alpha3/resource_client.go

type ResourceV1alpha3Interface

type ResourceV1alpha3Client

func (c *ResourceV1alpha3Client) DeviceClasses() DeviceClassInterface {}

func (c *ResourceV1alpha3Client) ResourceClaims(namespace string) ResourceClaimInterface {}

func (c *ResourceV1alpha3Client) ResourceClaimTemplates(namespace string) ResourceClaimTemplateInterface {}

func (c *ResourceV1alpha3Client) ResourceSlices() ResourceSliceInterface {}

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

// NewForConfigAndClient creates a new ResourceV1alpha3Client 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) (*ResourceV1alpha3Client, error) {}

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

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

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

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