Documentation ¶ Index ¶ type Interface Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Interface ¶ type Interface interface { GetSecret(ctx context.Context, name, key string) (string, error) GetConfigMapKey(ctx context.Context, name, key string) (string, error) } Source Files ¶ View all Source files resource.go Click to show internal directories. Click to hide internal directories.