Documentation
¶
Overview ¶
Package fake has the automatically generated cluster clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BatchV1Client ¶
type BatchV1Client struct {
*kcptesting.Fake
ClusterPath logicalcluster.Path
}
func (*BatchV1Client) CronJobs ¶
func (c *BatchV1Client) CronJobs(namespace string) batchv1.CronJobInterface
func (*BatchV1Client) Jobs ¶
func (c *BatchV1Client) Jobs(namespace string) batchv1.JobInterface
func (*BatchV1Client) RESTClient ¶
func (c *BatchV1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type BatchV1ClusterClient ¶
type BatchV1ClusterClient struct {
*kcptesting.Fake
}
func (*BatchV1ClusterClient) Cluster ¶
func (c *BatchV1ClusterClient) Cluster(clusterPath logicalcluster.Path) batchv1.BatchV1Interface
func (*BatchV1ClusterClient) CronJobs ¶
func (c *BatchV1ClusterClient) CronJobs() kcpbatchv1.CronJobClusterInterface
func (*BatchV1ClusterClient) Jobs ¶
func (c *BatchV1ClusterClient) Jobs() kcpbatchv1.JobClusterInterface
Click to show internal directories.
Click to hide internal directories.