1
0
mirror of synced 2026-02-13 21:16:57 +00:00

Add create oci secret command

Signed-off-by: Somtochi Onyekwere <somtochionyekwere@gmail.com>
This commit is contained in:
Somtochi Onyekwere
2022-07-18 15:54:41 +01:00
committed by Stefan Prodan
parent 70d30fd52e
commit 4c576bf599
6 changed files with 241 additions and 2 deletions

View File

@@ -43,6 +43,7 @@ type Options struct {
Name string
Namespace string
Labels map[string]string
Registry string
SSHHostname string
PrivateKeyAlgorithm PrivateKeyAlgorithm
RSAKeyBits int