Skip to content

Commit

Permalink
Merge pull request kubernetes#85709 from tanjunchen/correct-404-ruls
Browse files Browse the repository at this point in the history
correct  invalid  urls

Kubernetes-commit: 117a3a7
  • Loading branch information
k8s-publishing-bot committed Dec 6, 2019
2 parents 24f2b8d + 9423426 commit b909fcb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/book/pages/examples/kustomize.md
Expand Up @@ -17,7 +17,7 @@ values that should be copied from this file or that are recommended.
In practice, fields with no value should simply be omitted from kustomization.yaml
to reduce the content visible in configuration reviews.

Example copied from the [kustomize repo](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/kustomization.yaml)
Example copied from the [kustomize repo](https://github.com/kubernetes-sigs/kustomize/tree/master/examples)

{% sample lang="yaml" %}
```yaml
Expand Down Expand Up @@ -270,7 +270,7 @@ vars:
# specified by kustomize's configuration data.
#
# The default config data for vars is at
# https://github.com/kubernetes-sigs/kustomize/blob/master/pkg/transformers/config/defaultconfig/varreference.go
# https://github.com/kubernetes-sigs/kustomize/blob/v3.3.1/pkg/transformers/config/defaultconfig/varreference.go
# Long story short, the default targets are all
# container command args and env value fields.
#
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Expand Up @@ -40,7 +40,7 @@ require (
k8s.io/apimachinery v0.0.0-20191203211716-adc6f4cd9e7d
k8s.io/cli-runtime v0.0.0-20191204091246-2f9002c43394
k8s.io/client-go v0.0.0-20191204082520-bc9b51d240b2
k8s.io/component-base v0.0.0-20191204083906-3ac1376c73aa
k8s.io/component-base v0.0.0-20191206202055-435ce712a694
k8s.io/klog v1.0.0
k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a
k8s.io/metrics v0.0.0-20191121021546-b1134fd1210c
Expand All @@ -58,6 +58,6 @@ replace (
k8s.io/cli-runtime => k8s.io/cli-runtime v0.0.0-20191204091246-2f9002c43394
k8s.io/client-go => k8s.io/client-go v0.0.0-20191204082520-bc9b51d240b2
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191121015212-c4c8f8345c7e
k8s.io/component-base => k8s.io/component-base v0.0.0-20191204083906-3ac1376c73aa
k8s.io/component-base => k8s.io/component-base v0.0.0-20191206202055-435ce712a694
k8s.io/metrics => k8s.io/metrics v0.0.0-20191121021546-b1134fd1210c
)
2 changes: 1 addition & 1 deletion go.sum
Expand Up @@ -328,7 +328,7 @@ k8s.io/apimachinery v0.0.0-20191203211716-adc6f4cd9e7d/go.mod h1:b9qmWdKlLuU9EBh
k8s.io/cli-runtime v0.0.0-20191204091246-2f9002c43394/go.mod h1:/Blo2zCEC7hipSlcsvbJtx6nRoStWgS9Wd0d4v8Y094=
k8s.io/client-go v0.0.0-20191204082520-bc9b51d240b2/go.mod h1:5lSG1yeDZVwDYAHe9VK48SCe5zmcnkAcf2Mx59TuhmM=
k8s.io/code-generator v0.0.0-20191121015212-c4c8f8345c7e/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s=
k8s.io/component-base v0.0.0-20191204083906-3ac1376c73aa/go.mod h1:mECWvHCPhJudDVDMtBl+AIf/YnTMp5r1F947OYFUwP0=
k8s.io/component-base v0.0.0-20191206202055-435ce712a694/go.mod h1:FEA4O4ZCX9iENNW6PlOYhZEn7e2kciMdyMJI/luPSzY=
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/gengo v0.0.0-20190822140433-26a664648505/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
Expand Down

0 comments on commit b909fcb

Please sign in to comment.