Skip to content

Commit

Permalink
update for branch ensure-name-substring/v0.1 (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengqi Yu authored Apr 28, 2021
1 parent 67c4131 commit db64705
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/ensure-name-substring/advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Get the config example and try it out by running the following commands:

<!-- @getAndRunPkg @test -->
```sh
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/ensure-name-substring/advanced .
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/ensure-name-substring/advanced@ensure-name-substring/v0.1 .
kpt fn run advanced
```

Expand Down
2 changes: 1 addition & 1 deletion examples/ensure-name-substring/prefix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get the config example and try it out by running the following commands:
<!-- @getAndRunPkg @test -->
```sh
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/ensure-name-substring/prefix .
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/ensure-name-substring/prefix@ensure-name-substring/v0.1 .
kpt fn run prefix
```

Expand Down
2 changes: 1 addition & 1 deletion examples/ensure-name-substring/suffix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get the config example and try it out by running the following commands:
<!-- @getAndRunPkg @test -->
```sh
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/ensure-name-substring/suffix .
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/ensure-name-substring/suffix@ensure-name-substring/v0.1 .
kpt fn run suffix
```

Expand Down
2 changes: 1 addition & 1 deletion functions/go/ensure-name-substring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@ fieldSpecs:

<!--mdtogo:Examples-->

https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/ensure-name-substring/
https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/ensure-name-substring/v0.1/examples/ensure-name-substring/

<!--mdtogo-->
8 changes: 4 additions & 4 deletions functions/go/ensure-name-substring/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ image: gcr.io/kpt-fn/ensure-name-substring
description: Ensure a name substring is part of the name.
tags:
- mutator
sourceURL: https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/functions/go/ensure-name-substring
sourceURL: https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/ensure-name-substring/v0.1/functions/go/ensure-name-substring
examplePackageURLs:
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/ensure-name-substring/prefix
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/ensure-name-substring/suffix
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/ensure-name-substring/advanced
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/ensure-name-substring/v0.1/examples/ensure-name-substring/prefix
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/ensure-name-substring/v0.1/examples/ensure-name-substring/suffix
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/ensure-name-substring/v0.1/examples/ensure-name-substring/advanced
emails:
- [email protected]
license: Apache-2.0

0 comments on commit db64705

Please sign in to comment.