No description
  • Go 86.8%
  • Makefile 10.1%
  • Dockerfile 3.1%
Find a file
dependabot[bot] b03d517b3f
Bump golang.org/x/net from 0.33.0 to 0.36.0 (#225)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-13 01:50:01 +00:00
.github Bump ironcore to v0.2.0 (#217) 2024-12-12 13:46:19 +01:00
.reuse Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
api Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
bootstrapkubeconfig Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
bootstraptoken Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
cmd Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
hack Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
LICENSES Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
utils/bootstraptoken Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
version Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
.gitignore Fix Dockerfile + add goreleaser 2023-03-13 17:14:33 +01:00
.golangci.yml Bump ironcore to v0.2.0 (#217) 2024-12-12 13:46:19 +01:00
CODEOWNERS Move project to ironcore-dev org (#155) 2023-12-06 16:22:17 +01:00
Dockerfile Bump golang from 1.22 to 1.23 (#213) 2024-08-19 07:28:48 +00:00
go.mod Bump golang.org/x/net from 0.33.0 to 0.36.0 (#225) 2025-03-13 01:50:01 +00:00
go.sum Bump golang.org/x/net from 0.33.0 to 0.36.0 (#225) 2025-03-13 01:50:01 +00:00
LICENSE Initial commit 2021-11-24 11:21:49 +01:00
main.go Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00
Makefile Bump ironcore to v0.2.0 (#217) 2024-12-12 13:46:19 +01:00
README.md Make project REUSE compliant (#156) 2023-12-06 16:45:01 +01:00

kubectl-ironcore

REUSE status Go Report Card GitHub License PRs Welcome

Overview

kubectl-ironcore is a kubectl plugin for working with the ironcore types.

Installation, Usage and Development

To install the tool, run

make install

This makes the tool available under /usr/bin/local/kubectl-ironcore and thus (if present in your PATH) via kubectl ironcore.

Contributing

We'd love to get feedback from you. Please report bugs, suggestions or post questions by opening a GitHub issue.

License

Apache-2.0