client
client copied to clipboard
Swift client for Kubernetes
There is a need to be able to trigger Cronjobs outside of the normal cron. This PR adds that functionality as an extension to `batch.v1.CronJob`
After some investigation it turns out that sending `follow=true` in the query of any request to the Kubernetes API changes the behaviour of the response significantly. So it's critical that...
This PR adds functions to make it easier and more reliable to update corncobs with Swiftkube. Using PATCH is important as it enables us to update resources without concern for...
I need to list all resources of ``` apiVersion: cert-manager.io/v1 kind: Certificate ``` it there is any way to implement own Models to support crds? The code looks very extensable...
`k8s.io/client-go` and tools using it such as `kubectl` and `kubelet` are able to execute an external command to receive user credentials. Have you thought about supporting this feature for this...
In some large Kubernetes deployments various techniques may be applied to protect API: * throttling -> connection may take longer then default 1 second * large deployments -> read may...
Hey I create a iOS app based on this awesome project. Please compile it yourself if needed https://github.com/buhe/KubeCat
It would be great it the client would try to load a config defined in the KUBECONFIG env var. At the moment only `$HOME/.kube/config` is checked: https://github.com/swiftkube/client/blob/4f278b291ae53870306c5346bbb5f5d2c5c3e563/Sources/SwiftkubeClient/Config/KubernetesClientConfig.swift#L207
Great project, but can't execute shell to container, can provide some ideas, I am ready to submit pr.