-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from crossplane-contrib/humoflife/crossplane-p…
…ackage-meta-info-update update package meta info
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,14 @@ kind: Function | |
metadata: | ||
name: function-shell | ||
annotations: | ||
meta.crossplane.io/maintainer: Markus Schweig <humoflife @ github> | ||
meta.crossplane.io/maintainer: Crossplane Maintainers <[email protected]> | ||
meta.crossplane.io/source: github.com/crossplane-contrib/function-shell | ||
meta.crossplane.io/license: Apache-2.0 | ||
meta.crossplane.io/description: | | ||
A function for running shell commands. | ||
A Crossplane function for running shell commands. This function can be used to run any shell commands and receive the output of the commands in a status field. | ||
meta.crossplane.io/readme: | | ||
A function for running shell commands. | ||
A function for running shell commands. Please see the [function-shell repository](https://github.com/crossplane-contrib/function-shell) for use case [examples](https://github.com/crossplane-contrib/function-shell/tree/main/example). | ||
Use cases include but are not limited to enumeration of observability dashboards, IAM roles, security groups, and other resources. When performing tasks that require role based authentication, please limit the function's permissions to the use case to reduce its attack surface. | ||
spec: | ||
crossplane: | ||
version: ">=v1.14.0-up.1" |