Documentation ¶
Index ¶
- type AppsV1Client
- func (c *AppsV1Client) ControllerRevisions(namespace string) appsv1.ControllerRevisionInterface
- func (c *AppsV1Client) DaemonSets(namespace string) appsv1.DaemonSetInterface
- func (c *AppsV1Client) Deployments(namespace string) appsv1.DeploymentInterface
- func (c *AppsV1Client) RESTClient() rest.Interface
- func (c *AppsV1Client) ReplicaSets(namespace string) appsv1.ReplicaSetInterface
- func (c *AppsV1Client) StatefulSets(namespace string) appsv1.StatefulSetInterface
- type AppsV1ClusterClient
- func (c *AppsV1ClusterClient) Cluster(clusterPath logicalcluster.Path) appsv1.AppsV1Interface
- func (c *AppsV1ClusterClient) ControllerRevisions() kcpappsv1.ControllerRevisionClusterInterface
- func (c *AppsV1ClusterClient) DaemonSets() kcpappsv1.DaemonSetClusterInterface
- func (c *AppsV1ClusterClient) Deployments() kcpappsv1.DeploymentClusterInterface
- func (c *AppsV1ClusterClient) ReplicaSets() kcpappsv1.ReplicaSetClusterInterface
- func (c *AppsV1ClusterClient) StatefulSets() kcpappsv1.StatefulSetClusterInterface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppsV1Client ¶
type AppsV1Client struct { *kcptesting.Fake ClusterPath logicalcluster.Path }
func (*AppsV1Client) ControllerRevisions ¶
func (c *AppsV1Client) ControllerRevisions(namespace string) appsv1.ControllerRevisionInterface
func (*AppsV1Client) DaemonSets ¶
func (c *AppsV1Client) DaemonSets(namespace string) appsv1.DaemonSetInterface
func (*AppsV1Client) Deployments ¶
func (c *AppsV1Client) Deployments(namespace string) appsv1.DeploymentInterface
func (*AppsV1Client) RESTClient ¶
func (c *AppsV1Client) RESTClient() rest.Interface
func (*AppsV1Client) ReplicaSets ¶
func (c *AppsV1Client) ReplicaSets(namespace string) appsv1.ReplicaSetInterface
func (*AppsV1Client) StatefulSets ¶
func (c *AppsV1Client) StatefulSets(namespace string) appsv1.StatefulSetInterface
type AppsV1ClusterClient ¶
type AppsV1ClusterClient struct {
*kcptesting.Fake
}
func (*AppsV1ClusterClient) Cluster ¶
func (c *AppsV1ClusterClient) Cluster(clusterPath logicalcluster.Path) appsv1.AppsV1Interface
func (*AppsV1ClusterClient) ControllerRevisions ¶
func (c *AppsV1ClusterClient) ControllerRevisions() kcpappsv1.ControllerRevisionClusterInterface
func (*AppsV1ClusterClient) DaemonSets ¶
func (c *AppsV1ClusterClient) DaemonSets() kcpappsv1.DaemonSetClusterInterface
func (*AppsV1ClusterClient) Deployments ¶
func (c *AppsV1ClusterClient) Deployments() kcpappsv1.DeploymentClusterInterface
func (*AppsV1ClusterClient) ReplicaSets ¶
func (c *AppsV1ClusterClient) ReplicaSets() kcpappsv1.ReplicaSetClusterInterface
func (*AppsV1ClusterClient) StatefulSets ¶
func (c *AppsV1ClusterClient) StatefulSets() kcpappsv1.StatefulSetClusterInterface
Click to show internal directories.
Click to hide internal directories.