feat: addons

This commit is contained in:
mendrugory
2022-05-26 10:16:02 +02:00
committed by Gonzalo Gabriel Jiménez Fuentes
parent 1d64932265
commit 258b1ff48f
28 changed files with 815 additions and 241 deletions
+6
View File
@@ -0,0 +1,6 @@
package api
type KubeadmConfigResourceVersionDependant interface {
GetKubeadmConfigResourceVersion() string
SetKubeadmConfigResourceVersion(string)
}