Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretManager ¶
type SecretManager interface { RegisterRoute(ctx context.Context, namespace string, routeName string, secretName string, handler cache.ResourceEventHandlerFuncs) error UnregisterRoute(namespace string, routeName string) error GetSecret(ctx context.Context, namespace string, routeName string) (*v1.Secret, error) LookupRouteSecret(namespace string, routeName string) (string, bool) Queue() workqueue.RateLimitingInterface }
func NewManager ¶
func NewManager(kubeClient kubernetes.Interface, queue workqueue.RateLimitingInterface) SecretManager
Click to show internal directories.
Click to hide internal directories.