kops/pkg/testutils
justinsb 5fde739814 Introduce context.Context into some of our "Context" objects
The rule of thumb is that we shouldn't be embedding a context.Context,
but it is reasonable when the lifetime is similar and when the
refactor would otherwise be unacceptably large.

This is a minimal way to introduce it, based on adding the support
needed in the GCS support for serviceAccountIssuerDiscovery.  We will
need to plumb through the context in many more places over time.
2022-12-12 09:56:09 -05:00
..
golden Tweak integration tests to be simpler 2022-05-13 15:19:07 -04:00
cluster.go v1alpha3: move networking fields under networking 2022-12-02 19:19:59 -08:00
integrationtestharness.go Introduce context.Context into some of our "Context" objects 2022-12-12 09:56:09 -05:00
modelharness.go kube-scheduler: validate completed cluster in tests 2022-08-03 09:51:16 -04:00