Creates a new deployment of `n` pods with the `inanimate/echo-server:latest` docker image inside, where `n` is the number of `replicas` given. Note: It is assumed the resource does not already exists for simplicity. Returns an `Error` if it does. # Arguments - `client` - A Kubernetes client to create the deployment with. - `name` - Name of the deployment to be created - `replicas` - Number of pod
(
client: Client,
name: &str,
replicas: i32,
namespace: &str,
)
source not stored for this graph (policy: none)