Skip to content

Commit 57256ac

Browse files
authored
feat(ipam): add resource type k8s_cluster (#376)
1 parent c009570 commit 57256ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
3838
VPC_GATEWAY = "vpc_gateway"
3939
VPC_GATEWAY_NETWORK = "vpc_gateway_network"
4040
K8S_NODE = "k8s_node"
41+
K8S_CLUSTER = "k8s_cluster"
4142
RDB_INSTANCE = "rdb_instance"
4243
REDIS_CLUSTER = "redis_cluster"
4344
BAREMETAL_SERVER = "baremetal_server"

scaleway/scaleway/ipam/v1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
3838
VPC_GATEWAY = "vpc_gateway"
3939
VPC_GATEWAY_NETWORK = "vpc_gateway_network"
4040
K8S_NODE = "k8s_node"
41+
K8S_CLUSTER = "k8s_cluster"
4142
RDB_INSTANCE = "rdb_instance"
4243
REDIS_CLUSTER = "redis_cluster"
4344
BAREMETAL_SERVER = "baremetal_server"

0 commit comments

Comments
 (0)