Documentation ¶
Index ¶
Constants ¶
View Source
const ( SyncKindUpsert = "upsert" SyncKindDelete = "delete" )
Variables ¶
This section is empty.
Functions ¶
func UpdateEnviromentAnnotation ¶
func UpdateEnviromentAnnotation(env *v1beta1.Environment, serviceAccountName string, newSecrets []string, isAdd bool)
Types ¶
type ImageRegistrySynchronizer ¶
type ImageRegistrySynchronizer struct {
base.BaseHandler
}
func SynchronizerFor ¶
func SynchronizerFor(h base.BaseHandler) *ImageRegistrySynchronizer
func (*ImageRegistrySynchronizer) SyncRegistries ¶
func (h *ImageRegistrySynchronizer) SyncRegistries(ctx context.Context, environments []*models.Environment, registries []*models.Registry, kind string) error
Click to show internal directories.
Click to hide internal directories.