mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #61468 from tianshapjq/remove-consts-element.go
clean code
This commit is contained in:
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
Block a user