kc-sdk-python 1.0.0__tar.gz → 2.0.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: 1.0.0
3
+ Version: 2.0.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
@@ -576,7 +576,7 @@ class KcClient:
576
576
 
577
577
  # Compute
578
578
  vms: KcResourceClient
579
- vm_on_off_maintenance_actions: KcResourceClient
579
+ on_off_schedules: KcResourceClient
580
580
  vm_recurrent_command_maintenance_actions: KcResourceClient
581
581
  volumes: KcResourceClient
582
582
  volume_attachments: KcResourceClient
@@ -678,7 +678,7 @@ class KcClient:
678
678
 
679
679
  # Compute
680
680
  self.vms = _r("vm")
681
- self.vm_on_off_maintenance_actions = _r("vm-on-off-maintenance-action")
681
+ self.on_off_schedules = _r("on-off-schedule")
682
682
  self.vm_recurrent_command_maintenance_actions = _r("vm-recurrent-command-maintenance-action")
683
683
  self.volumes = _r("volume")
684
684
  self.volume_attachments = _r("volume-attachment")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: kc-sdk-python
3
- Version: 1.0.0
3
+ Version: 2.0.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 = "1.0.0"
7
+ version = "2.0.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