You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| gcr.io/kpt-dev/kpt | fn source | Reads a directory of Kubernetes configuration recursively. |[Link](https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/internal/commands/source.go)||
25
-
| gcr.io/kpt-functions/read-yaml ||[Demo] Reads a directory of Kubernetes configuration recursively. |[Link](https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/demo-functions/src/read_yaml.ts)|[SDK](../../../producer/functions/ts)|
26
-
| gcr.io/cloud-builders/kubectl | get [...] -o yaml | Get one or many resources from a Kubernetes cluster. |[Link](https://github.com/GoogleCloudPlatform/cloud-builders/blob/master/kubectl/Dockerfile)||
27
-
| gcr.io/kustomize-functions/create-application || Add an Application CR to a group of resources. |[Link](https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/application-cr/image/main.go)|[SDK](../../../producer/functions/golang)|
28
-
|lyft/kustomizer:v3.3.0| kustomize build [...]| Run kustomize to build configuration |[Link](https://github.com/lyft/kustomizer/blob/master/Dockerfile)||
| gcr.io/kpt-dev/kpt | fn source | Reads a directory of Kubernetes configuration recursively. |[Link](https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/internal/commands/source.go)||
25
+
| gcr.io/kpt-functions/read-yaml ||[Demo] Reads a directory of Kubernetes configuration recursively. |[Link](https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/demo-functions/src/read_yaml.ts)|[SDK](../../../producer/functions/ts)|
26
+
| gcr.io/cloud-builders/kubectl | get [...] -o yaml | Get one or many resources from a Kubernetes cluster. |[Link](https://github.com/GoogleCloudPlatform/cloud-builders/blob/master/kubectl/Dockerfile)||
27
+
| gcr.io/kustomize-functions/create-application || Add an Application CR to a group of resources. |[Link](https://github.com/kubernetes-sigs/kustomize/blob/master/functions/examples/application-cr/image/main.go)|[SDK](../../../producer/functions/golang)|
28
+
|gcr.io/kpt-functions/kustomize-build|| Run kustomize to build configuration |[Link](https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/kustomize_build.ts)|[SDK](../../../producer/functions/ts)|
29
29
30
30
## Sinks
31
31
@@ -63,6 +63,7 @@ See [definition of sink functions][sink].
| gcr.io/kpt-functions/mutate-psp ||[Demo] Mutates PodSecurityPolicy objects by setting spec.allowPrivilegeEscalation to false. |[Link](https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/demo-functions/src/mutate_psp.ts)|[SDK](../../../producer/functions/ts)|
65
65
| set_namespace.star || Sets the namespace field of all configs passed in. |[Link](https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/starlark/set_namespace.star)|[SDK](../../../producer/functions/starlark)|
66
+
| gcr.io/kpt-functions/set-namespace || Sets the namespace field of all configs passed in. |[Link](https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/go/set-namespace/main.go)|[SDK](../../../producer/functions/golang)|
66
67
| gcr.io/kubeflow-images-public/kustomize-fns/remove-namespace || Removes the namespace field of cluster-scoped configs. |[Link](https://github.com/kubeflow/kfctl/blob/master/kustomize-fns/remove-namespace/main.go)|[SDK](../../../producer/functions/golang)|
67
68
| gcr.io/kpt-functions/label-namespace ||[Demo] Adds a label to all Namespaces. |[Link](https://github.com/GoogleContainerTools/kpt-functions-sdk/blob/master/ts/hello-world/src/label_namespace.ts)|[SDK](../../../producer/functions/ts)|
68
69
| gcr.io/kpt-functions/helm-template || Render chart templates locally using helm template. (See [usage](docs/helm-template/usage/index.html)). |[Link](https://github.com/GoogleContainerTools/kpt-functions-catalog/blob/master/functions/ts/src/helm_template.ts)|[SDK](../../../producer/functions/ts)|
0 commit comments