mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-02-22 07:03:28 +00:00
Promoting real tests turned out to be harder than expected (should be rewritten to be self-contained, additional reviews, etc.). They would not achieve 100% endpoint+operation coverage because real tests only use some of the operations. Therefore each API type has to be covered with CRUD-style tests which only exercise the apiserver, then maybe additional functional tests can be added later (depending on time and motivation). The machinery for testing different API types is meant to be reusable, so it gets added in the new e2e/framework/conformance helper package.
259 lines
12 KiB
Modula-2
259 lines
12 KiB
Modula-2
// This is a generated file. Do not edit directly.
|
|
// Ensure you've carefully read
|
|
// https://git.k8s.io/community/contributors/devel/sig-architecture/vendor.md
|
|
// Run hack/pin-dependency.sh to change pinned dependency versions.
|
|
// Run hack/update-vendor.sh to update go.mod files and the vendor directory.
|
|
|
|
module k8s.io/kubernetes
|
|
|
|
go 1.25.0
|
|
|
|
godebug default=go1.25
|
|
|
|
require (
|
|
bitbucket.org/bertimus9/systemstat v0.5.0
|
|
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab
|
|
github.com/Microsoft/go-winio v0.6.2
|
|
github.com/Microsoft/hnslib v0.1.1
|
|
github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2
|
|
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
|
|
github.com/blang/semver/v4 v4.0.0
|
|
github.com/container-storage-interface/spec v1.9.0
|
|
github.com/coredns/corefile-migration v1.0.27
|
|
github.com/coreos/go-oidc v2.3.0+incompatible
|
|
github.com/coreos/go-systemd/v22 v22.5.0
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.6
|
|
github.com/cyphar/filepath-securejoin v0.4.1
|
|
github.com/distribution/reference v0.6.0
|
|
github.com/docker/go-units v0.5.0
|
|
github.com/emicklei/go-restful/v3 v3.12.2
|
|
github.com/fsnotify/fsnotify v1.9.0
|
|
github.com/go-logr/logr v1.4.3
|
|
github.com/go-openapi/jsonreference v0.20.2
|
|
github.com/godbus/dbus/v5 v5.1.0
|
|
github.com/google/cadvisor v0.53.0
|
|
github.com/google/cel-go v0.26.0
|
|
github.com/google/gnostic-models v0.7.0
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/ishidawataru/sctp v0.0.0-20250521072954-ae8eb7fa7995
|
|
github.com/libopenstorage/openstorage v1.0.0
|
|
github.com/lithammer/dedent v1.1.0
|
|
github.com/moby/ipvs v1.1.0
|
|
github.com/moby/sys/userns v0.1.0
|
|
github.com/mrunalp/fileutils v0.5.1
|
|
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
|
|
github.com/onsi/ginkgo/v2 v2.21.0
|
|
github.com/onsi/gomega v1.35.1
|
|
github.com/opencontainers/cgroups v0.0.3
|
|
github.com/opencontainers/selinux v1.11.1
|
|
github.com/pmezard/go-difflib v1.0.0
|
|
github.com/prometheus/client_golang v1.23.2
|
|
github.com/prometheus/client_model v0.6.2
|
|
github.com/prometheus/common v0.66.1
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/spf13/cobra v1.10.0
|
|
github.com/spf13/pflag v1.0.9
|
|
github.com/stretchr/testify v1.11.1
|
|
github.com/vishvananda/netlink v1.3.1
|
|
github.com/vishvananda/netns v0.0.5
|
|
go.etcd.io/etcd/api/v3 v3.6.4
|
|
go.etcd.io/etcd/client/pkg/v3 v3.6.4
|
|
go.etcd.io/etcd/client/v3 v3.6.4
|
|
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.44.0
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
|
|
go.opentelemetry.io/otel v1.36.0
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.34.0
|
|
go.opentelemetry.io/otel/metric v1.36.0
|
|
go.opentelemetry.io/otel/sdk v1.36.0
|
|
go.opentelemetry.io/otel/trace v1.36.0
|
|
go.opentelemetry.io/proto/otlp v1.5.0
|
|
go.uber.org/goleak v1.3.0
|
|
go.uber.org/zap v1.27.0
|
|
go.yaml.in/yaml/v2 v2.4.2
|
|
golang.org/x/crypto v0.41.0
|
|
golang.org/x/net v0.43.0
|
|
golang.org/x/oauth2 v0.30.0
|
|
golang.org/x/sync v0.16.0
|
|
golang.org/x/sys v0.35.0
|
|
golang.org/x/term v0.34.0
|
|
golang.org/x/text v0.28.0
|
|
golang.org/x/time v0.9.0
|
|
golang.org/x/tools v0.36.0
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a
|
|
google.golang.org/grpc v1.72.2
|
|
google.golang.org/protobuf v1.36.8
|
|
gopkg.in/evanphx/json-patch.v4 v4.13.0
|
|
gopkg.in/go-jose/go-jose.v2 v2.6.3
|
|
k8s.io/api v0.0.0
|
|
k8s.io/apiextensions-apiserver v0.0.0
|
|
k8s.io/apimachinery v0.0.0
|
|
k8s.io/apiserver v0.0.0
|
|
k8s.io/cli-runtime v0.0.0
|
|
k8s.io/client-go v0.0.0
|
|
k8s.io/cloud-provider v0.0.0
|
|
k8s.io/cluster-bootstrap v0.0.0
|
|
k8s.io/code-generator v0.0.0
|
|
k8s.io/component-base v0.0.0
|
|
k8s.io/component-helpers v0.0.0
|
|
k8s.io/controller-manager v0.0.0
|
|
k8s.io/cri-api v0.0.0
|
|
k8s.io/cri-client v0.0.0
|
|
k8s.io/csi-translation-lib v0.0.0
|
|
k8s.io/dynamic-resource-allocation v0.0.0
|
|
k8s.io/endpointslice v0.0.0
|
|
k8s.io/externaljwt v0.0.0
|
|
k8s.io/klog/v2 v2.130.1
|
|
k8s.io/kms v0.0.0
|
|
k8s.io/kube-aggregator v0.0.0
|
|
k8s.io/kube-controller-manager v0.0.0
|
|
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912
|
|
k8s.io/kube-proxy v0.0.0
|
|
k8s.io/kube-scheduler v0.0.0
|
|
k8s.io/kubectl v0.0.0
|
|
k8s.io/kubelet v0.0.0
|
|
k8s.io/metrics v0.0.0
|
|
k8s.io/mount-utils v0.0.0
|
|
k8s.io/pod-security-admission v0.0.0
|
|
k8s.io/sample-apiserver v0.0.0
|
|
k8s.io/system-validators v1.11.1
|
|
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
|
|
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
|
|
sigs.k8s.io/knftables v0.0.17
|
|
sigs.k8s.io/randfill v1.0.0
|
|
sigs.k8s.io/structured-merge-diff/v6 v6.3.0
|
|
sigs.k8s.io/yaml v1.6.0
|
|
)
|
|
|
|
require (
|
|
cel.dev/expr v0.24.0 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
|
|
github.com/MakeNowJust/heredoc v1.0.0 // indirect
|
|
github.com/NYTimes/gziphandler v1.1.1 // indirect
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/chai2010/gettext-go v1.0.2 // indirect
|
|
github.com/containerd/containerd/api v1.9.0 // indirect
|
|
github.com/containerd/errdefs v1.0.0 // indirect
|
|
github.com/containerd/errdefs/pkg v0.3.0 // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/containerd/ttrpc v1.2.7 // indirect
|
|
github.com/containerd/typeurl/v2 v2.2.3 // indirect
|
|
github.com/coredns/caddy v1.1.1 // indirect
|
|
github.com/coreos/go-semver v0.3.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect
|
|
github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
|
|
github.com/go-errors/errors v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-logr/zapr v1.3.0 // indirect
|
|
github.com/go-openapi/jsonpointer v0.21.0 // indirect
|
|
github.com/go-openapi/swag v0.23.0 // indirect
|
|
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/google/btree v1.1.3 // indirect
|
|
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db // indirect
|
|
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
|
|
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware/providers/prometheus v1.0.1 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.0 // indirect
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3 // indirect
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
|
github.com/jonboulle/clockwork v0.5.0 // indirect
|
|
github.com/josharian/intern v1.0.0 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/karrick/godirwalk v1.17.0 // indirect
|
|
github.com/kylelemons/godebug v1.1.0 // indirect
|
|
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
|
|
github.com/mailru/easyjson v0.7.7 // indirect
|
|
github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible // indirect
|
|
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
|
|
github.com/moby/spdystream v0.5.0 // indirect
|
|
github.com/moby/sys/mountinfo v0.7.2 // indirect
|
|
github.com/moby/term v0.5.0 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
|
|
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
|
|
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect
|
|
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.1.1 // indirect
|
|
github.com/opencontainers/runtime-spec v1.2.1 // indirect
|
|
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pquerna/cachecontrol v0.1.0 // indirect
|
|
github.com/prometheus/procfs v0.16.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
|
github.com/soheilhy/cmux v0.1.5 // indirect
|
|
github.com/stoewer/go-strcase v1.3.0 // indirect
|
|
github.com/stretchr/objx v0.5.2 // indirect
|
|
github.com/tmc/grpc-websocket-proxy v0.0.0-20220101234140-673ab2c3ae75 // indirect
|
|
github.com/x448/float16 v0.8.4 // indirect
|
|
github.com/xiang90/probing v0.0.0-20221125231312-a49e3df8f510 // indirect
|
|
github.com/xlab/treeprint v1.2.0 // indirect
|
|
go.etcd.io/bbolt v1.4.2 // indirect
|
|
go.etcd.io/etcd/pkg/v3 v3.6.4 // indirect
|
|
go.etcd.io/etcd/server/v3 v3.6.4 // indirect
|
|
go.etcd.io/raft/v3 v3.6.0 // indirect
|
|
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.34.0 // indirect
|
|
go.uber.org/multierr v1.11.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.4 // indirect
|
|
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
|
|
golang.org/x/mod v0.27.0 // indirect
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
|
|
gopkg.in/inf.v0 v0.9.1 // indirect
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
k8s.io/gengo/v2 v2.0.0-20250922181213-ec3ebc5fd46b // indirect
|
|
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.2 // indirect
|
|
sigs.k8s.io/kustomize/api v0.20.1 // indirect
|
|
sigs.k8s.io/kustomize/kustomize/v5 v5.7.1 // indirect
|
|
sigs.k8s.io/kustomize/kyaml v0.20.1 // indirect
|
|
)
|
|
|
|
replace (
|
|
k8s.io/api => ./staging/src/k8s.io/api
|
|
k8s.io/apiextensions-apiserver => ./staging/src/k8s.io/apiextensions-apiserver
|
|
k8s.io/apimachinery => ./staging/src/k8s.io/apimachinery
|
|
k8s.io/apiserver => ./staging/src/k8s.io/apiserver
|
|
k8s.io/cli-runtime => ./staging/src/k8s.io/cli-runtime
|
|
k8s.io/client-go => ./staging/src/k8s.io/client-go
|
|
k8s.io/cloud-provider => ./staging/src/k8s.io/cloud-provider
|
|
k8s.io/cluster-bootstrap => ./staging/src/k8s.io/cluster-bootstrap
|
|
k8s.io/code-generator => ./staging/src/k8s.io/code-generator
|
|
k8s.io/component-base => ./staging/src/k8s.io/component-base
|
|
k8s.io/component-helpers => ./staging/src/k8s.io/component-helpers
|
|
k8s.io/controller-manager => ./staging/src/k8s.io/controller-manager
|
|
k8s.io/cri-api => ./staging/src/k8s.io/cri-api
|
|
k8s.io/cri-client => ./staging/src/k8s.io/cri-client
|
|
k8s.io/csi-translation-lib => ./staging/src/k8s.io/csi-translation-lib
|
|
k8s.io/dynamic-resource-allocation => ./staging/src/k8s.io/dynamic-resource-allocation
|
|
k8s.io/endpointslice => ./staging/src/k8s.io/endpointslice
|
|
k8s.io/externaljwt => ./staging/src/k8s.io/externaljwt
|
|
k8s.io/kms => ./staging/src/k8s.io/kms
|
|
k8s.io/kube-aggregator => ./staging/src/k8s.io/kube-aggregator
|
|
k8s.io/kube-controller-manager => ./staging/src/k8s.io/kube-controller-manager
|
|
k8s.io/kube-proxy => ./staging/src/k8s.io/kube-proxy
|
|
k8s.io/kube-scheduler => ./staging/src/k8s.io/kube-scheduler
|
|
k8s.io/kubectl => ./staging/src/k8s.io/kubectl
|
|
k8s.io/kubelet => ./staging/src/k8s.io/kubelet
|
|
k8s.io/metrics => ./staging/src/k8s.io/metrics
|
|
k8s.io/mount-utils => ./staging/src/k8s.io/mount-utils
|
|
k8s.io/pod-security-admission => ./staging/src/k8s.io/pod-security-admission
|
|
k8s.io/sample-apiserver => ./staging/src/k8s.io/sample-apiserver
|
|
k8s.io/sample-cli-plugin => ./staging/src/k8s.io/sample-cli-plugin
|
|
k8s.io/sample-controller => ./staging/src/k8s.io/sample-controller
|
|
)
|