Documentation ¶
Index ¶
- func DeleteSecret(key string)
- func DeleteVirtualService(key string)
- func GetSecret(key string) (*v1.Secret, bool)
- func GetVirtualService(key string) (*v1alpha3.VirtualService, bool)
- func KeyFormat(namespace, name string) string
- func RangeSecrets(fn func(key, value interface{}) bool)
- func RangeVirtualServices(fn func(key, value interface{}) bool)
- func UpdateSecret(key string, s *v1.Secret)
- func UpdateVirtualService(key string, vs *v1alpha3.VirtualService)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteSecret ¶
func DeleteSecret(key string)
func DeleteVirtualService ¶
func DeleteVirtualService(key string)
func GetVirtualService ¶
func GetVirtualService(key string) (*v1alpha3.VirtualService, bool)
func RangeSecrets ¶
func RangeSecrets(fn func(key, value interface{}) bool)
func RangeVirtualServices ¶
func RangeVirtualServices(fn func(key, value interface{}) bool)
func UpdateSecret ¶
func UpdateVirtualService ¶
func UpdateVirtualService(key string, vs *v1alpha3.VirtualService)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.