Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "kcp-logicalcluster-deletion"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController( kubeClusterClient kcpkubernetesclientset.ClusterInterface, kcpClusterClient kcpclientset.ClusterInterface, logicalClusterAdminConfig *rest.Config, shardExternalURL func() string, metadataClusterClient kcpmetadata.ClusterInterface, logicalClusterInformer corev1alpha1informers.LogicalClusterClusterInformer, discoverResourcesFn func(clusterName logicalcluster.Path) ([]*metav1.APIResourceList, error), ) *Controller
type LogicalCluster ¶
type LogicalCluster = corev1alpha1.LogicalCluster
type LogicalClusterSpec ¶
type LogicalClusterSpec = corev1alpha1.LogicalClusterSpec
type LogicalClusterStatus ¶
type LogicalClusterStatus = corev1alpha1.LogicalClusterStatus
type Patcher ¶
type Patcher = corev1alpha1client.LogicalClusterInterface
type Resource ¶
type Resource = committer.Resource[*LogicalClusterSpec, *LogicalClusterStatus]
Click to show internal directories.
Click to hide internal directories.