enhancementhelp wanted
倉庫指標
- 星標
- (9,222 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Is there any interest in providing a kubeseal client library? I'm specifically after the Seal function. The use-case is for custom applications generated SealedSecrets.
Currently func seal is non-exported and lives directly in cmd/kubeseal.
e.g. pseudo code
package client
type Sealer interface {
Seal(key, Secret) (SealedSecret, error)
}