tektoncd/pipeline
Migrate deprecated `sets.{String,Byte,Int,…}` to `sets.Sets[String,…]`
Aperta
#7374 aperta il 16 nov 2023
area/dependencygogood first issuehelp wantedkind/cleanup
Metriche repository
- Star
- (9013 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
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.