[master] Auto-update dependencies (#784)

Produced via:
  `./hack/update-deps.sh --upgrade && ./hack/update-codegen.sh`
/assign maximilien rhuss
/cc maximilien rhuss
This commit is contained in:
Matt Moore 2020-04-08 02:43:01 -07:00 committed by GitHub
parent 395fc6c3b2
commit a9c2e4bfe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 18 deletions

8
go.mod
View File

@ -20,10 +20,10 @@ require (
k8s.io/apimachinery v0.17.0 k8s.io/apimachinery v0.17.0
k8s.io/cli-runtime v0.17.0 k8s.io/cli-runtime v0.17.0
k8s.io/client-go v0.17.0 k8s.io/client-go v0.17.0
knative.dev/eventing v0.13.5 knative.dev/eventing v0.13.6
knative.dev/pkg v0.0.0-20200404181734-92cdec5b3593 knative.dev/pkg v0.0.0-20200406231459-466c676678dd
knative.dev/serving v0.13.1-0.20200403170819-0e8f7a9e34f0 knative.dev/serving v0.13.1-0.20200407135959-877f5a24bf41
knative.dev/test-infra v0.0.0-20200403181419-e84f0d1a3647 knative.dev/test-infra v0.0.0-20200406223059-a7b18bf0c37b
sigs.k8s.io/yaml v1.1.0 sigs.k8s.io/yaml v1.1.0
) )

16
go.sum
View File

@ -594,14 +594,14 @@ k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKf
k8s.io/legacy-cloud-providers v0.17.0/go.mod h1:DdzaepJ3RtRy+e5YhNtrCYwlgyK87j/5+Yfp0L9Syp8= k8s.io/legacy-cloud-providers v0.17.0/go.mod h1:DdzaepJ3RtRy+e5YhNtrCYwlgyK87j/5+Yfp0L9Syp8=
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f h1:GiPwtSzdP43eI1hpPCbROQCCIgCuiMMNF8YUVLF3vJo= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f h1:GiPwtSzdP43eI1hpPCbROQCCIgCuiMMNF8YUVLF3vJo=
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
knative.dev/eventing v0.13.5 h1:+iihvTcV2QH0Mgu237fG/z0GptDxQxbXOAtcKveJBjI= knative.dev/eventing v0.13.6 h1:TT2w7qjsMTvYcEfTih7Gzv5Nm0GMLe5Y8dxJG3s1wbM=
knative.dev/eventing v0.13.5/go.mod h1:UxweNv8yXhsdHJitcb9R6rmfNaUD2DFi9GWwNRyIs58= knative.dev/eventing v0.13.6/go.mod h1:UxweNv8yXhsdHJitcb9R6rmfNaUD2DFi9GWwNRyIs58=
knative.dev/pkg v0.0.0-20200404181734-92cdec5b3593 h1:ubDiFWWncTD4TkA3hDH/JgGOYJlp3qyUjXf2rEIRLiM= knative.dev/pkg v0.0.0-20200406231459-466c676678dd h1:hmFDW9t22H4nqmVJ1wCGmbvImypGxE8aBBWNCFqr0o8=
knative.dev/pkg v0.0.0-20200404181734-92cdec5b3593/go.mod h1:pgODObA1dTyhNoFxPZTTjNWfx6F0aKsKzn+vaT9XO/Q= knative.dev/pkg v0.0.0-20200406231459-466c676678dd/go.mod h1:pgODObA1dTyhNoFxPZTTjNWfx6F0aKsKzn+vaT9XO/Q=
knative.dev/serving v0.13.1-0.20200403170819-0e8f7a9e34f0 h1:Vg92uLJq34mq7DDO1CnTNbjb40Ktk4UDgexICYDWvek= knative.dev/serving v0.13.1-0.20200407135959-877f5a24bf41 h1:Ls1IM8u3i58i2bfgSziT7CjpguTiueZvrix6XhkUVOM=
knative.dev/serving v0.13.1-0.20200403170819-0e8f7a9e34f0/go.mod h1:x2n255JS2XBI39tmjZ8CwTxIf9EKNMCrkVuiOttLRm0= knative.dev/serving v0.13.1-0.20200407135959-877f5a24bf41/go.mod h1:x2n255JS2XBI39tmjZ8CwTxIf9EKNMCrkVuiOttLRm0=
knative.dev/test-infra v0.0.0-20200403181419-e84f0d1a3647 h1:A5LGcHH5nBQDvXUrC+3CAEDCYAhQYTrZ6RZmByum3WU= knative.dev/test-infra v0.0.0-20200406223059-a7b18bf0c37b h1:jNJVW/NLALp95kLLaGPkItIMAmH8nia5BYjhsmOCSwI=
knative.dev/test-infra v0.0.0-20200403181419-e84f0d1a3647/go.mod h1:xcdUkMJrLlBswIZqL5zCuBFOC22WIPMQoVX1L35i0vQ= knative.dev/test-infra v0.0.0-20200406223059-a7b18bf0c37b/go.mod h1:xcdUkMJrLlBswIZqL5zCuBFOC22WIPMQoVX1L35i0vQ=
modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk= modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k= modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=

View File

