Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HelmRepositoryOCIRequireMigration ¶ added in v1.2.0
HelmRepositoryOCIRequireMigration returns if a given HelmRepository of type OCI requires migration to static object. For non-OCI HelmRepository, it returns true.
Types ¶
type HelmRepositoryOCIMigrationPredicate ¶ added in v1.2.0
HelmRepositoryOCIMigrationPredicate implements predicate functions to allow events for HelmRepository OCI that need migration to static object. Non-OCI HelmRepositories are always allowed.
func (HelmRepositoryOCIMigrationPredicate) Create ¶ added in v1.2.0
func (HelmRepositoryOCIMigrationPredicate) Create(e event.CreateEvent) bool
Create allows events for objects that need migration to static object.
func (HelmRepositoryOCIMigrationPredicate) Delete ¶ added in v1.2.0
func (HelmRepositoryOCIMigrationPredicate) Delete(e event.DeleteEvent) bool
Delete allows events for objects that need migration to static object.
func (HelmRepositoryOCIMigrationPredicate) Update ¶ added in v1.2.0
func (HelmRepositoryOCIMigrationPredicate) Update(e event.UpdateEvent) bool
Update allows events for objects that need migration to static object.
Click to show internal directories.
Click to hide internal directories.