Versions in this module Expand all Collapse all v0 v0.6.0 Aug 31, 2023 v0.5.0 Jul 17, 2023 Changes in this version + func Diff(want, got any) string + func GetBoolPointer(b bool) *bool + func GetHTTPMethodPointer(m v1beta1.HTTPMethod) *v1beta1.HTTPMethod + func GetHeaderMatchTypePointer(t v1beta1.HeaderMatchType) *v1beta1.HeaderMatchType + func GetInt32Pointer(i int32) *int32 + func GetIntPointer(i int) *int + func GetPointer(v T) *T + func GetQueryParamMatchTypePointer(t v1beta1.QueryParamMatchType) *v1beta1.QueryParamMatchType + func GetStringPointer(s string) *string + func GetTLSModePointer(t v1beta1.TLSModeType) *v1beta1.TLSModeType + func PrepareTimeForFakeClient(t metav1.Time) metav1.Time