Skip to content

Commit

Permalink
Adds operator-sdk
Browse files Browse the repository at this point in the history
Added operator-sdk, ansible-operator, helm-operator from https://github.com/operator-framework/operator-sdk
  • Loading branch information
leucos committed Jan 10, 2021
1 parent 01969bb commit d00da0b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ Currently supported distributions are:
- [naabu](https://github.com/projectdiscovery/naabu)
- [nomad](https://www.nomadproject.io)
- [onefetch](https://github.com/o2sh/onefetch/)
- [operator-sdk, ansible-operator, helm-operator](https://github.com/operator-framework/operator-sdk)
- [oto](https://github.com/pacedotdev/oto)
- [pass-checker](https://github.com/devops-works/pass-checker)
- [packer](https://www.packer.io)
Expand Down
36 changes: 36 additions & 0 deletions distributions/distributions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ sources:
binaries:
- annie

ansible-operator:
description: >
SDK for building Kubernetes applications. Provides high level APIs,
useful abstractions, and project scaffolding.
list:
type: github-releases
url: https://api.github.com/repos/operator-framework/operator-sdk/releases
fetch:
url: https://github.com/operator-framework/operator-sdk/releases/download/v{{ .Version }}/ansible-operator_{{ .OS }}_{{ .Arch }}
install:
type: direct

argocd:
description: Declarative continuous deployment for Kubernetes.
list:
Expand Down Expand Up @@ -373,6 +385,18 @@ sources:
binaries:
- "{{ .OS }}-{{ .Arch }}/helm"

helm-operator:
description: >
SDK for building Kubernetes applications. Provides high level APIs,
useful abstractions, and project scaffolding.
list:
type: github-releases
url: https://api.github.com/repos/operator-framework/operator-sdk/releases
fetch:
url: https://github.com/operator-framework/operator-sdk/releases/download/v{{ .Version }}/helm-operator_{{ .OS }}_{{ .Arch }}
install:
type: direct

helmfile:
description: Deploy Kubernetes Helm Charts
list:
Expand Down Expand Up @@ -746,6 +770,18 @@ sources:
binaries:
- onefetch

operator-sdk:
description: >
SDK for building Kubernetes applications. Provides high level APIs,
useful abstractions, and project scaffolding.
list:
type: github-releases
url: https://api.github.com/repos/operator-framework/operator-sdk/releases
fetch:
url: https://github.com/operator-framework/operator-sdk/releases/download/v{{ .Version }}/operator-sdk_{{ .OS }}_{{ .Arch }}
install:
type: direct

oto:
description: Go driven rpc code generation tool for right now (cli).
map:
Expand Down

0 comments on commit d00da0b

Please sign in to comment.