Documentation ¶
Index ¶
- type AppsV1beta1Client
- func (c *AppsV1beta1Client) ControllerRevisions(namespace string) appsv1beta1.ControllerRevisionInterface
- func (c *AppsV1beta1Client) Deployments(namespace string) appsv1beta1.DeploymentInterface
- func (c *AppsV1beta1Client) RESTClient() rest.Interface
- func (c *AppsV1beta1Client) StatefulSets(namespace string) appsv1beta1.StatefulSetInterface
- type AppsV1beta1ClusterClient
- func (c *AppsV1beta1ClusterClient) Cluster(clusterPath logicalcluster.Path) appsv1beta1.AppsV1beta1Interface
- func (c *AppsV1beta1ClusterClient) ControllerRevisions() kcpappsv1beta1.ControllerRevisionClusterInterface
- func (c *AppsV1beta1ClusterClient) Deployments() kcpappsv1beta1.DeploymentClusterInterface
- func (c *AppsV1beta1ClusterClient) StatefulSets() kcpappsv1beta1.StatefulSetClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsV1beta1Client ¶
type AppsV1beta1Client struct { *kcptesting.Fake ClusterPath logicalcluster.Path }
func (*AppsV1beta1Client) ControllerRevisions ¶
func (c *AppsV1beta1Client) ControllerRevisions(namespace string) appsv1beta1.ControllerRevisionInterface
func (*AppsV1beta1Client) Deployments ¶
func (c *AppsV1beta1Client) Deployments(namespace string) appsv1beta1.DeploymentInterface
func (*AppsV1beta1Client) RESTClient ¶
func (c *AppsV1beta1Client) RESTClient() rest.Interface
func (*AppsV1beta1Client) StatefulSets ¶
func (c *AppsV1beta1Client) StatefulSets(namespace string) appsv1beta1.StatefulSetInterface
type AppsV1beta1ClusterClient ¶
type AppsV1beta1ClusterClient struct {
*kcptesting.Fake
}
func (*AppsV1beta1ClusterClient) Cluster ¶
func (c *AppsV1beta1ClusterClient) Cluster(clusterPath logicalcluster.Path) appsv1beta1.AppsV1beta1Interface
func (*AppsV1beta1ClusterClient) ControllerRevisions ¶
func (c *AppsV1beta1ClusterClient) ControllerRevisions() kcpappsv1beta1.ControllerRevisionClusterInterface
func (*AppsV1beta1ClusterClient) Deployments ¶
func (c *AppsV1beta1ClusterClient) Deployments() kcpappsv1beta1.DeploymentClusterInterface
func (*AppsV1beta1ClusterClient) StatefulSets ¶
func (c *AppsV1beta1ClusterClient) StatefulSets() kcpappsv1beta1.StatefulSetClusterInterface
Click to show internal directories.
Click to hide internal directories.