Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regen docs civo@v0.1.3 #4317

Merged
merged 1 commit into from Sep 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/reference/pkg/civo/_index.md
Expand Up @@ -56,7 +56,7 @@ A Pulumi package for creating and managing Civo cloud resources.
<dt>Notes</dt>
<dd>This Pulumi package is based on the [`civo` Terraform Provider](https://github.com/civo/terraform-provider-civo).</dd>
<dt>Version</dt>
<dd>0.1.2</dd>
<dd>0.1.3</dd>
</dl>


Expand Down
52 changes: 26 additions & 26 deletions content/docs/reference/pkg/civo/instance.md

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions content/docs/reference/pkg/civo/kubernetescluster.md
Expand Up @@ -213,7 +213,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types">string</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -235,7 +235,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types">int</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -257,7 +257,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types">string</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -286,7 +286,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://golang.org/pkg/builtin/#string">string</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -308,7 +308,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://golang.org/pkg/builtin/#integer">int</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -330,7 +330,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://golang.org/pkg/builtin/#string">string</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -359,7 +359,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string">string</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -381,7 +381,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/integer">number</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -403,7 +403,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string">string</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -432,7 +432,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.python.org/3/library/stdtypes.html">str</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -454,7 +454,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.python.org/3/library/stdtypes.html">int</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand All @@ -476,7 +476,7 @@ The KubernetesCluster resource accepts the following [input]({{< relref "/docs/i
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.python.org/3/library/stdtypes.html">str</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -1228,7 +1228,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types">string</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1261,7 +1261,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types">int</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1305,7 +1305,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/built-in-types">string</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -1411,7 +1411,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://golang.org/pkg/builtin/#string">string</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1444,7 +1444,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://golang.org/pkg/builtin/#integer">int</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1488,7 +1488,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://golang.org/pkg/builtin/#string">string</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -1594,7 +1594,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string">string</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1627,7 +1627,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/integer">number</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1671,7 +1671,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string">string</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down Expand Up @@ -1777,7 +1777,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.python.org/3/library/stdtypes.html">str</a></span>
</dt>
<dd>{{% md %}}The version of k3s to install (optional, the default is currently the latest available).
<dd>{{% md %}}The version of k3s to install (The default is currently the latest available).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1810,7 +1810,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.python.org/3/library/stdtypes.html">int</a></span>
</dt>
<dd>{{% md %}}The number of instances to create (optional, the default at the time of writing is 3).
<dd>{{% md %}}The number of instances to create (The default at the time of writing is 3).
{{% /md %}}</dd>

<dt class="property-optional"
Expand Down Expand Up @@ -1854,7 +1854,7 @@ The following state arguments are supported:
<span class="property-indicator"></span>
<span class="property-type"><a href="https://docs.python.org/3/library/stdtypes.html">str</a></span>
</dt>
<dd>{{% md %}}The size of each node (optional, the default is currently g2.small)
<dd>{{% md %}}The size of each node (The default is currently g2.small)
{{% /md %}}</dd>

</dl>
Expand Down