network
network can be used to define workspace-level networking configurations.
Attributes
| Name and Description | Type | Default Value | Required | 
|---|---|---|---|
| type The specific cloud vendor that provides load balancer. | "alicloud" | "aws" | Undefined | required | 
| labels The attached labels of the port. | {str:str} | Undefined | optional | 
| annotations The attached annotations of the port. | {str:str} | Undefined | optional | 
Examples
modules:
  path: oci://ghcr.io/kusionstack/network
  version: 0.2.0
  configs:
    default:
      type: alicloud
      labels:
        kusionstack.io/control: "true"
      annotations:
        service.beta.kubernetes.io/alibaba-cloud-loadbalancer-spec: slb.s1.small