tektoncd/pipeline

Migrate deprecated `sets.{String,Byte,Int,…}` to `sets.Sets[String,…]`

開放

#7,374 建立於 2023年11月16日

 (7 則留言) (0 個反應) (3 位負責人)Go (1,943 個分叉)auto 404
area/dependencygogood first issuehelp wantedkind/cleanup

倉庫指標

星標
 (9,013 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

The k8s.io/apimachinery/pkg/util/sets has deprecated the usage of sets.String and its siblings (sets.Byte, …).

Instead, we should use generics, aka sets.Set[string], … see sets.Set.

貢獻者指南