package fake

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

Package fake has the automatically generated clients.

Index

Types

type FakeBatchV1

type FakeBatchV1 struct {
	*testing.Fake
}

func (*FakeBatchV1) CronJobs

func (c *FakeBatchV1) CronJobs(namespace string) v1.CronJobInterface

func (*FakeBatchV1) Jobs

func (c *FakeBatchV1) Jobs(namespace string) v1.JobInterface

func (*FakeBatchV1) RESTClient

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

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

Source Files

doc.go fake_batch_client.go fake_cronjob.go fake_job.go

Version
v0.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
6 packages
Last checked
3 hours ago

Tools for package owners.