Kubernetes API
string · enum · requiredstring · requiredinteger · int32integer · uint32integer · uint64
string · enum · requiredstring · required
string · enum · requiredstring · required
Network Access Control Lists (ACLs) allow you to manage inbound network traffic by setting up ACL rules
List ACLs
GET
https://api.scaleway.com
/k8s/v1/regions/{region}/clusters/{cluster_id}/acls
List ACLs for a specific cluster.
path Parameters
regionThe region you want to target
Enum values:
fr-par
nl-ams
pl-waw
cluster_idID of the cluster whose ACLs will be listed.
query Parameters
pagePage number for the returned ACLs.
page_sizeMaximum number of ACLs per page.
List ACLs › Responses
200
total_countTotal number of ACLs that exist for the cluster.
Paginated returned ACLs.
Set new ACLs
PUT
https://api.scaleway.com
/k8s/v1/regions/{region}/clusters/{cluster_id}/acls
Set new ACL rules for a specific cluster.
path Parameters
regionThe region you want to target
Enum values:
fr-par
nl-ams
pl-waw
cluster_idID of the cluster whose ACLs will be set.
Set new ACLs › Responses
200
ACLs that were set.
Add new ACLs
POST
https://api.scaleway.com
/k8s/v1/regions/{region}/clusters/{cluster_id}/acls
Add new ACL rules for a specific cluster.
path Parameters
regionThe region you want to target
Enum values:
fr-par
nl-ams
pl-waw
cluster_idID of the cluster whose ACLs will be added.
Add new ACLs › Responses
200
ACLs that were added.