aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/plugins/generic/plugin.go
AgeCommit message (Expand)AuthorFilesLines
2021-10-04Fixed installation of CRD resourcesLukasz Rajewski1-1/+30
2021-10-04Further fixes for config delete operationLukasz Rajewski1-53/+54
2021-08-11Support pre/post install/delete hooks  hthieu1-1/+247
2021-08-05Update status check endpoint hthieu1-1/+1
2021-05-05DeletePropagationPolicy changed to backgroundLukasz Rajewski1-1/+1
2021-04-12Migrate to use Helm v3 librariesRitu Sood1-9/+10
2020-09-14Provide tests for nested labels provisioningKonrad Bańka1-1/+1
2020-08-26Improve configure API to support k8s resource updationsvamshi.nemalikonda1-0/+56
2019-08-07Add custom label to track created resourcesKiran Kamineni1-0/+15
2019-08-05Merge "Add static compile time check to plugins"Bin Yang1-0/+3
2019-07-31Add static compile time check to pluginsKiran Kamineni1-1/+4
2019-07-22Minor improvement to log statementsKiran Kamineni1-7/+1
2019-06-24Change the import paths for go get accessKiran Kamineni1-3/+3
2019-06-06Plugin code refactoringKiran Kamineni1-10/+58
2019-04-25Use the unstructured type for decodeKiran Kamineni1-9/+3
2019-04-17Support non-namespaced objects in generic pluginKiran Kamineni1-3/+20
2019-04-16Replace Kind with GroupVersionKindKiran Kamineni1-16/+12
2019-04-10Add support for generic pluginKiran Kamineni1-0/+109