Documentation
¶
Index ¶
- func GetEnv(s *olmv1alpha1.Subscription, key string) (*string, error)
- func RemoveEnv(subscription *olmv1alpha1.Subscription, key string)
- func RemoveSpecConfig(sub *olmv1alpha1.Subscription)
- func SetEnv(subscription *olmv1alpha1.Subscription, key string, value string)
- func Update(obj *olmv1alpha1.Subscription, modify func(*olmv1alpha1.Subscription))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnv ¶
func GetEnv(s *olmv1alpha1.Subscription, key string) (*string, error)
func RemoveEnv ¶
func RemoveEnv(subscription *olmv1alpha1.Subscription, key string)
func RemoveSpecConfig ¶
func RemoveSpecConfig(sub *olmv1alpha1.Subscription)
RemoveSpecConfig removes any configuration data (environment variables) specified under .spec.config of Subscription
func SetEnv ¶
func SetEnv(subscription *olmv1alpha1.Subscription, key string, value string)
func Update ¶
func Update(obj *olmv1alpha1.Subscription, modify func(*olmv1alpha1.Subscription))
Update will keep trying to update object until it succeeds, or times out.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.