package fake

import "k8s.io/client-go/kubernetes/typed/resource/v1/fake"

Package fake has the automatically generated clients.

Index

Types

type FakeResourceV1

type FakeResourceV1 struct {
	*testing.Fake
}

func (*FakeResourceV1) DeviceClasses

func (c *FakeResourceV1) DeviceClasses() v1.DeviceClassInterface

func (*FakeResourceV1) RESTClient

func (c *FakeResourceV1) RESTClient() rest.Interface

RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.

func (*FakeResourceV1) ResourceClaimTemplates

func (c *FakeResourceV1) ResourceClaimTemplates(namespace string) v1.ResourceClaimTemplateInterface

func (*FakeResourceV1) ResourceClaims

func (c *FakeResourceV1) ResourceClaims(namespace string) v1.ResourceClaimInterface

func (*FakeResourceV1) ResourceSlices

func (c *FakeResourceV1) ResourceSlices() v1.ResourceSliceInterface

Source Files

doc.go fake_deviceclass.go fake_resource_client.go fake_resourceclaim.go fake_resourceclaimtemplate.go fake_resourceslice.go

Version
v0.34.0-rc.0
Published
Aug 8, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
58 minutes ago

Tools for package owners.