Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonOptions ¶
type Management ¶
type Management struct { Apply apply.Apply ControllerFactory controller.SharedControllerFactory VirtFactory *kubevirt.Factory HarvesterFactory *ctlharvesterv1.Factory CoreFactory *corev1.Factory AppsFactory *appsv1.Factory BatchFactory *batchv1.Factory RbacFactory *rbacv1.Factory StorageFactory *storagev1.Factory SnapshotFactory *snapshotv1.Factory LonghornFactory *longhornv1.Factory ProvisioningFactory *provisioningv1.Factory CatalogFactory *catalogv1.Factory RancherManagementFactory *rancherv3.Factory HelmFactory *helmv1.Factory NetworkingFactory *networking.Factory UpgradeFactory *upgrade.Factory ClusterFactory *cluster.Factory ClientSet *kubernetes.Clientset RestConfig *rest.Config // contains filtered or unexported fields }
func (*Management) NewRecorder ¶
func (s *Management) NewRecorder(componentName, namespace, nodeName string) record.EventRecorder
func (*Management) Start ¶
func (s *Management) Start(threadiness int) error
type Scaled ¶
type Scaled struct { Ctx context.Context ControllerFactory controller.SharedControllerFactory VirtFactory *kubevirt.Factory HarvesterFactory *ctlharvesterv1.Factory HarvesterCoreFactory *ctlharvcorev1.Factory CoreFactory *corev1.Factory AppsFactory *appsv1.Factory BatchFactory *batchv1.Factory RbacFactory *rbacv1.Factory CniFactory *cniv1.Factory SnapshotFactory *snapshotv1.Factory LonghornFactory *longhornv1.Factory RancherManagementFactory *rancherv3.Factory Management *Management TokenManager dashboardapi.TokenManager // contains filtered or unexported fields }
func ScaledWithContext ¶
func SetupScaled ¶
Click to show internal directories.
Click to hide internal directories.