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