mirror of
https://github.com/outbackdingo/kamaji.git
synced 2026-01-27 18:19:25 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
package api
|
|
|
|
type KubeadmConfigResourceVersionDependant interface {
|
|
GetKubeadmConfigResourceVersion() string
|
|
SetKubeadmConfigResourceVersion(string)
|
|
}
|