diff --git a/sdk/dotnet/Inputs/AppSpecDomainNameArgs.cs b/sdk/dotnet/Inputs/AppSpecDomainNameArgs.cs
index bf57024e..2402b009 100644
--- a/sdk/dotnet/Inputs/AppSpecDomainNameArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecDomainNameArgs.cs
@@ -13,7 +13,7 @@ namespace Pulumi.DigitalOcean.Inputs
public sealed class AppSpecDomainNameArgs : global::Pulumi.ResourceArgs
{
///
- /// The name of the component.
+ /// The hostname for the domain.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecDomainNameGetArgs.cs b/sdk/dotnet/Inputs/AppSpecDomainNameGetArgs.cs
index 3be7d7a9..63a640ad 100644
--- a/sdk/dotnet/Inputs/AppSpecDomainNameGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecDomainNameGetArgs.cs
@@ -13,7 +13,7 @@ namespace Pulumi.DigitalOcean.Inputs
public sealed class AppSpecDomainNameGetArgs : global::Pulumi.ResourceArgs
{
///
- /// The name of the component.
+ /// The hostname for the domain.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecEnvArgs.cs b/sdk/dotnet/Inputs/AppSpecEnvArgs.cs
index 0601ed7e..826b3b65 100644
--- a/sdk/dotnet/Inputs/AppSpecEnvArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecEnvArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecEnvArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecEnvGetArgs.cs b/sdk/dotnet/Inputs/AppSpecEnvGetArgs.cs
index 06c4e48f..e266f0a1 100644
--- a/sdk/dotnet/Inputs/AppSpecEnvGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecEnvGetArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecEnvGetArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecFunctionArgs.cs b/sdk/dotnet/Inputs/AppSpecFunctionArgs.cs
index 83cfe22f..3b22a10e 100644
--- a/sdk/dotnet/Inputs/AppSpecFunctionArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecFunctionArgs.cs
@@ -25,7 +25,7 @@ public InputList Alerts
}
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
@@ -82,7 +82,7 @@ public InputList LogDestinations
private InputList? _routes;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList Routes
diff --git a/sdk/dotnet/Inputs/AppSpecFunctionEnvArgs.cs b/sdk/dotnet/Inputs/AppSpecFunctionEnvArgs.cs
index c4b3cc74..a33836e5 100644
--- a/sdk/dotnet/Inputs/AppSpecFunctionEnvArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecFunctionEnvArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecFunctionEnvArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecFunctionEnvGetArgs.cs b/sdk/dotnet/Inputs/AppSpecFunctionEnvGetArgs.cs
index b52d4fe6..b0c2b85b 100644
--- a/sdk/dotnet/Inputs/AppSpecFunctionEnvGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecFunctionEnvGetArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecFunctionEnvGetArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecFunctionGetArgs.cs b/sdk/dotnet/Inputs/AppSpecFunctionGetArgs.cs
index 6d1d17fa..9cd60db9 100644
--- a/sdk/dotnet/Inputs/AppSpecFunctionGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecFunctionGetArgs.cs
@@ -25,7 +25,7 @@ public InputList Alerts
}
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
@@ -82,7 +82,7 @@ public InputList LogDestinations
private InputList? _routes;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList Routes
diff --git a/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationArgs.cs b/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationArgs.cs
index df7ec097..a6bacdfb 100644
--- a/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecFunctionLogDestinationArgs : global::Pulumi.ResourceA
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationGetArgs.cs b/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationGetArgs.cs
index 2e6930cd..60aacb22 100644
--- a/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecFunctionLogDestinationGetArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecFunctionLogDestinationGetArgs : global::Pulumi.Resour
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecIngressArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressArgs.cs
index 4047164d..cb57a092 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecIngressArgs : global::Pulumi.ResourceArgs
private InputList? _rules;
///
- /// The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+ /// Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
///
public InputList Rules
{
diff --git a/sdk/dotnet/Inputs/AppSpecIngressGetArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressGetArgs.cs
index a17b2869..2318cf8d 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressGetArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecIngressGetArgs : global::Pulumi.ResourceArgs
private InputList? _rules;
///
- /// The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+ /// Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
///
public InputList Rules
{
diff --git a/sdk/dotnet/Inputs/AppSpecIngressRuleArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressRuleArgs.cs
index cd52d4a5..593fdc8b 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressRuleArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressRuleArgs.cs
@@ -19,7 +19,7 @@ public sealed class AppSpecIngressRuleArgs : global::Pulumi.ResourceArgs
public Input? Component { get; set; }
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
diff --git a/sdk/dotnet/Inputs/AppSpecIngressRuleComponentArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressRuleComponentArgs.cs
index ffd52e37..2b8af779 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressRuleComponentArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressRuleComponentArgs.cs
@@ -19,7 +19,7 @@ public sealed class AppSpecIngressRuleComponentArgs : global::Pulumi.ResourceArg
public Input? Name { get; set; }
///
- /// An optional flag to preserve the path that is forwarded to the backend service.
+ /// An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
///
[Input("preservePathPrefix")]
public Input? PreservePathPrefix { get; set; }
diff --git a/sdk/dotnet/Inputs/AppSpecIngressRuleComponentGetArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressRuleComponentGetArgs.cs
index f3334746..e18d93cf 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressRuleComponentGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressRuleComponentGetArgs.cs
@@ -19,7 +19,7 @@ public sealed class AppSpecIngressRuleComponentGetArgs : global::Pulumi.Resource
public Input? Name { get; set; }
///
- /// An optional flag to preserve the path that is forwarded to the backend service.
+ /// An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
///
[Input("preservePathPrefix")]
public Input? PreservePathPrefix { get; set; }
diff --git a/sdk/dotnet/Inputs/AppSpecIngressRuleGetArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressRuleGetArgs.cs
index cfc6387d..ea235eac 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressRuleGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressRuleGetArgs.cs
@@ -19,7 +19,7 @@ public sealed class AppSpecIngressRuleGetArgs : global::Pulumi.ResourceArgs
public Input? Component { get; set; }
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
diff --git a/sdk/dotnet/Inputs/AppSpecIngressRuleMatchArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressRuleMatchArgs.cs
index 728e1d89..4abfe5e1 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressRuleMatchArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressRuleMatchArgs.cs
@@ -13,7 +13,7 @@ namespace Pulumi.DigitalOcean.Inputs
public sealed class AppSpecIngressRuleMatchArgs : global::Pulumi.ResourceArgs
{
///
- /// Paths must start with `/` and must be unique within the app.
+ /// The path to match on.
///
[Input("path")]
public Input? Path { get; set; }
diff --git a/sdk/dotnet/Inputs/AppSpecIngressRuleMatchGetArgs.cs b/sdk/dotnet/Inputs/AppSpecIngressRuleMatchGetArgs.cs
index 22b1f5ff..9111d465 100644
--- a/sdk/dotnet/Inputs/AppSpecIngressRuleMatchGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecIngressRuleMatchGetArgs.cs
@@ -13,7 +13,7 @@ namespace Pulumi.DigitalOcean.Inputs
public sealed class AppSpecIngressRuleMatchGetArgs : global::Pulumi.ResourceArgs
{
///
- /// Paths must start with `/` and must be unique within the app.
+ /// The path to match on.
///
[Input("path")]
public Input? Path { get; set; }
diff --git a/sdk/dotnet/Inputs/AppSpecJobEnvArgs.cs b/sdk/dotnet/Inputs/AppSpecJobEnvArgs.cs
index d042c382..1909ebf4 100644
--- a/sdk/dotnet/Inputs/AppSpecJobEnvArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecJobEnvArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecJobEnvArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecJobEnvGetArgs.cs b/sdk/dotnet/Inputs/AppSpecJobEnvGetArgs.cs
index 367edf90..04b8360f 100644
--- a/sdk/dotnet/Inputs/AppSpecJobEnvGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecJobEnvGetArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecJobEnvGetArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecJobImageArgs.cs b/sdk/dotnet/Inputs/AppSpecJobImageArgs.cs
index 687212e8..a1d3257d 100644
--- a/sdk/dotnet/Inputs/AppSpecJobImageArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecJobImageArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecJobImageArgs : global::Pulumi.ResourceArgs
private InputList? _deployOnPushes;
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public InputList DeployOnPushes
{
diff --git a/sdk/dotnet/Inputs/AppSpecJobImageGetArgs.cs b/sdk/dotnet/Inputs/AppSpecJobImageGetArgs.cs
index d826dccd..02ae34b4 100644
--- a/sdk/dotnet/Inputs/AppSpecJobImageGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecJobImageGetArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecJobImageGetArgs : global::Pulumi.ResourceArgs
private InputList? _deployOnPushes;
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public InputList DeployOnPushes
{
diff --git a/sdk/dotnet/Inputs/AppSpecJobLogDestinationArgs.cs b/sdk/dotnet/Inputs/AppSpecJobLogDestinationArgs.cs
index 0fe18d29..fa1148c2 100644
--- a/sdk/dotnet/Inputs/AppSpecJobLogDestinationArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecJobLogDestinationArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecJobLogDestinationArgs : global::Pulumi.ResourceArgs
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecJobLogDestinationGetArgs.cs b/sdk/dotnet/Inputs/AppSpecJobLogDestinationGetArgs.cs
index 6f3459f1..54c87db4 100644
--- a/sdk/dotnet/Inputs/AppSpecJobLogDestinationGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecJobLogDestinationGetArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecJobLogDestinationGetArgs : global::Pulumi.ResourceArg
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecServiceArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceArgs.cs
index ab6996d5..e2c7db3d 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceArgs.cs
@@ -31,7 +31,7 @@ public InputList Alerts
public Input? BuildCommand { get; set; }
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
@@ -142,7 +142,7 @@ public InputList LogDestinations
private InputList? _routes;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList Routes
diff --git a/sdk/dotnet/Inputs/AppSpecServiceEnvArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceEnvArgs.cs
index 4c49c0a0..8e06a326 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceEnvArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceEnvArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecServiceEnvArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecServiceEnvGetArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceEnvGetArgs.cs
index e23067d0..c05d0dd1 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceEnvGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceEnvGetArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecServiceEnvGetArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecServiceGetArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceGetArgs.cs
index d92f04c1..540ff773 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceGetArgs.cs
@@ -31,7 +31,7 @@ public InputList Alerts
public Input? BuildCommand { get; set; }
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
@@ -142,7 +142,7 @@ public InputList LogDestinations
private InputList? _routes;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList Routes
diff --git a/sdk/dotnet/Inputs/AppSpecServiceImageArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceImageArgs.cs
index 7127e698..9ecfd1e1 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceImageArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceImageArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecServiceImageArgs : global::Pulumi.ResourceArgs
private InputList? _deployOnPushes;
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public InputList DeployOnPushes
{
diff --git a/sdk/dotnet/Inputs/AppSpecServiceImageGetArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceImageGetArgs.cs
index da93a693..c56140b6 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceImageGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceImageGetArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecServiceImageGetArgs : global::Pulumi.ResourceArgs
private InputList? _deployOnPushes;
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public InputList DeployOnPushes
{
diff --git a/sdk/dotnet/Inputs/AppSpecServiceLogDestinationArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceLogDestinationArgs.cs
index d0e721d1..d494682b 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceLogDestinationArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceLogDestinationArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecServiceLogDestinationArgs : global::Pulumi.ResourceAr
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecServiceLogDestinationGetArgs.cs b/sdk/dotnet/Inputs/AppSpecServiceLogDestinationGetArgs.cs
index 79f462db..c0503577 100644
--- a/sdk/dotnet/Inputs/AppSpecServiceLogDestinationGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecServiceLogDestinationGetArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecServiceLogDestinationGetArgs : global::Pulumi.Resourc
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecStaticSiteArgs.cs b/sdk/dotnet/Inputs/AppSpecStaticSiteArgs.cs
index b938a03b..ce656c70 100644
--- a/sdk/dotnet/Inputs/AppSpecStaticSiteArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecStaticSiteArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecStaticSiteArgs : global::Pulumi.ResourceArgs
public Input? CatchallDocument { get; set; }
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
@@ -100,7 +100,7 @@ public InputList Envs
private InputList? _routes;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList Routes
diff --git a/sdk/dotnet/Inputs/AppSpecStaticSiteEnvArgs.cs b/sdk/dotnet/Inputs/AppSpecStaticSiteEnvArgs.cs
index 86f9a8c4..d89925c5 100644
--- a/sdk/dotnet/Inputs/AppSpecStaticSiteEnvArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecStaticSiteEnvArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecStaticSiteEnvArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecStaticSiteEnvGetArgs.cs b/sdk/dotnet/Inputs/AppSpecStaticSiteEnvGetArgs.cs
index b35117a4..00b9a4dc 100644
--- a/sdk/dotnet/Inputs/AppSpecStaticSiteEnvGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecStaticSiteEnvGetArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecStaticSiteEnvGetArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecStaticSiteGetArgs.cs b/sdk/dotnet/Inputs/AppSpecStaticSiteGetArgs.cs
index 3c59a6b3..5ec11fbd 100644
--- a/sdk/dotnet/Inputs/AppSpecStaticSiteGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecStaticSiteGetArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecStaticSiteGetArgs : global::Pulumi.ResourceArgs
public Input? CatchallDocument { get; set; }
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
[Input("cors")]
public Input? Cors { get; set; }
@@ -100,7 +100,7 @@ public InputList Envs
private InputList? _routes;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
[Obsolete(@"Service level routes are deprecated in favor of ingresses")]
public InputList Routes
diff --git a/sdk/dotnet/Inputs/AppSpecWorkerEnvArgs.cs b/sdk/dotnet/Inputs/AppSpecWorkerEnvArgs.cs
index 149905f2..cd68e558 100644
--- a/sdk/dotnet/Inputs/AppSpecWorkerEnvArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecWorkerEnvArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecWorkerEnvArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecWorkerEnvGetArgs.cs b/sdk/dotnet/Inputs/AppSpecWorkerEnvGetArgs.cs
index b68c85ee..b531cb43 100644
--- a/sdk/dotnet/Inputs/AppSpecWorkerEnvGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecWorkerEnvGetArgs.cs
@@ -34,7 +34,7 @@ public sealed class AppSpecWorkerEnvGetArgs : global::Pulumi.ResourceArgs
private Input? _value;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public Input? Value
{
diff --git a/sdk/dotnet/Inputs/AppSpecWorkerImageArgs.cs b/sdk/dotnet/Inputs/AppSpecWorkerImageArgs.cs
index 67a4605d..82494954 100644
--- a/sdk/dotnet/Inputs/AppSpecWorkerImageArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecWorkerImageArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecWorkerImageArgs : global::Pulumi.ResourceArgs
private InputList? _deployOnPushes;
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public InputList DeployOnPushes
{
diff --git a/sdk/dotnet/Inputs/AppSpecWorkerImageGetArgs.cs b/sdk/dotnet/Inputs/AppSpecWorkerImageGetArgs.cs
index 4cf7af3b..8f26e274 100644
--- a/sdk/dotnet/Inputs/AppSpecWorkerImageGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecWorkerImageGetArgs.cs
@@ -16,7 +16,7 @@ public sealed class AppSpecWorkerImageGetArgs : global::Pulumi.ResourceArgs
private InputList? _deployOnPushes;
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public InputList DeployOnPushes
{
diff --git a/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationArgs.cs b/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationArgs.cs
index 853cfdc9..1e3f0617 100644
--- a/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecWorkerLogDestinationArgs : global::Pulumi.ResourceArg
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationGetArgs.cs b/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationGetArgs.cs
index 60d352ce..0406aebb 100644
--- a/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationGetArgs.cs
+++ b/sdk/dotnet/Inputs/AppSpecWorkerLogDestinationGetArgs.cs
@@ -25,7 +25,7 @@ public sealed class AppSpecWorkerLogDestinationGetArgs : global::Pulumi.Resource
public Input? Logtail { get; set; }
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
[Input("name", required: true)]
public Input Name { get; set; } = null!;
diff --git a/sdk/dotnet/Inputs/KubernetesClusterNodePoolArgs.cs b/sdk/dotnet/Inputs/KubernetesClusterNodePoolArgs.cs
index a1d4a7b8..ff8c1710 100644
--- a/sdk/dotnet/Inputs/KubernetesClusterNodePoolArgs.cs
+++ b/sdk/dotnet/Inputs/KubernetesClusterNodePoolArgs.cs
@@ -88,7 +88,7 @@ public InputList Nodes
private InputList? _tags;
///
- /// A list of tag names to be applied to the Kubernetes cluster.
+ /// A list of tag names applied to the node pool.
///
public InputList Tags
{
diff --git a/sdk/dotnet/Inputs/KubernetesClusterNodePoolGetArgs.cs b/sdk/dotnet/Inputs/KubernetesClusterNodePoolGetArgs.cs
index 55438060..0f2e3fdf 100644
--- a/sdk/dotnet/Inputs/KubernetesClusterNodePoolGetArgs.cs
+++ b/sdk/dotnet/Inputs/KubernetesClusterNodePoolGetArgs.cs
@@ -88,7 +88,7 @@ public InputList Nodes
private InputList? _tags;
///
- /// A list of tag names to be applied to the Kubernetes cluster.
+ /// A list of tag names applied to the node pool.
///
public InputList Tags
{
diff --git a/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeArgs.cs b/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeArgs.cs
index d1a7dd35..17920a58 100644
--- a/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeArgs.cs
+++ b/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeArgs.cs
@@ -31,7 +31,7 @@ public sealed class KubernetesClusterNodePoolNodeArgs : global::Pulumi.ResourceA
public Input? Id { get; set; }
///
- /// A name for the node pool.
+ /// A name for the Kubernetes cluster.
///
[Input("name")]
public Input? Name { get; set; }
diff --git a/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeGetArgs.cs b/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeGetArgs.cs
index f23e6dea..9fe5d132 100644
--- a/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeGetArgs.cs
+++ b/sdk/dotnet/Inputs/KubernetesClusterNodePoolNodeGetArgs.cs
@@ -31,7 +31,7 @@ public sealed class KubernetesClusterNodePoolNodeGetArgs : global::Pulumi.Resour
public Input? Id { get; set; }
///
- /// A name for the node pool.
+ /// A name for the Kubernetes cluster.
///
[Input("name")]
public Input? Name { get; set; }
diff --git a/sdk/dotnet/KubernetesCluster.cs b/sdk/dotnet/KubernetesCluster.cs
index ae450d21..6700659d 100644
--- a/sdk/dotnet/KubernetesCluster.cs
+++ b/sdk/dotnet/KubernetesCluster.cs
@@ -87,7 +87,7 @@ public partial class KubernetesCluster : global::Pulumi.CustomResource
public Output MaintenancePolicy { get; private set; } = null!;
///
- /// A name for the node pool.
+ /// A name for the Kubernetes cluster.
///
[Output("name")]
public Output Name { get; private set; } = null!;
@@ -229,7 +229,7 @@ public sealed class KubernetesClusterArgs : global::Pulumi.ResourceArgs
public Input? MaintenancePolicy { get; set; }
///
- /// A name for the node pool.
+ /// A name for the Kubernetes cluster.
///
[Input("name")]
public Input? Name { get; set; }
@@ -359,7 +359,7 @@ public InputList KubeConfigs
public Input? MaintenancePolicy { get; set; }
///
- /// A name for the node pool.
+ /// A name for the Kubernetes cluster.
///
[Input("name")]
public Input? Name { get; set; }
diff --git a/sdk/dotnet/Outputs/AppSpecDomainName.cs b/sdk/dotnet/Outputs/AppSpecDomainName.cs
index bec42971..a944b32c 100644
--- a/sdk/dotnet/Outputs/AppSpecDomainName.cs
+++ b/sdk/dotnet/Outputs/AppSpecDomainName.cs
@@ -14,7 +14,7 @@ namespace Pulumi.DigitalOcean.Outputs
public sealed class AppSpecDomainName
{
///
- /// The name of the component.
+ /// The hostname for the domain.
///
public readonly string Name;
///
diff --git a/sdk/dotnet/Outputs/AppSpecEnv.cs b/sdk/dotnet/Outputs/AppSpecEnv.cs
index ce1f6cce..14def5c9 100644
--- a/sdk/dotnet/Outputs/AppSpecEnv.cs
+++ b/sdk/dotnet/Outputs/AppSpecEnv.cs
@@ -26,7 +26,7 @@ public sealed class AppSpecEnv
///
public readonly string? Type;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public readonly string? Value;
diff --git a/sdk/dotnet/Outputs/AppSpecFunction.cs b/sdk/dotnet/Outputs/AppSpecFunction.cs
index 8a02642b..2433cb4d 100644
--- a/sdk/dotnet/Outputs/AppSpecFunction.cs
+++ b/sdk/dotnet/Outputs/AppSpecFunction.cs
@@ -18,7 +18,7 @@ public sealed class AppSpecFunction
///
public readonly ImmutableArray Alerts;
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
public readonly Outputs.AppSpecFunctionCors? Cors;
///
@@ -46,7 +46,7 @@ public sealed class AppSpecFunction
///
public readonly string Name;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
public readonly ImmutableArray Routes;
///
diff --git a/sdk/dotnet/Outputs/AppSpecFunctionEnv.cs b/sdk/dotnet/Outputs/AppSpecFunctionEnv.cs
index 32fd4232..318556d5 100644
--- a/sdk/dotnet/Outputs/AppSpecFunctionEnv.cs
+++ b/sdk/dotnet/Outputs/AppSpecFunctionEnv.cs
@@ -26,7 +26,7 @@ public sealed class AppSpecFunctionEnv
///
public readonly string? Type;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public readonly string? Value;
diff --git a/sdk/dotnet/Outputs/AppSpecFunctionLogDestination.cs b/sdk/dotnet/Outputs/AppSpecFunctionLogDestination.cs
index 903fe0ec..e301dcca 100644
--- a/sdk/dotnet/Outputs/AppSpecFunctionLogDestination.cs
+++ b/sdk/dotnet/Outputs/AppSpecFunctionLogDestination.cs
@@ -22,7 +22,7 @@ public sealed class AppSpecFunctionLogDestination
///
public readonly Outputs.AppSpecFunctionLogDestinationLogtail? Logtail;
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
public readonly string Name;
///
diff --git a/sdk/dotnet/Outputs/AppSpecIngress.cs b/sdk/dotnet/Outputs/AppSpecIngress.cs
index 78956df1..a07c967f 100644
--- a/sdk/dotnet/Outputs/AppSpecIngress.cs
+++ b/sdk/dotnet/Outputs/AppSpecIngress.cs
@@ -14,7 +14,7 @@ namespace Pulumi.DigitalOcean.Outputs
public sealed class AppSpecIngress
{
///
- /// The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+ /// Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
///
public readonly ImmutableArray Rules;
diff --git a/sdk/dotnet/Outputs/AppSpecIngressRule.cs b/sdk/dotnet/Outputs/AppSpecIngressRule.cs
index 16427070..ea1fd0b5 100644
--- a/sdk/dotnet/Outputs/AppSpecIngressRule.cs
+++ b/sdk/dotnet/Outputs/AppSpecIngressRule.cs
@@ -18,7 +18,7 @@ public sealed class AppSpecIngressRule
///
public readonly Outputs.AppSpecIngressRuleComponent? Component;
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
public readonly Outputs.AppSpecIngressRuleCors? Cors;
///
diff --git a/sdk/dotnet/Outputs/AppSpecIngressRuleComponent.cs b/sdk/dotnet/Outputs/AppSpecIngressRuleComponent.cs
index c1e56ded..da37b05d 100644
--- a/sdk/dotnet/Outputs/AppSpecIngressRuleComponent.cs
+++ b/sdk/dotnet/Outputs/AppSpecIngressRuleComponent.cs
@@ -18,7 +18,7 @@ public sealed class AppSpecIngressRuleComponent
///
public readonly string? Name;
///
- /// An optional flag to preserve the path that is forwarded to the backend service.
+ /// An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
///
public readonly bool? PreservePathPrefix;
///
diff --git a/sdk/dotnet/Outputs/AppSpecIngressRuleMatch.cs b/sdk/dotnet/Outputs/AppSpecIngressRuleMatch.cs
index 8a957346..936686f7 100644
--- a/sdk/dotnet/Outputs/AppSpecIngressRuleMatch.cs
+++ b/sdk/dotnet/Outputs/AppSpecIngressRuleMatch.cs
@@ -14,7 +14,7 @@ namespace Pulumi.DigitalOcean.Outputs
public sealed class AppSpecIngressRuleMatch
{
///
- /// Paths must start with `/` and must be unique within the app.
+ /// The path to match on.
///
public readonly Outputs.AppSpecIngressRuleMatchPath? Path;
diff --git a/sdk/dotnet/Outputs/AppSpecJobEnv.cs b/sdk/dotnet/Outputs/AppSpecJobEnv.cs
index 3adca8f5..148938de 100644
--- a/sdk/dotnet/Outputs/AppSpecJobEnv.cs
+++ b/sdk/dotnet/Outputs/AppSpecJobEnv.cs
@@ -26,7 +26,7 @@ public sealed class AppSpecJobEnv
///
public readonly string? Type;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public readonly string? Value;
diff --git a/sdk/dotnet/Outputs/AppSpecJobImage.cs b/sdk/dotnet/Outputs/AppSpecJobImage.cs
index 2ccb7a11..854af042 100644
--- a/sdk/dotnet/Outputs/AppSpecJobImage.cs
+++ b/sdk/dotnet/Outputs/AppSpecJobImage.cs
@@ -14,7 +14,7 @@ namespace Pulumi.DigitalOcean.Outputs
public sealed class AppSpecJobImage
{
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public readonly ImmutableArray DeployOnPushes;
///
diff --git a/sdk/dotnet/Outputs/AppSpecJobLogDestination.cs b/sdk/dotnet/Outputs/AppSpecJobLogDestination.cs
index 2f624f61..1f09ac98 100644
--- a/sdk/dotnet/Outputs/AppSpecJobLogDestination.cs
+++ b/sdk/dotnet/Outputs/AppSpecJobLogDestination.cs
@@ -22,7 +22,7 @@ public sealed class AppSpecJobLogDestination
///
public readonly Outputs.AppSpecJobLogDestinationLogtail? Logtail;
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
public readonly string Name;
///
diff --git a/sdk/dotnet/Outputs/AppSpecService.cs b/sdk/dotnet/Outputs/AppSpecService.cs
index 723ba9be..25663c42 100644
--- a/sdk/dotnet/Outputs/AppSpecService.cs
+++ b/sdk/dotnet/Outputs/AppSpecService.cs
@@ -22,7 +22,7 @@ public sealed class AppSpecService
///
public readonly string? BuildCommand;
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
public readonly Outputs.AppSpecServiceCors? Cors;
///
@@ -82,7 +82,7 @@ public sealed class AppSpecService
///
public readonly string Name;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
public readonly ImmutableArray Routes;
///
diff --git a/sdk/dotnet/Outputs/AppSpecServiceEnv.cs b/sdk/dotnet/Outputs/AppSpecServiceEnv.cs
index 8de33d35..839ff4a0 100644
--- a/sdk/dotnet/Outputs/AppSpecServiceEnv.cs
+++ b/sdk/dotnet/Outputs/AppSpecServiceEnv.cs
@@ -26,7 +26,7 @@ public sealed class AppSpecServiceEnv
///
public readonly string? Type;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public readonly string? Value;
diff --git a/sdk/dotnet/Outputs/AppSpecServiceImage.cs b/sdk/dotnet/Outputs/AppSpecServiceImage.cs
index 090694f6..c08d2886 100644
--- a/sdk/dotnet/Outputs/AppSpecServiceImage.cs
+++ b/sdk/dotnet/Outputs/AppSpecServiceImage.cs
@@ -14,7 +14,7 @@ namespace Pulumi.DigitalOcean.Outputs
public sealed class AppSpecServiceImage
{
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public readonly ImmutableArray DeployOnPushes;
///
diff --git a/sdk/dotnet/Outputs/AppSpecServiceLogDestination.cs b/sdk/dotnet/Outputs/AppSpecServiceLogDestination.cs
index 0e9e89f0..3843b8fc 100644
--- a/sdk/dotnet/Outputs/AppSpecServiceLogDestination.cs
+++ b/sdk/dotnet/Outputs/AppSpecServiceLogDestination.cs
@@ -22,7 +22,7 @@ public sealed class AppSpecServiceLogDestination
///
public readonly Outputs.AppSpecServiceLogDestinationLogtail? Logtail;
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
public readonly string Name;
///
diff --git a/sdk/dotnet/Outputs/AppSpecStaticSite.cs b/sdk/dotnet/Outputs/AppSpecStaticSite.cs
index 56d0e3b8..ffbc522d 100644
--- a/sdk/dotnet/Outputs/AppSpecStaticSite.cs
+++ b/sdk/dotnet/Outputs/AppSpecStaticSite.cs
@@ -22,7 +22,7 @@ public sealed class AppSpecStaticSite
///
public readonly string? CatchallDocument;
///
- /// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ /// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
///
public readonly Outputs.AppSpecStaticSiteCors? Cors;
///
@@ -66,7 +66,7 @@ public sealed class AppSpecStaticSite
///
public readonly string? OutputDir;
///
- /// An HTTP paths that should be routed to this component.
+ /// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
///
public readonly ImmutableArray Routes;
///
diff --git a/sdk/dotnet/Outputs/AppSpecStaticSiteEnv.cs b/sdk/dotnet/Outputs/AppSpecStaticSiteEnv.cs
index 9c480c95..0847ab4c 100644
--- a/sdk/dotnet/Outputs/AppSpecStaticSiteEnv.cs
+++ b/sdk/dotnet/Outputs/AppSpecStaticSiteEnv.cs
@@ -26,7 +26,7 @@ public sealed class AppSpecStaticSiteEnv
///
public readonly string? Type;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public readonly string? Value;
diff --git a/sdk/dotnet/Outputs/AppSpecWorkerEnv.cs b/sdk/dotnet/Outputs/AppSpecWorkerEnv.cs
index b193cdc9..2c44f3d7 100644
--- a/sdk/dotnet/Outputs/AppSpecWorkerEnv.cs
+++ b/sdk/dotnet/Outputs/AppSpecWorkerEnv.cs
@@ -26,7 +26,7 @@ public sealed class AppSpecWorkerEnv
///
public readonly string? Type;
///
- /// The threshold for the type of the warning.
+ /// The value of the environment variable.
///
public readonly string? Value;
diff --git a/sdk/dotnet/Outputs/AppSpecWorkerImage.cs b/sdk/dotnet/Outputs/AppSpecWorkerImage.cs
index ba5d0339..af8e4d7b 100644
--- a/sdk/dotnet/Outputs/AppSpecWorkerImage.cs
+++ b/sdk/dotnet/Outputs/AppSpecWorkerImage.cs
@@ -14,7 +14,7 @@ namespace Pulumi.DigitalOcean.Outputs
public sealed class AppSpecWorkerImage
{
///
- /// Whether to automatically deploy new commits made to the repo.
+ /// Configures automatically deploying images pushed to DOCR.
///
public readonly ImmutableArray DeployOnPushes;
///
diff --git a/sdk/dotnet/Outputs/AppSpecWorkerLogDestination.cs b/sdk/dotnet/Outputs/AppSpecWorkerLogDestination.cs
index ab37c64e..3c2fede7 100644
--- a/sdk/dotnet/Outputs/AppSpecWorkerLogDestination.cs
+++ b/sdk/dotnet/Outputs/AppSpecWorkerLogDestination.cs
@@ -22,7 +22,7 @@ public sealed class AppSpecWorkerLogDestination
///
public readonly Outputs.AppSpecWorkerLogDestinationLogtail? Logtail;
///
- /// The name of the component.
+ /// Name of the log destination. Minimum length: 2. Maximum length: 42.
///
public readonly string Name;
///
diff --git a/sdk/dotnet/Outputs/KubernetesClusterNodePool.cs b/sdk/dotnet/Outputs/KubernetesClusterNodePool.cs
index c613df72..bb7971dc 100644
--- a/sdk/dotnet/Outputs/KubernetesClusterNodePool.cs
+++ b/sdk/dotnet/Outputs/KubernetesClusterNodePool.cs
@@ -54,7 +54,7 @@ public sealed class KubernetesClusterNodePool
///
public readonly string Size;
///
- /// A list of tag names to be applied to the Kubernetes cluster.
+ /// A list of tag names applied to the node pool.
///
public readonly ImmutableArray Tags;
///
diff --git a/sdk/dotnet/Outputs/KubernetesClusterNodePoolNode.cs b/sdk/dotnet/Outputs/KubernetesClusterNodePoolNode.cs
index 24fcb7f3..4b3fbb5b 100644
--- a/sdk/dotnet/Outputs/KubernetesClusterNodePoolNode.cs
+++ b/sdk/dotnet/Outputs/KubernetesClusterNodePoolNode.cs
@@ -26,7 +26,7 @@ public sealed class KubernetesClusterNodePoolNode
///
public readonly string? Id;
///
- /// A name for the node pool.
+ /// A name for the Kubernetes cluster.
///
public readonly string? Name;
///
diff --git a/sdk/go/digitalocean/kubernetesCluster.go b/sdk/go/digitalocean/kubernetesCluster.go
index ebce0882..8be53c7d 100644
--- a/sdk/go/digitalocean/kubernetesCluster.go
+++ b/sdk/go/digitalocean/kubernetesCluster.go
@@ -53,7 +53,7 @@ type KubernetesCluster struct {
KubeConfigs KubernetesClusterKubeConfigArrayOutput `pulumi:"kubeConfigs"`
// A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. `autoUpgrade` must be set to `true` for this to have an effect.
MaintenancePolicy KubernetesClusterMaintenancePolicyOutput `pulumi:"maintenancePolicy"`
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name pulumi.StringOutput `pulumi:"name"`
// A block representing the cluster's default node pool. Additional node pools may be added to the cluster using the `KubernetesNodePool` resource. The following arguments may be specified:
NodePool KubernetesClusterNodePoolOutput `pulumi:"nodePool"`
@@ -141,7 +141,7 @@ type kubernetesClusterState struct {
KubeConfigs []KubernetesClusterKubeConfig `pulumi:"kubeConfigs"`
// A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. `autoUpgrade` must be set to `true` for this to have an effect.
MaintenancePolicy *KubernetesClusterMaintenancePolicy `pulumi:"maintenancePolicy"`
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name *string `pulumi:"name"`
// A block representing the cluster's default node pool. Additional node pools may be added to the cluster using the `KubernetesNodePool` resource. The following arguments may be specified:
NodePool *KubernetesClusterNodePool `pulumi:"nodePool"`
@@ -187,7 +187,7 @@ type KubernetesClusterState struct {
KubeConfigs KubernetesClusterKubeConfigArrayInput
// A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. `autoUpgrade` must be set to `true` for this to have an effect.
MaintenancePolicy KubernetesClusterMaintenancePolicyPtrInput
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name pulumi.StringPtrInput
// A block representing the cluster's default node pool. Additional node pools may be added to the cluster using the `KubernetesNodePool` resource. The following arguments may be specified:
NodePool KubernetesClusterNodePoolPtrInput
@@ -226,7 +226,7 @@ type kubernetesClusterArgs struct {
Ha *bool `pulumi:"ha"`
// A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. `autoUpgrade` must be set to `true` for this to have an effect.
MaintenancePolicy *KubernetesClusterMaintenancePolicy `pulumi:"maintenancePolicy"`
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name *string `pulumi:"name"`
// A block representing the cluster's default node pool. Additional node pools may be added to the cluster using the `KubernetesNodePool` resource. The following arguments may be specified:
NodePool KubernetesClusterNodePool `pulumi:"nodePool"`
@@ -256,7 +256,7 @@ type KubernetesClusterArgs struct {
Ha pulumi.BoolPtrInput
// A block representing the cluster's maintenance window. Updates will be applied within this window. If not specified, a default maintenance window will be chosen. `autoUpgrade` must be set to `true` for this to have an effect.
MaintenancePolicy KubernetesClusterMaintenancePolicyPtrInput
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name pulumi.StringPtrInput
// A block representing the cluster's default node pool. Additional node pools may be added to the cluster using the `KubernetesNodePool` resource. The following arguments may be specified:
NodePool KubernetesClusterNodePoolInput
@@ -412,7 +412,7 @@ func (o KubernetesClusterOutput) MaintenancePolicy() KubernetesClusterMaintenanc
return o.ApplyT(func(v *KubernetesCluster) KubernetesClusterMaintenancePolicyOutput { return v.MaintenancePolicy }).(KubernetesClusterMaintenancePolicyOutput)
}
-// A name for the node pool.
+// A name for the Kubernetes cluster.
func (o KubernetesClusterOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v *KubernetesCluster) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput)
}
diff --git a/sdk/go/digitalocean/pulumiTypes.go b/sdk/go/digitalocean/pulumiTypes.go
index 187bd24a..dada1066 100644
--- a/sdk/go/digitalocean/pulumiTypes.go
+++ b/sdk/go/digitalocean/pulumiTypes.go
@@ -637,7 +637,7 @@ func (o AppSpecDatabaseArrayOutput) Index(i pulumi.IntInput) AppSpecDatabaseOutp
}
type AppSpecDomainName struct {
- // The name of the component.
+ // The hostname for the domain.
Name string `pulumi:"name"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
@@ -659,7 +659,7 @@ type AppSpecDomainNameInput interface {
}
type AppSpecDomainNameArgs struct {
- // The name of the component.
+ // The hostname for the domain.
Name pulumi.StringInput `pulumi:"name"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
@@ -720,7 +720,7 @@ func (o AppSpecDomainNameOutput) ToAppSpecDomainNameOutputWithContext(ctx contex
return o
}
-// The name of the component.
+// The hostname for the domain.
func (o AppSpecDomainNameOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecDomainName) string { return v.Name }).(pulumi.StringOutput)
}
@@ -767,7 +767,7 @@ type AppSpecEnv struct {
Scope *string `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value *string `pulumi:"value"`
}
@@ -789,7 +789,7 @@ type AppSpecEnvArgs struct {
Scope pulumi.StringPtrInput `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value pulumi.StringPtrInput `pulumi:"value"`
}
@@ -859,7 +859,7 @@ func (o AppSpecEnvOutput) Type() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecEnv) *string { return v.Type }).(pulumi.StringPtrOutput)
}
-// The threshold for the type of the warning.
+// The value of the environment variable.
func (o AppSpecEnvOutput) Value() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecEnv) *string { return v.Value }).(pulumi.StringPtrOutput)
}
@@ -887,7 +887,7 @@ func (o AppSpecEnvArrayOutput) Index(i pulumi.IntInput) AppSpecEnvOutput {
type AppSpecFunction struct {
// Describes an alert policy for the component.
Alerts []AppSpecFunctionAlert `pulumi:"alerts"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
Cors *AppSpecFunctionCors `pulumi:"cors"`
@@ -903,7 +903,7 @@ type AppSpecFunction struct {
LogDestinations []AppSpecFunctionLogDestination `pulumi:"logDestinations"`
// The name of the component.
Name string `pulumi:"name"`
- // An HTTP paths that should be routed to this component.
+ // (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
Routes []AppSpecFunctionRoute `pulumi:"routes"`
@@ -925,7 +925,7 @@ type AppSpecFunctionInput interface {
type AppSpecFunctionArgs struct {
// Describes an alert policy for the component.
Alerts AppSpecFunctionAlertArrayInput `pulumi:"alerts"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
Cors AppSpecFunctionCorsPtrInput `pulumi:"cors"`
@@ -941,7 +941,7 @@ type AppSpecFunctionArgs struct {
LogDestinations AppSpecFunctionLogDestinationArrayInput `pulumi:"logDestinations"`
// The name of the component.
Name pulumi.StringInput `pulumi:"name"`
- // An HTTP paths that should be routed to this component.
+ // (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
Routes AppSpecFunctionRouteArrayInput `pulumi:"routes"`
@@ -1005,7 +1005,7 @@ func (o AppSpecFunctionOutput) Alerts() AppSpecFunctionAlertArrayOutput {
return o.ApplyT(func(v AppSpecFunction) []AppSpecFunctionAlert { return v.Alerts }).(AppSpecFunctionAlertArrayOutput)
}
-// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
func (o AppSpecFunctionOutput) Cors() AppSpecFunctionCorsPtrOutput {
@@ -1042,7 +1042,7 @@ func (o AppSpecFunctionOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecFunction) string { return v.Name }).(pulumi.StringOutput)
}
-// An HTTP paths that should be routed to this component.
+// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
func (o AppSpecFunctionOutput) Routes() AppSpecFunctionRouteArrayOutput {
@@ -1637,7 +1637,7 @@ type AppSpecFunctionEnv struct {
Scope *string `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value *string `pulumi:"value"`
}
@@ -1659,7 +1659,7 @@ type AppSpecFunctionEnvArgs struct {
Scope pulumi.StringPtrInput `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value pulumi.StringPtrInput `pulumi:"value"`
}
@@ -1729,7 +1729,7 @@ func (o AppSpecFunctionEnvOutput) Type() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecFunctionEnv) *string { return v.Type }).(pulumi.StringPtrOutput)
}
-// The threshold for the type of the warning.
+// The value of the environment variable.
func (o AppSpecFunctionEnvOutput) Value() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecFunctionEnv) *string { return v.Value }).(pulumi.StringPtrOutput)
}
@@ -2265,7 +2265,7 @@ type AppSpecFunctionLogDestination struct {
Datadog *AppSpecFunctionLogDestinationDatadog `pulumi:"datadog"`
// Logtail configuration.
Logtail *AppSpecFunctionLogDestinationLogtail `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name string `pulumi:"name"`
// Papertrail configuration.
Papertrail *AppSpecFunctionLogDestinationPapertrail `pulumi:"papertrail"`
@@ -2287,7 +2287,7 @@ type AppSpecFunctionLogDestinationArgs struct {
Datadog AppSpecFunctionLogDestinationDatadogPtrInput `pulumi:"datadog"`
// Logtail configuration.
Logtail AppSpecFunctionLogDestinationLogtailPtrInput `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name pulumi.StringInput `pulumi:"name"`
// Papertrail configuration.
Papertrail AppSpecFunctionLogDestinationPapertrailPtrInput `pulumi:"papertrail"`
@@ -2354,7 +2354,7 @@ func (o AppSpecFunctionLogDestinationOutput) Logtail() AppSpecFunctionLogDestina
return o.ApplyT(func(v AppSpecFunctionLogDestination) *AppSpecFunctionLogDestinationLogtail { return v.Logtail }).(AppSpecFunctionLogDestinationLogtailPtrOutput)
}
-// The name of the component.
+// Name of the log destination. Minimum length: 2. Maximum length: 42.
func (o AppSpecFunctionLogDestinationOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecFunctionLogDestination) string { return v.Name }).(pulumi.StringOutput)
}
@@ -2929,7 +2929,7 @@ func (o AppSpecFunctionRouteArrayOutput) Index(i pulumi.IntInput) AppSpecFunctio
}
type AppSpecIngress struct {
- // The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+ // Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
Rules []AppSpecIngressRule `pulumi:"rules"`
}
@@ -2945,7 +2945,7 @@ type AppSpecIngressInput interface {
}
type AppSpecIngressArgs struct {
- // The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+ // Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
Rules AppSpecIngressRuleArrayInput `pulumi:"rules"`
}
@@ -3026,7 +3026,7 @@ func (o AppSpecIngressOutput) ToAppSpecIngressPtrOutputWithContext(ctx context.C
}).(AppSpecIngressPtrOutput)
}
-// The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+// Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
func (o AppSpecIngressOutput) Rules() AppSpecIngressRuleArrayOutput {
return o.ApplyT(func(v AppSpecIngress) []AppSpecIngressRule { return v.Rules }).(AppSpecIngressRuleArrayOutput)
}
@@ -3055,7 +3055,7 @@ func (o AppSpecIngressPtrOutput) Elem() AppSpecIngressOutput {
}).(AppSpecIngressOutput)
}
-// The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`.
+// Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects.
func (o AppSpecIngressPtrOutput) Rules() AppSpecIngressRuleArrayOutput {
return o.ApplyT(func(v *AppSpecIngress) []AppSpecIngressRule {
if v == nil {
@@ -3068,7 +3068,7 @@ func (o AppSpecIngressPtrOutput) Rules() AppSpecIngressRuleArrayOutput {
type AppSpecIngressRule struct {
// The component to route to. Only one of `component` or `redirect` may be set.
Component *AppSpecIngressRuleComponent `pulumi:"component"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
Cors *AppSpecIngressRuleCors `pulumi:"cors"`
// The match configuration for the rule
Match *AppSpecIngressRuleMatch `pulumi:"match"`
@@ -3090,7 +3090,7 @@ type AppSpecIngressRuleInput interface {
type AppSpecIngressRuleArgs struct {
// The component to route to. Only one of `component` or `redirect` may be set.
Component AppSpecIngressRuleComponentPtrInput `pulumi:"component"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
Cors AppSpecIngressRuleCorsPtrInput `pulumi:"cors"`
// The match configuration for the rule
Match AppSpecIngressRuleMatchPtrInput `pulumi:"match"`
@@ -3154,7 +3154,7 @@ func (o AppSpecIngressRuleOutput) Component() AppSpecIngressRuleComponentPtrOutp
return o.ApplyT(func(v AppSpecIngressRule) *AppSpecIngressRuleComponent { return v.Component }).(AppSpecIngressRuleComponentPtrOutput)
}
-// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
func (o AppSpecIngressRuleOutput) Cors() AppSpecIngressRuleCorsPtrOutput {
return o.ApplyT(func(v AppSpecIngressRule) *AppSpecIngressRuleCors { return v.Cors }).(AppSpecIngressRuleCorsPtrOutput)
}
@@ -3192,7 +3192,7 @@ func (o AppSpecIngressRuleArrayOutput) Index(i pulumi.IntInput) AppSpecIngressRu
type AppSpecIngressRuleComponent struct {
// The name of the component.
Name *string `pulumi:"name"`
- // An optional flag to preserve the path that is forwarded to the backend service.
+ // An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
PreservePathPrefix *bool `pulumi:"preservePathPrefix"`
// An optional field that will rewrite the path of the component to be what is specified here. This is mutually exclusive with `preservePathPrefix`.
Rewrite *string `pulumi:"rewrite"`
@@ -3212,7 +3212,7 @@ type AppSpecIngressRuleComponentInput interface {
type AppSpecIngressRuleComponentArgs struct {
// The name of the component.
Name pulumi.StringPtrInput `pulumi:"name"`
- // An optional flag to preserve the path that is forwarded to the backend service.
+ // An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
PreservePathPrefix pulumi.BoolPtrInput `pulumi:"preservePathPrefix"`
// An optional field that will rewrite the path of the component to be what is specified here. This is mutually exclusive with `preservePathPrefix`.
Rewrite pulumi.StringPtrInput `pulumi:"rewrite"`
@@ -3300,7 +3300,7 @@ func (o AppSpecIngressRuleComponentOutput) Name() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecIngressRuleComponent) *string { return v.Name }).(pulumi.StringPtrOutput)
}
-// An optional flag to preserve the path that is forwarded to the backend service.
+// An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
func (o AppSpecIngressRuleComponentOutput) PreservePathPrefix() pulumi.BoolPtrOutput {
return o.ApplyT(func(v AppSpecIngressRuleComponent) *bool { return v.PreservePathPrefix }).(pulumi.BoolPtrOutput)
}
@@ -3344,7 +3344,7 @@ func (o AppSpecIngressRuleComponentPtrOutput) Name() pulumi.StringPtrOutput {
}).(pulumi.StringPtrOutput)
}
-// An optional flag to preserve the path that is forwarded to the backend service.
+// An optional boolean flag to preserve the path that is forwarded to the backend service. By default, the HTTP request path will be trimmed from the left when forwarded to the component.
func (o AppSpecIngressRuleComponentPtrOutput) PreservePathPrefix() pulumi.BoolPtrOutput {
return o.ApplyT(func(v *AppSpecIngressRuleComponent) *bool {
if v == nil {
@@ -3788,7 +3788,7 @@ func (o AppSpecIngressRuleCorsAllowOriginsPtrOutput) Regex() pulumi.StringPtrOut
}
type AppSpecIngressRuleMatch struct {
- // Paths must start with `/` and must be unique within the app.
+ // The path to match on.
Path *AppSpecIngressRuleMatchPath `pulumi:"path"`
}
@@ -3804,7 +3804,7 @@ type AppSpecIngressRuleMatchInput interface {
}
type AppSpecIngressRuleMatchArgs struct {
- // Paths must start with `/` and must be unique within the app.
+ // The path to match on.
Path AppSpecIngressRuleMatchPathPtrInput `pulumi:"path"`
}
@@ -3885,7 +3885,7 @@ func (o AppSpecIngressRuleMatchOutput) ToAppSpecIngressRuleMatchPtrOutputWithCon
}).(AppSpecIngressRuleMatchPtrOutput)
}
-// Paths must start with `/` and must be unique within the app.
+// The path to match on.
func (o AppSpecIngressRuleMatchOutput) Path() AppSpecIngressRuleMatchPathPtrOutput {
return o.ApplyT(func(v AppSpecIngressRuleMatch) *AppSpecIngressRuleMatchPath { return v.Path }).(AppSpecIngressRuleMatchPathPtrOutput)
}
@@ -3914,7 +3914,7 @@ func (o AppSpecIngressRuleMatchPtrOutput) Elem() AppSpecIngressRuleMatchOutput {
}).(AppSpecIngressRuleMatchOutput)
}
-// Paths must start with `/` and must be unique within the app.
+// The path to match on.
func (o AppSpecIngressRuleMatchPtrOutput) Path() AppSpecIngressRuleMatchPathPtrOutput {
return o.ApplyT(func(v *AppSpecIngressRuleMatch) *AppSpecIngressRuleMatchPath {
if v == nil {
@@ -4646,7 +4646,7 @@ type AppSpecJobEnv struct {
Scope *string `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value *string `pulumi:"value"`
}
@@ -4668,7 +4668,7 @@ type AppSpecJobEnvArgs struct {
Scope pulumi.StringPtrInput `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value pulumi.StringPtrInput `pulumi:"value"`
}
@@ -4738,7 +4738,7 @@ func (o AppSpecJobEnvOutput) Type() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecJobEnv) *string { return v.Type }).(pulumi.StringPtrOutput)
}
-// The threshold for the type of the warning.
+// The value of the environment variable.
func (o AppSpecJobEnvOutput) Value() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecJobEnv) *string { return v.Value }).(pulumi.StringPtrOutput)
}
@@ -5270,7 +5270,7 @@ func (o AppSpecJobGitlabPtrOutput) Repo() pulumi.StringPtrOutput {
}
type AppSpecJobImage struct {
- // Whether to automatically deploy new commits made to the repo.
+ // Configures automatically deploying images pushed to DOCR.
DeployOnPushes []AppSpecJobImageDeployOnPush `pulumi:"deployOnPushes"`
// The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
Registry *string `pulumi:"registry"`
@@ -5294,7 +5294,7 @@ type AppSpecJobImageInput interface {
}
type AppSpecJobImageArgs struct {
- // Whether to automatically deploy new commits made to the repo.
+ // Configures automatically deploying images pushed to DOCR.
DeployOnPushes AppSpecJobImageDeployOnPushArrayInput `pulumi:"deployOnPushes"`
// The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
Registry pulumi.StringPtrInput `pulumi:"registry"`
@@ -5383,7 +5383,7 @@ func (o AppSpecJobImageOutput) ToAppSpecJobImagePtrOutputWithContext(ctx context
}).(AppSpecJobImagePtrOutput)
}
-// Whether to automatically deploy new commits made to the repo.
+// Configures automatically deploying images pushed to DOCR.
func (o AppSpecJobImageOutput) DeployOnPushes() AppSpecJobImageDeployOnPushArrayOutput {
return o.ApplyT(func(v AppSpecJobImage) []AppSpecJobImageDeployOnPush { return v.DeployOnPushes }).(AppSpecJobImageDeployOnPushArrayOutput)
}
@@ -5432,7 +5432,7 @@ func (o AppSpecJobImagePtrOutput) Elem() AppSpecJobImageOutput {
}).(AppSpecJobImageOutput)
}
-// Whether to automatically deploy new commits made to the repo.
+// Configures automatically deploying images pushed to DOCR.
func (o AppSpecJobImagePtrOutput) DeployOnPushes() AppSpecJobImageDeployOnPushArrayOutput {
return o.ApplyT(func(v *AppSpecJobImage) []AppSpecJobImageDeployOnPush {
if v == nil {
@@ -5584,7 +5584,7 @@ type AppSpecJobLogDestination struct {
Datadog *AppSpecJobLogDestinationDatadog `pulumi:"datadog"`
// Logtail configuration.
Logtail *AppSpecJobLogDestinationLogtail `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name string `pulumi:"name"`
// Papertrail configuration.
Papertrail *AppSpecJobLogDestinationPapertrail `pulumi:"papertrail"`
@@ -5606,7 +5606,7 @@ type AppSpecJobLogDestinationArgs struct {
Datadog AppSpecJobLogDestinationDatadogPtrInput `pulumi:"datadog"`
// Logtail configuration.
Logtail AppSpecJobLogDestinationLogtailPtrInput `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name pulumi.StringInput `pulumi:"name"`
// Papertrail configuration.
Papertrail AppSpecJobLogDestinationPapertrailPtrInput `pulumi:"papertrail"`
@@ -5673,7 +5673,7 @@ func (o AppSpecJobLogDestinationOutput) Logtail() AppSpecJobLogDestinationLogtai
return o.ApplyT(func(v AppSpecJobLogDestination) *AppSpecJobLogDestinationLogtail { return v.Logtail }).(AppSpecJobLogDestinationLogtailPtrOutput)
}
-// The name of the component.
+// Name of the log destination. Minimum length: 2. Maximum length: 42.
func (o AppSpecJobLogDestinationOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecJobLogDestination) string { return v.Name }).(pulumi.StringOutput)
}
@@ -6146,7 +6146,7 @@ type AppSpecService struct {
Alerts []AppSpecServiceAlert `pulumi:"alerts"`
// An optional build command to run while building this component from source.
BuildCommand *string `pulumi:"buildCommand"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
Cors *AppSpecServiceCors `pulumi:"cors"`
@@ -6178,7 +6178,7 @@ type AppSpecService struct {
LogDestinations []AppSpecServiceLogDestination `pulumi:"logDestinations"`
// The name of the component.
Name string `pulumi:"name"`
- // An HTTP paths that should be routed to this component.
+ // (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
Routes []AppSpecServiceRoute `pulumi:"routes"`
@@ -6204,7 +6204,7 @@ type AppSpecServiceArgs struct {
Alerts AppSpecServiceAlertArrayInput `pulumi:"alerts"`
// An optional build command to run while building this component from source.
BuildCommand pulumi.StringPtrInput `pulumi:"buildCommand"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
Cors AppSpecServiceCorsPtrInput `pulumi:"cors"`
@@ -6236,7 +6236,7 @@ type AppSpecServiceArgs struct {
LogDestinations AppSpecServiceLogDestinationArrayInput `pulumi:"logDestinations"`
// The name of the component.
Name pulumi.StringInput `pulumi:"name"`
- // An HTTP paths that should be routed to this component.
+ // (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
Routes AppSpecServiceRouteArrayInput `pulumi:"routes"`
@@ -6307,7 +6307,7 @@ func (o AppSpecServiceOutput) BuildCommand() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecService) *string { return v.BuildCommand }).(pulumi.StringPtrOutput)
}
-// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
func (o AppSpecServiceOutput) Cors() AppSpecServiceCorsPtrOutput {
@@ -6384,7 +6384,7 @@ func (o AppSpecServiceOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecService) string { return v.Name }).(pulumi.StringOutput)
}
-// An HTTP paths that should be routed to this component.
+// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
func (o AppSpecServiceOutput) Routes() AppSpecServiceRouteArrayOutput {
@@ -6984,7 +6984,7 @@ type AppSpecServiceEnv struct {
Scope *string `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value *string `pulumi:"value"`
}
@@ -7006,7 +7006,7 @@ type AppSpecServiceEnvArgs struct {
Scope pulumi.StringPtrInput `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value pulumi.StringPtrInput `pulumi:"value"`
}
@@ -7076,7 +7076,7 @@ func (o AppSpecServiceEnvOutput) Type() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecServiceEnv) *string { return v.Type }).(pulumi.StringPtrOutput)
}
-// The threshold for the type of the warning.
+// The value of the environment variable.
func (o AppSpecServiceEnvOutput) Value() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecServiceEnv) *string { return v.Value }).(pulumi.StringPtrOutput)
}
@@ -7840,7 +7840,7 @@ func (o AppSpecServiceHealthCheckPtrOutput) TimeoutSeconds() pulumi.IntPtrOutput
}
type AppSpecServiceImage struct {
- // Whether to automatically deploy new commits made to the repo.
+ // Configures automatically deploying images pushed to DOCR.
DeployOnPushes []AppSpecServiceImageDeployOnPush `pulumi:"deployOnPushes"`
// The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
Registry *string `pulumi:"registry"`
@@ -7864,7 +7864,7 @@ type AppSpecServiceImageInput interface {
}
type AppSpecServiceImageArgs struct {
- // Whether to automatically deploy new commits made to the repo.
+ // Configures automatically deploying images pushed to DOCR.
DeployOnPushes AppSpecServiceImageDeployOnPushArrayInput `pulumi:"deployOnPushes"`
// The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
Registry pulumi.StringPtrInput `pulumi:"registry"`
@@ -7953,7 +7953,7 @@ func (o AppSpecServiceImageOutput) ToAppSpecServiceImagePtrOutputWithContext(ctx
}).(AppSpecServiceImagePtrOutput)
}
-// Whether to automatically deploy new commits made to the repo.
+// Configures automatically deploying images pushed to DOCR.
func (o AppSpecServiceImageOutput) DeployOnPushes() AppSpecServiceImageDeployOnPushArrayOutput {
return o.ApplyT(func(v AppSpecServiceImage) []AppSpecServiceImageDeployOnPush { return v.DeployOnPushes }).(AppSpecServiceImageDeployOnPushArrayOutput)
}
@@ -8002,7 +8002,7 @@ func (o AppSpecServiceImagePtrOutput) Elem() AppSpecServiceImageOutput {
}).(AppSpecServiceImageOutput)
}
-// Whether to automatically deploy new commits made to the repo.
+// Configures automatically deploying images pushed to DOCR.
func (o AppSpecServiceImagePtrOutput) DeployOnPushes() AppSpecServiceImageDeployOnPushArrayOutput {
return o.ApplyT(func(v *AppSpecServiceImage) []AppSpecServiceImageDeployOnPush {
if v == nil {
@@ -8154,7 +8154,7 @@ type AppSpecServiceLogDestination struct {
Datadog *AppSpecServiceLogDestinationDatadog `pulumi:"datadog"`
// Logtail configuration.
Logtail *AppSpecServiceLogDestinationLogtail `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name string `pulumi:"name"`
// Papertrail configuration.
Papertrail *AppSpecServiceLogDestinationPapertrail `pulumi:"papertrail"`
@@ -8176,7 +8176,7 @@ type AppSpecServiceLogDestinationArgs struct {
Datadog AppSpecServiceLogDestinationDatadogPtrInput `pulumi:"datadog"`
// Logtail configuration.
Logtail AppSpecServiceLogDestinationLogtailPtrInput `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name pulumi.StringInput `pulumi:"name"`
// Papertrail configuration.
Papertrail AppSpecServiceLogDestinationPapertrailPtrInput `pulumi:"papertrail"`
@@ -8243,7 +8243,7 @@ func (o AppSpecServiceLogDestinationOutput) Logtail() AppSpecServiceLogDestinati
return o.ApplyT(func(v AppSpecServiceLogDestination) *AppSpecServiceLogDestinationLogtail { return v.Logtail }).(AppSpecServiceLogDestinationLogtailPtrOutput)
}
-// The name of the component.
+// Name of the log destination. Minimum length: 2. Maximum length: 42.
func (o AppSpecServiceLogDestinationOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecServiceLogDestination) string { return v.Name }).(pulumi.StringOutput)
}
@@ -8822,7 +8822,7 @@ type AppSpecStaticSite struct {
BuildCommand *string `pulumi:"buildCommand"`
// The name of the document to use as the fallback for any requests to documents that are not found when serving this static site.
CatchallDocument *string `pulumi:"catchallDocument"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
Cors *AppSpecStaticSiteCors `pulumi:"cors"`
@@ -8846,7 +8846,7 @@ type AppSpecStaticSite struct {
Name string `pulumi:"name"`
// An optional path to where the built assets will be located, relative to the build context. If not set, App Platform will automatically scan for these directory names: `_static`, `dist`, `public`.
OutputDir *string `pulumi:"outputDir"`
- // An HTTP paths that should be routed to this component.
+ // (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
Routes []AppSpecStaticSiteRoute `pulumi:"routes"`
@@ -8870,7 +8870,7 @@ type AppSpecStaticSiteArgs struct {
BuildCommand pulumi.StringPtrInput `pulumi:"buildCommand"`
// The name of the document to use as the fallback for any requests to documents that are not found when serving this static site.
CatchallDocument pulumi.StringPtrInput `pulumi:"catchallDocument"`
- // The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+ // (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
Cors AppSpecStaticSiteCorsPtrInput `pulumi:"cors"`
@@ -8894,7 +8894,7 @@ type AppSpecStaticSiteArgs struct {
Name pulumi.StringInput `pulumi:"name"`
// An optional path to where the built assets will be located, relative to the build context. If not set, App Platform will automatically scan for these directory names: `_static`, `dist`, `public`.
OutputDir pulumi.StringPtrInput `pulumi:"outputDir"`
- // An HTTP paths that should be routed to this component.
+ // (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
Routes AppSpecStaticSiteRouteArrayInput `pulumi:"routes"`
@@ -8963,7 +8963,7 @@ func (o AppSpecStaticSiteOutput) CatchallDocument() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecStaticSite) *string { return v.CatchallDocument }).(pulumi.StringPtrOutput)
}
-// The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
+// (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app.
//
// Deprecated: Service level CORS rules are deprecated in favor of ingresses
func (o AppSpecStaticSiteOutput) Cors() AppSpecStaticSiteCorsPtrOutput {
@@ -9020,7 +9020,7 @@ func (o AppSpecStaticSiteOutput) OutputDir() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecStaticSite) *string { return v.OutputDir }).(pulumi.StringPtrOutput)
}
-// An HTTP paths that should be routed to this component.
+// (Deprecated - use `ingress`) An HTTP paths that should be routed to this component.
//
// Deprecated: Service level routes are deprecated in favor of ingresses
func (o AppSpecStaticSiteOutput) Routes() AppSpecStaticSiteRouteArrayOutput {
@@ -9482,7 +9482,7 @@ type AppSpecStaticSiteEnv struct {
Scope *string `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value *string `pulumi:"value"`
}
@@ -9504,7 +9504,7 @@ type AppSpecStaticSiteEnvArgs struct {
Scope pulumi.StringPtrInput `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value pulumi.StringPtrInput `pulumi:"value"`
}
@@ -9574,7 +9574,7 @@ func (o AppSpecStaticSiteEnvOutput) Type() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecStaticSiteEnv) *string { return v.Type }).(pulumi.StringPtrOutput)
}
-// The threshold for the type of the warning.
+// The value of the environment variable.
func (o AppSpecStaticSiteEnvOutput) Value() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecStaticSiteEnv) *string { return v.Value }).(pulumi.StringPtrOutput)
}
@@ -10574,7 +10574,7 @@ type AppSpecWorkerEnv struct {
Scope *string `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type *string `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value *string `pulumi:"value"`
}
@@ -10596,7 +10596,7 @@ type AppSpecWorkerEnvArgs struct {
Scope pulumi.StringPtrInput `pulumi:"scope"`
// The type of the environment variable, `GENERAL` or `SECRET`.
Type pulumi.StringPtrInput `pulumi:"type"`
- // The threshold for the type of the warning.
+ // The value of the environment variable.
Value pulumi.StringPtrInput `pulumi:"value"`
}
@@ -10666,7 +10666,7 @@ func (o AppSpecWorkerEnvOutput) Type() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecWorkerEnv) *string { return v.Type }).(pulumi.StringPtrOutput)
}
-// The threshold for the type of the warning.
+// The value of the environment variable.
func (o AppSpecWorkerEnvOutput) Value() pulumi.StringPtrOutput {
return o.ApplyT(func(v AppSpecWorkerEnv) *string { return v.Value }).(pulumi.StringPtrOutput)
}
@@ -11198,7 +11198,7 @@ func (o AppSpecWorkerGitlabPtrOutput) Repo() pulumi.StringPtrOutput {
}
type AppSpecWorkerImage struct {
- // Whether to automatically deploy new commits made to the repo.
+ // Configures automatically deploying images pushed to DOCR.
DeployOnPushes []AppSpecWorkerImageDeployOnPush `pulumi:"deployOnPushes"`
// The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
Registry *string `pulumi:"registry"`
@@ -11222,7 +11222,7 @@ type AppSpecWorkerImageInput interface {
}
type AppSpecWorkerImageArgs struct {
- // Whether to automatically deploy new commits made to the repo.
+ // Configures automatically deploying images pushed to DOCR.
DeployOnPushes AppSpecWorkerImageDeployOnPushArrayInput `pulumi:"deployOnPushes"`
// The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type.
Registry pulumi.StringPtrInput `pulumi:"registry"`
@@ -11311,7 +11311,7 @@ func (o AppSpecWorkerImageOutput) ToAppSpecWorkerImagePtrOutputWithContext(ctx c
}).(AppSpecWorkerImagePtrOutput)
}
-// Whether to automatically deploy new commits made to the repo.
+// Configures automatically deploying images pushed to DOCR.
func (o AppSpecWorkerImageOutput) DeployOnPushes() AppSpecWorkerImageDeployOnPushArrayOutput {
return o.ApplyT(func(v AppSpecWorkerImage) []AppSpecWorkerImageDeployOnPush { return v.DeployOnPushes }).(AppSpecWorkerImageDeployOnPushArrayOutput)
}
@@ -11360,7 +11360,7 @@ func (o AppSpecWorkerImagePtrOutput) Elem() AppSpecWorkerImageOutput {
}).(AppSpecWorkerImageOutput)
}
-// Whether to automatically deploy new commits made to the repo.
+// Configures automatically deploying images pushed to DOCR.
func (o AppSpecWorkerImagePtrOutput) DeployOnPushes() AppSpecWorkerImageDeployOnPushArrayOutput {
return o.ApplyT(func(v *AppSpecWorkerImage) []AppSpecWorkerImageDeployOnPush {
if v == nil {
@@ -11512,7 +11512,7 @@ type AppSpecWorkerLogDestination struct {
Datadog *AppSpecWorkerLogDestinationDatadog `pulumi:"datadog"`
// Logtail configuration.
Logtail *AppSpecWorkerLogDestinationLogtail `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name string `pulumi:"name"`
// Papertrail configuration.
Papertrail *AppSpecWorkerLogDestinationPapertrail `pulumi:"papertrail"`
@@ -11534,7 +11534,7 @@ type AppSpecWorkerLogDestinationArgs struct {
Datadog AppSpecWorkerLogDestinationDatadogPtrInput `pulumi:"datadog"`
// Logtail configuration.
Logtail AppSpecWorkerLogDestinationLogtailPtrInput `pulumi:"logtail"`
- // The name of the component.
+ // Name of the log destination. Minimum length: 2. Maximum length: 42.
Name pulumi.StringInput `pulumi:"name"`
// Papertrail configuration.
Papertrail AppSpecWorkerLogDestinationPapertrailPtrInput `pulumi:"papertrail"`
@@ -11601,7 +11601,7 @@ func (o AppSpecWorkerLogDestinationOutput) Logtail() AppSpecWorkerLogDestination
return o.ApplyT(func(v AppSpecWorkerLogDestination) *AppSpecWorkerLogDestinationLogtail { return v.Logtail }).(AppSpecWorkerLogDestinationLogtailPtrOutput)
}
-// The name of the component.
+// Name of the log destination. Minimum length: 2. Maximum length: 42.
func (o AppSpecWorkerLogDestinationOutput) Name() pulumi.StringOutput {
return o.ApplyT(func(v AppSpecWorkerLogDestination) string { return v.Name }).(pulumi.StringOutput)
}
@@ -13815,7 +13815,7 @@ type KubernetesClusterNodePool struct {
Nodes []KubernetesClusterNodePoolNode `pulumi:"nodes"`
// The slug identifier for the type of Droplet to be used as workers in the node pool.
Size string `pulumi:"size"`
- // A list of tag names to be applied to the Kubernetes cluster.
+ // A list of tag names applied to the node pool.
Tags []string `pulumi:"tags"`
// A block representing a taint applied to all nodes in the pool. Each taint exports the following attributes (taints must be unique by key and effect pair):
Taints []KubernetesClusterNodePoolTaint `pulumi:"taints"`
@@ -13853,7 +13853,7 @@ type KubernetesClusterNodePoolArgs struct {
Nodes KubernetesClusterNodePoolNodeArrayInput `pulumi:"nodes"`
// The slug identifier for the type of Droplet to be used as workers in the node pool.
Size pulumi.StringInput `pulumi:"size"`
- // A list of tag names to be applied to the Kubernetes cluster.
+ // A list of tag names applied to the node pool.
Tags pulumi.StringArrayInput `pulumi:"tags"`
// A block representing a taint applied to all nodes in the pool. Each taint exports the following attributes (taints must be unique by key and effect pair):
Taints KubernetesClusterNodePoolTaintArrayInput `pulumi:"taints"`
@@ -13986,7 +13986,7 @@ func (o KubernetesClusterNodePoolOutput) Size() pulumi.StringOutput {
return o.ApplyT(func(v KubernetesClusterNodePool) string { return v.Size }).(pulumi.StringOutput)
}
-// A list of tag names to be applied to the Kubernetes cluster.
+// A list of tag names applied to the node pool.
func (o KubernetesClusterNodePoolOutput) Tags() pulumi.StringArrayOutput {
return o.ApplyT(func(v KubernetesClusterNodePool) []string { return v.Tags }).(pulumi.StringArrayOutput)
}
@@ -14120,7 +14120,7 @@ func (o KubernetesClusterNodePoolPtrOutput) Size() pulumi.StringPtrOutput {
}).(pulumi.StringPtrOutput)
}
-// A list of tag names to be applied to the Kubernetes cluster.
+// A list of tag names applied to the node pool.
func (o KubernetesClusterNodePoolPtrOutput) Tags() pulumi.StringArrayOutput {
return o.ApplyT(func(v *KubernetesClusterNodePool) []string {
if v == nil {
@@ -14147,7 +14147,7 @@ type KubernetesClusterNodePoolNode struct {
DropletId *string `pulumi:"dropletId"`
// A unique ID that can be used to identify and reference the node.
Id *string `pulumi:"id"`
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name *string `pulumi:"name"`
// A string indicating the current status of the individual node.
Status *string `pulumi:"status"`
@@ -14173,7 +14173,7 @@ type KubernetesClusterNodePoolNodeArgs struct {
DropletId pulumi.StringPtrInput `pulumi:"dropletId"`
// A unique ID that can be used to identify and reference the node.
Id pulumi.StringPtrInput `pulumi:"id"`
- // A name for the node pool.
+ // A name for the Kubernetes cluster.
Name pulumi.StringPtrInput `pulumi:"name"`
// A string indicating the current status of the individual node.
Status pulumi.StringPtrInput `pulumi:"status"`
@@ -14247,7 +14247,7 @@ func (o KubernetesClusterNodePoolNodeOutput) Id() pulumi.StringPtrOutput {
return o.ApplyT(func(v KubernetesClusterNodePoolNode) *string { return v.Id }).(pulumi.StringPtrOutput)
}
-// A name for the node pool.
+// A name for the Kubernetes cluster.
func (o KubernetesClusterNodePoolNodeOutput) Name() pulumi.StringPtrOutput {
return o.ApplyT(func(v KubernetesClusterNodePoolNode) *string { return v.Name }).(pulumi.StringPtrOutput)
}
diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesCluster.java b/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesCluster.java
index 14357980..83813e9b 100644
--- a/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesCluster.java
+++ b/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesCluster.java
@@ -174,14 +174,14 @@ public Output maintenancePolicy() {
return this.maintenancePolicy;
}
/**
- * A name for the node pool.
+ * A name for the Kubernetes cluster.
*
*/
@Export(name="name", refs={String.class}, tree="[0]")
private Output name;
/**
- * @return A name for the node pool.
+ * @return A name for the Kubernetes cluster.
*
*/
public Output name() {
diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesClusterArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesClusterArgs.java
index e8560909..863799f6 100644
--- a/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesClusterArgs.java
+++ b/sdk/java/src/main/java/com/pulumi/digitalocean/KubernetesClusterArgs.java
@@ -86,14 +86,14 @@ public Optional