mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Merge pull request #61468 from tianshapjq/remove-consts-element.go
clean code
This commit is contained in:
commit
c65198ffb0
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue