mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
dependencies: ginkgo v2.27.2, gomega v1.38.2
Specifically the new AddTreeConstructionNodeArgsTransformer and SpecPriority in Ginkgo will be useful. Gomega gets updated to keep up-to-date. Kubernetes-commit: 6034321603be95409028f0173e0c372515008dbb
This commit is contained in:
committed by
Kubernetes Publisher
parent
42bbeb6d6e
commit
85b7780cbf
@@ -8,10 +8,10 @@ godebug default=go1.25
|
||||
|
||||
require (
|
||||
golang.org/x/time v0.9.0
|
||||
k8s.io/api v0.0.0-20251031152102-1ffe37719efb
|
||||
k8s.io/apimachinery v0.0.0-20251031151734-20e201ff235b
|
||||
k8s.io/client-go v0.0.0-20251031152558-efdec3e7ce47
|
||||
k8s.io/code-generator v0.0.0-20251031153605-da1e3806aeaa
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/client-go v0.0.0
|
||||
k8s.io/code-generator v0.0.0
|
||||
k8s.io/klog/v2 v2.130.1
|
||||
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4
|
||||
)
|
||||
@@ -57,3 +57,10 @@ require (
|
||||
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
|
||||
sigs.k8s.io/yaml v1.6.0 // indirect
|
||||
)
|
||||
|
||||
replace (
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user