Versions in this module Expand all Collapse all v0 v0.0.2 Oct 25, 2023 v0.0.1 Oct 25, 2023 Changes in this version + type CreateDatabaseResponse struct + Bootstrap struct{ ... } + CreationTimestamp string + Instances int64 + Name string + Namespace string + PrimaryUpdateStrategy string + Services []struct{ ... } + Storage struct{ ... } + type CreateDeploymentInput struct + Containers []DeploymentContainerSpec + Name string + Replicas int64 + type CreateDeploymentResponse struct + Containers []struct{ ... } + Name string + type CreateIngressResponse struct + Hosts []string + Name string + type DeleteResponse struct + Status string + type DeploymentContainerSpec struct + CPU string + Environment []Environment + Image string + Memory string + Name string + type Environment struct + Name string + Value string + type ListDatabasesResponse struct + Bootstrap struct{ ... } + CreationTimestamp string + Instances int64 + Name string + Namespace string + PrimaryUpdateStrategy string + Storage struct{ ... }