Versions in this module Expand all Collapse all v0 v0.2.0 Nov 24, 2023 v0.1.0 Oct 27, 2022 Changes in this version + func CreateSecret(key string, opts ...SecretOptFunc) *corev1.Secret + func MakeHookFromFixture(t *testing.T, filename, eventType string) scm.Webhook + func MakeHookRequest(t *testing.T, fixture, eventType string, changes ...fixtureFunc) *http.Request + func MatchError(t *testing.T, s string, e error) bool + func ReadJSONFixture(t *testing.T, filename string) map[string]interface + func UnmarshalJSON(t *testing.T, b []byte) map[string]interface + type SecretOptFunc func(*corev1.Secret)