mirror of https://github.com/k3s-io/k3s
commit
c65198ffb0
|
@ -153,12 +153,6 @@ func (mk MergeKeys) GetMergeKeyValue(i interface{}) (MergeKeyValue, error) {
|
||||||
|
|
||||||
type source int
|
type source int
|
||||||
|
|
||||||
const (
|
|
||||||
recorded source = iota
|
|
||||||
local
|
|
||||||
remote
|
|
||||||
)
|
|
||||||
|
|
||||||
// CombinedPrimitiveSlice implements a slice of primitives
|
// CombinedPrimitiveSlice implements a slice of primitives
|
||||||
type CombinedPrimitiveSlice struct {
|
type CombinedPrimitiveSlice struct {
|
||||||
Items []*PrimitiveListItem
|
Items []*PrimitiveListItem
|
||||||
|
|
Loading…
Reference in New Issue