kc-sdk-python 4.0.0__tar.gz → 4.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kc-sdk-python
3
- Version: 4.0.0
3
+ Version: 4.1.0
4
4
  Summary: Kvindo Cloud Python SDK — typed client for managing Kvindo Cloud infrastructure (VMs, S3, Kubernetes, load balancers, VPCs, PostgreSQL) via the REST API
5
5
  Author: Kvindo
6
6
  License-Expression: MIT
@@ -644,6 +644,7 @@ class KcClient:
644
644
  gitlabs: KcResourceClient
645
645
  gitlab_runners: KcResourceClient
646
646
  ollamas: KcResourceClient
647
+ etcds: KcResourceClient
647
648
 
648
649
  # IaM / org
649
650
  folders: KcResourceClient
@@ -747,6 +748,7 @@ class KcClient:
747
748
  self.gitlabs = _r("gitlab")
748
749
  self.gitlab_runners = _r("gitlab-runner")
749
750
  self.ollamas = _r("ollama")
751
+ self.etcds = _r("etcd")
750
752
 
751
753
  # IaM / org
752
754
  self.folders = _r("folder")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kc-sdk-python
3
- Version: 4.0.0
3
+ Version: 4.1.0
4
4
  Summary: Kvindo Cloud Python SDK — typed client for managing Kvindo Cloud infrastructure (VMs, S3, Kubernetes, load balancers, VPCs, PostgreSQL) via the REST API
5
5
  Author: Kvindo
6
6
  License-Expression: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "kc-sdk-python"
7
- version = "4.0.0"
7
+ version = "4.1.0"
8
8
  description = "Kvindo Cloud Python SDK — typed client for managing Kvindo Cloud infrastructure (VMs, S3, Kubernetes, load balancers, VPCs, PostgreSQL) via the REST API"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.8"
File without changes
File without changes
File without changes