pub async fn quilkin_proxy_deployment(
    client: &Client,
    deployments: Api<Deployment>,
    name: String,
    host_port: u16,
    management_server: String
) -> SocketAddr
Expand description

Create a Deployment with a singular Quilkin proxy, and return it’s address. The name variable is used as role={name} for label lookup.