Merge 'dev' into 'main'

This commit is contained in:
stSolo
2022-10-03 16:56:47 +03:00
parent 6271fa6d45
commit 5fd450382c
400 changed files with 14394 additions and 13407 deletions

View File

@@ -1,15 +1,15 @@
package k8ci
import (
"github.com/rudecs/decort-sdk/interfaces"
)
type K8CI struct {
client interfaces.Caller
}
func New(client interfaces.Caller) *K8CI {
return &K8CI{
client,
}
}
package k8ci
import (
"github.com/rudecs/decort-sdk/interfaces"
)
type K8CI struct {
client interfaces.Caller
}
func New(client interfaces.Caller) *K8CI {
return &K8CI{
client,
}
}