Documentation
¶
Overview ¶
Package fake has the automatically generated cluster clients.
Index ¶
- type PolicyV1beta1Client
- type PolicyV1beta1ClusterClient
- func (c *PolicyV1beta1ClusterClient) Cluster(clusterPath logicalcluster.Path) policyv1beta1.PolicyV1beta1Interface
- func (c *PolicyV1beta1ClusterClient) Evictions() kcppolicyv1beta1.EvictionClusterInterface
- func (c *PolicyV1beta1ClusterClient) PodDisruptionBudgets() kcppolicyv1beta1.PodDisruptionBudgetClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyV1beta1Client ¶
type PolicyV1beta1Client struct {
*kcptesting.Fake
ClusterPath logicalcluster.Path
}
func (*PolicyV1beta1Client) Evictions ¶
func (c *PolicyV1beta1Client) Evictions(namespace string) policyv1beta1.EvictionInterface
func (*PolicyV1beta1Client) PodDisruptionBudgets ¶
func (c *PolicyV1beta1Client) PodDisruptionBudgets(namespace string) policyv1beta1.PodDisruptionBudgetInterface
func (*PolicyV1beta1Client) RESTClient ¶
func (c *PolicyV1beta1Client) RESTClient() rest.Interface
RESTClient returns a RESTClient that is used to communicate with API server by this client implementation.
type PolicyV1beta1ClusterClient ¶
type PolicyV1beta1ClusterClient struct {
*kcptesting.Fake
}
func (*PolicyV1beta1ClusterClient) Cluster ¶
func (c *PolicyV1beta1ClusterClient) Cluster(clusterPath logicalcluster.Path) policyv1beta1.PolicyV1beta1Interface
func (*PolicyV1beta1ClusterClient) Evictions ¶
func (c *PolicyV1beta1ClusterClient) Evictions() kcppolicyv1beta1.EvictionClusterInterface
func (*PolicyV1beta1ClusterClient) PodDisruptionBudgets ¶
func (c *PolicyV1beta1ClusterClient) PodDisruptionBudgets() kcppolicyv1beta1.PodDisruptionBudgetClusterInterface
Click to show internal directories.
Click to hide internal directories.