Versions in this module Expand all Collapse all v0 v0.5.2 Oct 30, 2024 v0.5.1 Mar 20, 2024 Changes in this version + func ExponentialBackoff(backoff wait.Backoff, condition wait.ConditionFunc) error + func RetryOnError(backoff wait.Backoff, fn func() error) error + type ScalingService struct + func NewScalingService(namespace string, deploymentName string, appInterface appsv1.AppsV1Interface) *ScalingService + func (s *ScalingService) ScaleDown() error + func (s *ScalingService) ScaleUp() error + type Service struct + func NewMigrationService(scInterface v1beta1.ServicecatalogV1beta1Interface, storagePath string, ...) *Service + func (m *Service) AddOwnerReferenceToSecret(sb *sc.ServiceBinding) error + func (m *Service) AssertPersistentVolumeClaimDeleted(name string) error + func (m *Service) AssertWebhookServerIsUp() error + func (m *Service) BackupResources() (*ServiceCatalogResources, error) + func (m *Service) Cleanup(resources *ServiceCatalogResources) error + func (m *Service) DisableBlocker(baseName string) + func (m *Service) EnableBlocker(baseName string) error + func (m *Service) IsMigrationRequired() (bool, error) + func (m *Service) LoadResources() (*ServiceCatalogResources, error) + func (m *Service) RemoveOwnerReferenceFromSecrets() error + func (m *Service) Restore(res *ServiceCatalogResources) error + type ServiceCatalogResources struct