Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyV1Client ¶
type PolicyV1Client struct { *kcptesting.Fake ClusterPath logicalcluster.Path }
func (*PolicyV1Client) Evictions ¶
func (c *PolicyV1Client) Evictions(namespace string) policyv1.EvictionInterface
func (*PolicyV1Client) PodDisruptionBudgets ¶
func (c *PolicyV1Client) PodDisruptionBudgets(namespace string) policyv1.PodDisruptionBudgetInterface
func (*PolicyV1Client) RESTClient ¶
func (c *PolicyV1Client) RESTClient() rest.Interface
type PolicyV1ClusterClient ¶
type PolicyV1ClusterClient struct {
*kcptesting.Fake
}
func (*PolicyV1ClusterClient) Cluster ¶
func (c *PolicyV1ClusterClient) Cluster(clusterPath logicalcluster.Path) policyv1.PolicyV1Interface
func (*PolicyV1ClusterClient) Evictions ¶
func (c *PolicyV1ClusterClient) Evictions() kcppolicyv1.EvictionClusterInterface
func (*PolicyV1ClusterClient) PodDisruptionBudgets ¶
func (c *PolicyV1ClusterClient) PodDisruptionBudgets() kcppolicyv1.PodDisruptionBudgetClusterInterface
Click to show internal directories.
Click to hide internal directories.