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