Versions in this module Expand all Collapse all v1 v1.0.0 Jun 23, 2026 Changes in this version + const DefaultServicePortName + const LatestImageTag + func Compare(a, b []byte) bool + func Crc32Checksum(v interface{}) (int32, error) + func GetClient() client.Client + func GetDiscoveryClient(cfg *rest.Config) (discovery.DiscoveryInterface, error) + func GetDynamicClient() *dynamic.DynamicClient + func GetEnv(key, fallback string) string + func GetOperatorIDAnnotation(obj metav1.Object) string + func IsOpenShift() bool + func OperatorID() string + func Pbool(b bool) *bool + func Pint(i int32) *int32 + func RemoveFileExtension(fileName string) string + func RemoveKnownExtension(fileName, extension string) string + func SendCloudEvent(event *cloudevents.Event, url string) error + func SendCloudEventWithContext(event *cloudevents.Event, ctx context.Context, url string) error + func SetClient(client client.Client) + func SetDiscoveryClient(cli discovery.DiscoveryInterface) + func SetDynamicClient(cli *dynamic.DynamicClient) + func SetIsOpenShift(cfg *rest.Config) + type ApplicationPropertiesBuilder interface + Build func() *properties.Properties + BuildAsString func() string + WithDefaultManagedProperties func(defaultManagedProperties *properties.Properties) ApplicationPropertiesBuilder + WithImmutableProperties func(immutableProperties *properties.Properties) ApplicationPropertiesBuilder + WithInitialProperties func(initialProperties *properties.Properties) ApplicationPropertiesBuilder + func NewApplicationPropertiesBuilder() ApplicationPropertiesBuilder