Skip to main content

create_deployment

Function create_deployment 

Source
pub async fn create_deployment(
    token: String,
    gke_cluster_endpoint: String,
    gke_cluster_namespace: String,
    gke_deployment_body: CreateDeployment,
) -> Result<(), Error>
Expand description

Create GKE deployment Token, endpoint, namespace are required