@ -198,3 +198,16 @@ func AllowDifferentNamespace(ctx context.Context) context.Context {
func IsDifferentNamespaceAllowed(ctx context.Context) bool { func IsDifferentNamespaceAllowed(ctx context.Context) bool {
return ctx.Value(allowDifferentNamespace{}) != nil return ctx.Value(allowDifferentNamespace{}) != nil
} }
// This is attached to contexts passed to webhook interfaces when the user has request DryRun mode.
type isDryRun struct{}
// WithDryRun is used to indicate that this call is in DryRun mode.
func WithDryRun(ctx context.Context) context.Context {
return context.WithValue(ctx, isDryRun{}, struct{}{})
}
// IsDryRun indicates that this request is in DryRun mode.
func IsDryRun(ctx context.Context) bool {
return ctx.Value(isDryRun{}) != nil
}

View File

@ -159,7 +159,7 @@ func (i *impl) TrackReference(ref Reference, obj interface{}) error {
// doesn't create problems: // doesn't create problems:
// foo, err := lister.Get(key) // foo, err := lister.Get(key)
// // Later... // // Later...
// err := tracker.Track(fooRef, parent) // err := tracker.TrackReference(fooRef, parent)
// In this example, "Later" represents a window where "foo" may // In this example, "Later" represents a window where "foo" may
// have changed or been created while the Track is not active. // have changed or been created while the Track is not active.
// The simplest way of eliminating such a window is to call the // The simplest way of eliminating such a window is to call the
@ -192,7 +192,7 @@ func (i *impl) TrackReference(ref Reference, obj interface{}) error {
// doesn't create problems: // doesn't create problems:
// foo, err := lister.Get(key) // foo, err := lister.Get(key)
// // Later... // // Later...
// err := tracker.Track(fooRef, parent) // err := tracker.TrackReference(fooRef, parent)
// In this example, "Later" represents a window where "foo" may // In this example, "Later" represents a window where "foo" may
// have changed or been created while the Track is not active. // have changed or been created while the Track is not active.
// The simplest way of eliminating such a window is to call the // The simplest way of eliminating such a window is to call the

8
vendor/modules.txt vendored
View File

@ -465,7 +465,7 @@ k8s.io/kube-openapi/pkg/util/proto
k8s.io/utils/buffer k8s.io/utils/buffer
k8s.io/utils/integer k8s.io/utils/integer
k8s.io/utils/trace k8s.io/utils/trace
# knative.dev/eventing v0.13.5 # knative.dev/eventing v0.13.6
knative.dev/eventing/pkg/apis/config knative.dev/eventing/pkg/apis/config
knative.dev/eventing/pkg/apis/configs knative.dev/eventing/pkg/apis/configs
knative.dev/eventing/pkg/apis/configs/v1alpha1 knative.dev/eventing/pkg/apis/configs/v1alpha1
@ -497,7 +497,7 @@ knative.dev/eventing/pkg/client/clientset/versioned/typed/sources/v1alpha2/fake
knative.dev/eventing/pkg/legacyclient/clientset/versioned/scheme knative.dev/eventing/pkg/legacyclient/clientset/versioned/scheme
knative.dev/eventing/pkg/legacyclient/clientset/versioned/typed/legacysources/v1alpha1 knative.dev/eventing/pkg/legacyclient/clientset/versioned/typed/legacysources/v1alpha1
knative.dev/eventing/pkg/logging knative.dev/eventing/pkg/logging
# knative.dev/pkg v0.0.0-20200404181734-92cdec5b3593 # knative.dev/pkg v0.0.0-20200406231459-466c676678dd
knative.dev/pkg/apis knative.dev/pkg/apis
knative.dev/pkg/apis/duck knative.dev/pkg/apis/duck
knative.dev/pkg/apis/duck/v1 knative.dev/pkg/apis/duck/v1
@ -513,7 +513,7 @@ knative.dev/pkg/logging/logkey
knative.dev/pkg/profiling knative.dev/pkg/profiling
knative.dev/pkg/ptr knative.dev/pkg/ptr
knative.dev/pkg/tracker knative.dev/pkg/tracker
# knative.dev/serving v0.13.1-0.20200403170819-0e8f7a9e34f0 # knative.dev/serving v0.13.1-0.20200407135959-877f5a24bf41
knative.dev/serving/pkg/apis/autoscaling knative.dev/serving/pkg/apis/autoscaling
knative.dev/serving/pkg/apis/autoscaling/v1alpha1 knative.dev/serving/pkg/apis/autoscaling/v1alpha1
knative.dev/serving/pkg/apis/config knative.dev/serving/pkg/apis/config
@ -527,7 +527,7 @@ knative.dev/serving/pkg/autoscaler/config
knative.dev/serving/pkg/client/clientset/versioned/scheme knative.dev/serving/pkg/client/clientset/versioned/scheme
knative.dev/serving/pkg/client/clientset/versioned/typed/serving/v1 knative.dev/serving/pkg/client/clientset/versioned/typed/serving/v1
knative.dev/serving/pkg/client/clientset/versioned/typed/serving/v1/fake knative.dev/serving/pkg/client/clientset/versioned/typed/serving/v1/fake
# knative.dev/test-infra v0.0.0-20200403181419-e84f0d1a3647 # knative.dev/test-infra v0.0.0-20200406223059-a7b18bf0c37b
knative.dev/test-infra/scripts knative.dev/test-infra/scripts
# sigs.k8s.io/kustomize v2.0.3+incompatible # sigs.k8s.io/kustomize v2.0.3+incompatible
sigs.k8s.io/kustomize/pkg/commands/build sigs.k8s.io/kustomize/pkg/commands/build