mirror of
https://github.com/clastix/kamaji.git
synced 2026-04-15 06:56:47 +00:00
7 lines
153 B
Go
7 lines
153 B
Go
package api
|
|
|
|
type KubeadmConfigResourceVersionDependant interface {
|
|
GetKubeadmConfigResourceVersion() string
|
|
SetKubeadmConfigResourceVersion(string)
|
|
}
|