mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +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
|
||||
|
||||
const (
|
||||
recorded source = iota
|
||||
local
|
||||
remote
|
||||
)
|
||||
|
||||
// CombinedPrimitiveSlice implements a slice of primitives
|
||||
type CombinedPrimitiveSlice struct {
|
||||
Items []*PrimitiveListItem
|
||||
|
Loading…
Reference in New Issue
Block a user