- respect the connection settings of the clientset
- Allow for verifying SNS Webhook data
- Interacting with GKE Pod functions new needs testing.TB object.
- Enable passing options to
DiscoverServices
viaWithTraceExporterOption
- Introduces
ApplyCloudEventOptions
for applying Options to CloudEvents
- Introduces
FakeSetup
, which allows for passing TestClients along.
Bugfixes
- Corrects implementation of function
ApplyCloudEventsPubSubOrderingKey
- Add function
ApplyCloudEventsPubSubOrderingKey
-
Add interface
errorreports.Error
Special error interface so that it is possible to generate a GCP ErrorReport directly from
error
. -
Add interface
publisher.Publisher
Use
Publisher
for rich publish integration. Resulting error can directly be used for GCP ErrorReporting.
- Add function
envflags.GetBoolDefault
- Add WithErrorReportCallback for testing Services.
- Add WithErrorReportChannel for testing Services.
- Add function
gcp.pubsubcmp.DiffMessages
.
- Add function
dockerimage.BuildFromContainerfile
for building Container Image. - Add function
dockerimage.Push
for pushing a Container Image.
Bugfixes
- Correct docs of
StreamContainerLog
- Add function
gke.AddAuthForCluster
for having local config. - Add function
gke.StreamContainerLog
for delegating a containers remote log to local files. - Add new type
gke.test.PodRun
for executing a Pod for testing.