File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Get the config example and try it out by running the following commands:
31
31
32
32
<!-- @getAndRunPkg @test -->
33
33
``` 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 .
35
35
kpt fn run simple
36
36
```
37
37
Original file line number Diff line number Diff line change @@ -36,6 +36,6 @@ source: |
36
36
37
37
<!--mdtogo:Examples-->
38
38
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/
40
40
41
41
<!--mdtogo-->
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ description: Execute a starlark script to mutate or validate resources.
3
3
tags :
4
4
- mutator
5
5
- 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
7
7
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
9
9
emails :
10
10
- kpt-team@google.com
11
11
license : Apache-2.0
You can’t perform that action at this time.
0 commit comments