Fork of kstatus for the Flux project.
Go to file
Karl Isenberg eda3554fb1 fix: skipped deletes no longer cause waiting
- Added SkippedApplies and SkippedDeletes to the TaskContext
- Modified tasks to use the new skipped tracking, replacing usage
  of failure tracking, where skipped is more accurate.
- Renamed some TaskContext methods for consistency
- Added ObjMetadataSetFromMap for use by TaskContext
- Added ObjectMetadataSet.Intersection for use by InvSetTask
- Cleaned up InvSetTask to be more readable with comments explaining
  intended behavior, including handling of skips.
- Added apply and prune tests for skipped, failure, and abandoned
2021-10-29 10:28:06 -07:00
.github/workflows Update dependencies to Kubernetes v1.21.1 2021-05-28 12:53:51 +10:00
cmd Return error & send error event on cancel/timeout 2021-10-19 11:07:14 -07:00
examples/alphaTestExamples Handle deletion prevention correctly 2021-10-13 10:15:32 -07:00
hack Use Unstructured instead of Info 2020-10-20 15:38:13 -07:00
pkg fix: skipped deletes no longer cause waiting 2021-10-29 10:28:06 -07:00
release Use goreleaser to create github releases and capture release notes 2020-06-18 17:08:08 -07:00
scripts Update dependencies to Kubernetes v1.21.1 2021-05-28 12:53:51 +10:00
test/e2e Merge pull request #423 from karlkfi/karl-global-timeout 2021-10-14 09:27:21 -07:00
.gitignore Restructure the cobra commands 2020-02-04 10:14:20 -08:00
.golangci.yml Fix linting errors 2020-02-02 19:59:15 -08:00
CONTRIBUTING.md fix broken link:https://git.k8s.io/community/contributors/guide/contributor-cheatsheet.md 2020-04-06 15:52:34 +08:00
LICENSE Initial commit from the kubernetes-template-project 2019-05-09 01:18:45 +05:30
LICENSE_TEMPLATE Renames Inventory to ObjMetadata; InventorySet to Inventory 2020-02-03 15:40:17 -08:00
Makefile Fix addlicense path and enable verbose mode 2021-08-25 09:08:04 -07:00
OWNERS Update owners file to only include active contributors 2021-10-06 11:42:46 -07:00
README.md Updates README.md 2020-01-29 15:44:01 -08:00
SECURITY_CONTACTS Update template files to include repo-specific info 2019-05-09 01:21:29 +05:30
code-of-conduct.md Initial commit from the kubernetes-template-project 2019-05-09 01:18:45 +05:30
go.mod Update to latest version of kyaml and k8s libs 2021-10-19 17:41:57 -07:00
go.sum Update to latest version of kyaml and k8s libs 2021-10-19 17:41:57 -07:00

README.md

cli-utils

This repo will contain common cli libraries.

Community, discussion, contribution, and support

Learn how to engage with the Kubernetes community on the community page.

You can reach the maintainers of this project at:

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.