Skip to content

Commit 7ca1651

Browse files
author
Mengqi Yu
authored
update for branch starlark/v0.1 (#256)
1 parent 67c4131 commit 7ca1651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

examples/starlark/simple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Get the config example and try it out by running the following commands:
3131

3232
<!-- @getAndRunPkg @test -->
3333
```sh
34-
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/starlark/simple .
34+
kpt pkg get https://github.com/GoogleContainerTools/kpt-functions-catalog.git/examples/starlark/simple@starlark/v0.1 .
3535
kpt fn run simple
3636
```
3737

functions/go/starlark/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ source: |
3636
3737
<!--mdtogo:Examples-->
3838
39-
https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/starlark/
39+
https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/starlark/v0.1/examples/starlark/
4040
4141
<!--mdtogo-->

functions/go/starlark/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: Execute a starlark script to mutate or validate resources.
33
tags:
44
- mutator
55
- validator
6-
sourceURL: https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/functions/go/starlark
6+
sourceURL: https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/starlark/v0.1/functions/go/starlark
77
examplePackageURLs:
8-
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/master/examples/starlark/simple
8+
- https://github.com/GoogleContainerTools/kpt-functions-catalog/tree/starlark/v0.1/examples/starlark/simple
99
emails:
1010
- kpt-team@google.com
1111
license: Apache-2.0

0 commit comments

Comments
 (0)