Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDownloadsDeploymentSyncController ¶
func NewDownloadsDeploymentSyncController( operatorClient v1helpers.OperatorClient, configInformer configinformer.SharedInformerFactory, operatorConfigInformer operatorinformerv1.ConsoleInformer, deploymentClient appsclientv1.DeploymentsGetter, deploymentInformer appsinformersv1.DeploymentInformer, recorder events.Recorder, ) factory.Controller
Types ¶
type DownloadsDeploymentSyncController ¶
type DownloadsDeploymentSyncController struct {
// contains filtered or unexported fields
}
func (*DownloadsDeploymentSyncController) Sync ¶
func (c *DownloadsDeploymentSyncController) Sync(ctx context.Context, controllerContext factory.SyncContext) error
func (*DownloadsDeploymentSyncController) SyncDownloadsDeployment ¶
func (c *DownloadsDeploymentSyncController) SyncDownloadsDeployment(ctx context.Context, operatorConfigCopy *operatorv1.Console, infrastructureConfig *configv1.Infrastructure, controllerContext factory.SyncContext) (*appsv1.Deployment, bool, error)
Click to show internal directories.
Click to hide internal directories.