Commit Graph

42 Commits (56466916e283fa24c1916e4eb575c9d9c3b2bdcd)

Author SHA1 Message Date
Matheus Pimenta 59ece92bed
pkg/kube: introduce support for custom kstatus readers
2 months ago
George Jenkins 1581eaa034
Apply suggestions from code review
6 months ago
George Jenkins b861de5696
Update pkg/kube/interface.go
6 months ago
George Jenkins b5de5b1591 chore: Cleanup additional/redundant kube client Interfaces
6 months ago
George Jenkins 45141451b4 Kube client support server-side apply
8 months ago
Patrick Seidensal e55707b09d
Fix --take-ownership
12 months ago
Austin Abro 21ee721242
go fmt
1 year ago
Austin Abro 386523bdbc
update to get waiter instead of set
1 year ago
Austin Abro 29c250c233
add back interface log check
1 year ago
Austin Abro 11eeb4a6b1
merge
1 year ago
Chris Berry 6d30fa5990 Add HookOutputFunc and generic yaml unmarshaller
1 year ago
Chris Berry 3d4e679d9f Update based on review comments
1 year ago
Chris Berry cde407b7d1 Add hook annotations to output pod logs to client on success and fail
1 year ago
Austin Abro 7fde4962a8
set waiter in functions
1 year ago
Austin Abro bd3b5ee5d0
comment
1 year ago
Austin Abro f49a7e134a
start watch until ready
1 year ago
George Jenkins d637595735 chore: Remove unused `WaitAndGetCompletedPodPhase`
1 year ago
Austin Abro e56a6e678f
diff
1 year ago
Austin Abro 8ce1876192
get rid of ext interface
1 year ago
Austin Abro 4b59583670
delete wait and get completed phase
1 year ago
Austin Abro aacaa08be2
only emebed waiter
1 year ago
Austin Abro 859ff9b548
change structure of client
1 year ago
Austin Abro 4c1758143f
basic design up and balling
1 year ago
Austin Abro a61a35240e
understand it better
1 year ago
MichaelMorris 830d4a9ee9 Add option to support cascade deletion options
3 years ago
Matt Farina 36e18fa6e1
Fix improper use of Table request/response to k8s API
3 years ago
Soujanya Mangipudi ffa19a4b5d Addressing review comments - move printing code out of client.go
4 years ago
Soujanya Mangipudi 20e3577543 Addressing review comments:
4 years ago
Soujanya Mangipudi 9d5be803bc feat(helm): Supporting helm3 to show up resource names that were deployed as part of release in helm status command
4 years ago
Mike Ng 75fe8883cc Rename newly introduced interface to InterfaceExt
5 years ago
Mike Ng d51a61f9ab Introduce a new interface for WaitForDelete() to avoid breaking backwards compatibility
5 years ago
Mike Ng 655bdcd2fd feat: add optional boolean '--wait' flag to 'uninstall' command.
5 years ago
小龙同学 cf0c6fed51
fix(doc): fix kube client interface doc. (#9882)
5 years ago
zh168654 bfc575dec2 add waitwithjobs instead of changing wait api
5 years ago
zh168654 957d2a2bf9 add wait-for-jobs flag
5 years ago
Adam Reese 572b92dc8a
feat(pkg/kube): add openapi validation for k8s objects
7 years ago
Vibhav Bobade 5a07055645 Add IsReachable to /pkg/kube/client to see if connected to the internet
7 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
7 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
7 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
7 years ago
Taylor Thomas 1dac8421ef ref(kube): Renames `Result` type to `ResourceList`
7 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
7 years ago