mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 02:34:03 +00:00
clean code
This commit is contained in:
parent
ebae09e741
commit
112c76488d
@ -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
Block a user