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> maintenancePolic } /** - * A name for the node pool. + * A name for the Kubernetes cluster. * */ @Import(name="name") private @Nullable Output name; /** - * @return A name for the node pool. + * @return A name for the Kubernetes cluster. * */ public Optional> name() { @@ -329,7 +329,7 @@ public Builder maintenancePolicy(KubernetesClusterMaintenancePolicyArgs maintena } /** - * @param name A name for the node pool. + * @param name A name for the Kubernetes cluster. * * @return builder * @@ -340,7 +340,7 @@ public Builder name(@Nullable Output name) { } /** - * @param name A name for the node pool. + * @param name A name for the Kubernetes cluster. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecDomainNameArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecDomainNameArgs.java index 1dfd3c46..f325bbf3 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecDomainNameArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecDomainNameArgs.java @@ -17,14 +17,14 @@ public final class AppSpecDomainNameArgs extends com.pulumi.resources.ResourceAr public static final AppSpecDomainNameArgs Empty = new AppSpecDomainNameArgs(); /** - * The name of the component. + * The hostname for the domain. * */ @Import(name="name", required=true) private Output name; /** - * @return The name of the component. + * @return The hostname for the domain. * */ public Output name() { @@ -104,7 +104,7 @@ public Builder(AppSpecDomainNameArgs defaults) { } /** - * @param name The name of the component. + * @param name The hostname for the domain. * * @return builder * @@ -115,7 +115,7 @@ public Builder name(Output name) { } /** - * @param name The name of the component. + * @param name The hostname for the domain. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecEnvArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecEnvArgs.java index 7da0f25a..4897e549 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecEnvArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecEnvArgs.java @@ -61,14 +61,14 @@ public Optional> type() { } /** - * The threshold for the type of the warning. + * The value of the environment variable. * */ @Import(name="value") private @Nullable Output value; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional> value() { @@ -166,7 +166,7 @@ public Builder type(String type) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * @@ -177,7 +177,7 @@ public Builder value(@Nullable Output value) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionArgs.java index f708dc10..a6b8037e 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionArgs.java @@ -40,7 +40,7 @@ public Optional>> 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 @@ -51,7 +51,7 @@ public Optional>> alerts() { private @Nullable Output cors; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -153,7 +153,7 @@ public Output 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 @@ -164,7 +164,7 @@ public Output name() { private @Nullable Output> routes; /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses @@ -255,7 +255,7 @@ public Builder alerts(AppSpecFunctionAlertArgs... alerts) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -270,7 +270,7 @@ public Builder cors(@Nullable Output cors) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -430,7 +430,7 @@ public Builder name(String name) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * @@ -445,7 +445,7 @@ public Builder routes(@Nullable Output> routes) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * @@ -459,7 +459,7 @@ public Builder routes(List routes) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionEnvArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionEnvArgs.java index 5ad8800c..bcd2999f 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionEnvArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionEnvArgs.java @@ -61,14 +61,14 @@ public Optional> type() { } /** - * The threshold for the type of the warning. + * The value of the environment variable. * */ @Import(name="value") private @Nullable Output value; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional> value() { @@ -166,7 +166,7 @@ public Builder type(String type) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * @@ -177,7 +177,7 @@ public Builder value(@Nullable Output value) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionLogDestinationArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionLogDestinationArgs.java index b8bc53ce..18ce77e9 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionLogDestinationArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecFunctionLogDestinationArgs.java @@ -49,14 +49,14 @@ public Optional> logtail() { } /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. * */ @Import(name="name", required=true) private Output name; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public Output name() { @@ -148,7 +148,7 @@ public Builder logtail(AppSpecFunctionLogDestinationLogtailArgs logtail) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * @@ -159,7 +159,7 @@ public Builder name(Output name) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressArgs.java index 90e895e7..a030808b 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressArgs.java @@ -17,14 +17,14 @@ public final class AppSpecIngressArgs extends com.pulumi.resources.ResourceArgs public static final AppSpecIngressArgs Empty = new AppSpecIngressArgs(); /** - * 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. * */ @Import(name="rules") private @Nullable Output> rules; /** - * @return The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + * @return Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. * */ public Optional>> rules() { @@ -56,7 +56,7 @@ public Builder(AppSpecIngressArgs defaults) { } /** - * @param rules The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + * @param rules Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. * * @return builder * @@ -67,7 +67,7 @@ public Builder rules(@Nullable Output> rules) { } /** - * @param rules The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + * @param rules Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. * * @return builder * @@ -77,7 +77,7 @@ public Builder rules(List rules) { } /** - * @param rules The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + * @param rules Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleArgs.java index 1d26ba1f..c00d3d92 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleArgs.java @@ -34,14 +34,14 @@ public Optional> 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. * */ @Import(name="cors") private @Nullable Output cors; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * */ public Optional> cors() { @@ -127,7 +127,7 @@ public Builder component(AppSpecIngressRuleComponentArgs component) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -138,7 +138,7 @@ public Builder cors(@Nullable Output cors) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleComponentArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleComponentArgs.java index 999bff77..e357cd86 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleComponentArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleComponentArgs.java @@ -32,14 +32,14 @@ public Optional> 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. * */ @Import(name="preservePathPrefix") private @Nullable Output preservePathPrefix; /** - * @return An optional flag to preserve the path that is forwarded to the backend service. + * @return 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 Optional> preservePathPrefix() { @@ -109,7 +109,7 @@ public Builder name(String name) { } /** - * @param preservePathPrefix An optional flag to preserve the path that is forwarded to the backend service. + * @param preservePathPrefix 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. * * @return builder * @@ -120,7 +120,7 @@ public Builder preservePathPrefix(@Nullable Output preservePathPrefix) } /** - * @param preservePathPrefix An optional flag to preserve the path that is forwarded to the backend service. + * @param preservePathPrefix 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. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleMatchArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleMatchArgs.java index 831f3ec3..1346c0b1 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleMatchArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecIngressRuleMatchArgs.java @@ -16,14 +16,14 @@ public final class AppSpecIngressRuleMatchArgs extends com.pulumi.resources.Reso public static final AppSpecIngressRuleMatchArgs Empty = new AppSpecIngressRuleMatchArgs(); /** - * Paths must start with `/` and must be unique within the app. + * The path to match on. * */ @Import(name="path") private @Nullable Output path; /** - * @return Paths must start with `/` and must be unique within the app. + * @return The path to match on. * */ public Optional> path() { @@ -55,7 +55,7 @@ public Builder(AppSpecIngressRuleMatchArgs defaults) { } /** - * @param path Paths must start with `/` and must be unique within the app. + * @param path The path to match on. * * @return builder * @@ -66,7 +66,7 @@ public Builder path(@Nullable Output path) { } /** - * @param path Paths must start with `/` and must be unique within the app. + * @param path The path to match on. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobEnvArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobEnvArgs.java index 03a1de02..ac19a014 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobEnvArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobEnvArgs.java @@ -61,14 +61,14 @@ public Optional> type() { } /** - * The threshold for the type of the warning. + * The value of the environment variable. * */ @Import(name="value") private @Nullable Output value; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional> value() { @@ -166,7 +166,7 @@ public Builder type(String type) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * @@ -177,7 +177,7 @@ public Builder value(@Nullable Output value) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobImageArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobImageArgs.java index 458d4e9a..0659e252 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobImageArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobImageArgs.java @@ -18,14 +18,14 @@ public final class AppSpecJobImageArgs extends com.pulumi.resources.ResourceArgs public static final AppSpecJobImageArgs Empty = new AppSpecJobImageArgs(); /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. * */ @Import(name="deployOnPushes") private @Nullable Output> deployOnPushes; /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ public Optional>> deployOnPushes() { @@ -121,7 +121,7 @@ public Builder(AppSpecJobImageArgs defaults) { } /** - * @param deployOnPushes Whether to automatically deploy new commits made to the repo. + * @param deployOnPushes Configures automatically deploying images pushed to DOCR. * * @return builder * @@ -132,7 +132,7 @@ public Builder deployOnPushes(@Nullable Output deployOnPush } /** - * @param deployOnPushes Whether to automatically deploy new commits made to the repo. + * @param deployOnPushes Configures automatically deploying images pushed to DOCR. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobLogDestinationArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobLogDestinationArgs.java index 96b8da88..1b12d675 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobLogDestinationArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecJobLogDestinationArgs.java @@ -49,14 +49,14 @@ public Optional> logtail() { } /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. * */ @Import(name="name", required=true) private Output name; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public Output name() { @@ -148,7 +148,7 @@ public Builder logtail(AppSpecJobLogDestinationLogtailArgs logtail) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * @@ -159,7 +159,7 @@ public Builder name(Output name) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceArgs.java index dfbaace1..b33b1ae2 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceArgs.java @@ -58,7 +58,7 @@ public Optional> 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 @@ -69,7 +69,7 @@ public Optional> buildCommand() { private @Nullable Output cors; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -291,7 +291,7 @@ public Output 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 @@ -302,7 +302,7 @@ public Output name() { private @Nullable Output> routes; /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses @@ -439,7 +439,7 @@ public Builder buildCommand(String buildCommand) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -454,7 +454,7 @@ public Builder cors(@Nullable Output cors) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -792,7 +792,7 @@ public Builder name(String name) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * @@ -807,7 +807,7 @@ public Builder routes(@Nullable Output> routes) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * @@ -821,7 +821,7 @@ public Builder routes(List routes) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceEnvArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceEnvArgs.java index 22df9ea1..68cea4ac 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceEnvArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceEnvArgs.java @@ -61,14 +61,14 @@ public Optional> type() { } /** - * The threshold for the type of the warning. + * The value of the environment variable. * */ @Import(name="value") private @Nullable Output value; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional> value() { @@ -166,7 +166,7 @@ public Builder type(String type) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * @@ -177,7 +177,7 @@ public Builder value(@Nullable Output value) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceImageArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceImageArgs.java index 5950ed25..642034ce 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceImageArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceImageArgs.java @@ -18,14 +18,14 @@ public final class AppSpecServiceImageArgs extends com.pulumi.resources.Resource public static final AppSpecServiceImageArgs Empty = new AppSpecServiceImageArgs(); /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. * */ @Import(name="deployOnPushes") private @Nullable Output> deployOnPushes; /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ public Optional>> deployOnPushes() { @@ -121,7 +121,7 @@ public Builder(AppSpecServiceImageArgs defaults) { } /** - * @param deployOnPushes Whether to automatically deploy new commits made to the repo. + * @param deployOnPushes Configures automatically deploying images pushed to DOCR. * * @return builder * @@ -132,7 +132,7 @@ public Builder deployOnPushes(@Nullable Output deployOn } /** - * @param deployOnPushes Whether to automatically deploy new commits made to the repo. + * @param deployOnPushes Configures automatically deploying images pushed to DOCR. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceLogDestinationArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceLogDestinationArgs.java index 4e4efcb3..0b6f8895 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceLogDestinationArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecServiceLogDestinationArgs.java @@ -49,14 +49,14 @@ public Optional> logtail() { } /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. * */ @Import(name="name", required=true) private Output name; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public Output name() { @@ -148,7 +148,7 @@ public Builder logtail(AppSpecServiceLogDestinationLogtailArgs logtail) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * @@ -159,7 +159,7 @@ public Builder name(Output name) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteArgs.java index 46f875ed..33f242e2 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteArgs.java @@ -53,7 +53,7 @@ public Optional> 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 @@ -64,7 +64,7 @@ public Optional> catchallDocument() { private @Nullable Output cors; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -226,7 +226,7 @@ public Optional> 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 @@ -237,7 +237,7 @@ public Optional> outputDir() { private @Nullable Output> routes; /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses @@ -344,7 +344,7 @@ public Builder catchallDocument(String catchallDocument) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -359,7 +359,7 @@ public Builder cors(@Nullable Output cors) { } /** - * @param cors The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @param cors (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * * @return builder * @@ -593,7 +593,7 @@ public Builder outputDir(String outputDir) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * @@ -608,7 +608,7 @@ public Builder routes(@Nullable Output> routes) } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * @@ -622,7 +622,7 @@ public Builder routes(List routes) { } /** - * @param routes An HTTP paths that should be routed to this component. + * @param routes (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteEnvArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteEnvArgs.java index 3ba14e01..eebf7d6e 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteEnvArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecStaticSiteEnvArgs.java @@ -61,14 +61,14 @@ public Optional> type() { } /** - * The threshold for the type of the warning. + * The value of the environment variable. * */ @Import(name="value") private @Nullable Output value; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional> value() { @@ -166,7 +166,7 @@ public Builder type(String type) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * @@ -177,7 +177,7 @@ public Builder value(@Nullable Output value) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerEnvArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerEnvArgs.java index d6cd8f44..c8582c3e 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerEnvArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerEnvArgs.java @@ -61,14 +61,14 @@ public Optional> type() { } /** - * The threshold for the type of the warning. + * The value of the environment variable. * */ @Import(name="value") private @Nullable Output value; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional> value() { @@ -166,7 +166,7 @@ public Builder type(String type) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * @@ -177,7 +177,7 @@ public Builder value(@Nullable Output value) { } /** - * @param value The threshold for the type of the warning. + * @param value The value of the environment variable. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerImageArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerImageArgs.java index e500f2ec..f6f081ed 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerImageArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerImageArgs.java @@ -18,14 +18,14 @@ public final class AppSpecWorkerImageArgs extends com.pulumi.resources.ResourceA public static final AppSpecWorkerImageArgs Empty = new AppSpecWorkerImageArgs(); /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. * */ @Import(name="deployOnPushes") private @Nullable Output> deployOnPushes; /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ public Optional>> deployOnPushes() { @@ -121,7 +121,7 @@ public Builder(AppSpecWorkerImageArgs defaults) { } /** - * @param deployOnPushes Whether to automatically deploy new commits made to the repo. + * @param deployOnPushes Configures automatically deploying images pushed to DOCR. * * @return builder * @@ -132,7 +132,7 @@ public Builder deployOnPushes(@Nullable Output deployOnP } /** - * @param deployOnPushes Whether to automatically deploy new commits made to the repo. + * @param deployOnPushes Configures automatically deploying images pushed to DOCR. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerLogDestinationArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerLogDestinationArgs.java index 52ef7348..9473c215 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerLogDestinationArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/AppSpecWorkerLogDestinationArgs.java @@ -49,14 +49,14 @@ public Optional> logtail() { } /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. * */ @Import(name="name", required=true) private Output name; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public Output name() { @@ -148,7 +148,7 @@ public Builder logtail(AppSpecWorkerLogDestinationLogtailArgs logtail) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * @@ -159,7 +159,7 @@ public Builder name(Output name) { } /** - * @param name The name of the component. + * @param name Name of the log destination. Minimum length: 2. Maximum length: 42. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolArgs.java index 8f9c21b6..fbdca40f 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolArgs.java @@ -172,14 +172,14 @@ public Output size() { } /** - * A list of tag names to be applied to the Kubernetes cluster. + * A list of tag names applied to the node pool. * */ @Import(name="tags") private @Nullable Output> tags; /** - * @return A list of tag names to be applied to the Kubernetes cluster. + * @return A list of tag names applied to the node pool. * */ public Optional>> tags() { @@ -457,7 +457,7 @@ public Builder size(String size) { } /** - * @param tags A list of tag names to be applied to the Kubernetes cluster. + * @param tags A list of tag names applied to the node pool. * * @return builder * @@ -468,7 +468,7 @@ public Builder tags(@Nullable Output> tags) { } /** - * @param tags A list of tag names to be applied to the Kubernetes cluster. + * @param tags A list of tag names applied to the node pool. * * @return builder * @@ -478,7 +478,7 @@ public Builder tags(List tags) { } /** - * @param tags A list of tag names to be applied to the Kubernetes cluster. + * @param tags A list of tag names applied to the node pool. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolNodeArgs.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolNodeArgs.java index b8172828..3f1372a9 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolNodeArgs.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterNodePoolNodeArgs.java @@ -61,14 +61,14 @@ public Optional> id() { } /** - * A name for the node pool. + * A name for the Kubernetes cluster. * */ @Import(name="name") private @Nullable Output name; /** - * @return A name for the node pool. + * @return A name for the Kubernetes cluster. * */ public Optional> name() { @@ -198,7 +198,7 @@ public Builder id(String id) { } /** - * @param name A name for the node pool. + * @param name A name for the Kubernetes cluster. * * @return builder * @@ -209,7 +209,7 @@ public Builder name(@Nullable Output name) { } /** - * @param name A name for the node pool. + * @param name A name for the Kubernetes cluster. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterState.java b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterState.java index ee14bac6..4d2c2cd3 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterState.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/inputs/KubernetesClusterState.java @@ -169,14 +169,14 @@ public Optional> maintenancePolic } /** - * A name for the node pool. + * A name for the Kubernetes cluster. * */ @Import(name="name") private @Nullable Output name; /** - * @return A name for the node pool. + * @return A name for the Kubernetes cluster. * */ public Optional> name() { @@ -584,7 +584,7 @@ public Builder maintenancePolicy(KubernetesClusterMaintenancePolicyArgs maintena } /** - * @param name A name for the node pool. + * @param name A name for the Kubernetes cluster. * * @return builder * @@ -595,7 +595,7 @@ public Builder name(@Nullable Output name) { } /** - * @param name A name for the node pool. + * @param name A name for the Kubernetes cluster. * * @return builder * diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecDomainName.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecDomainName.java index 23bbd503..e0cf4715 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecDomainName.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecDomainName.java @@ -13,7 +13,7 @@ @CustomType public final class AppSpecDomainName { /** - * @return The name of the component. + * @return The hostname for the domain. * */ private String name; @@ -35,7 +35,7 @@ public final class AppSpecDomainName { private AppSpecDomainName() {} /** - * @return The name of the component. + * @return The hostname for the domain. * */ public String name() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecEnv.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecEnv.java index 248baa88..6df7df6c 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecEnv.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecEnv.java @@ -27,7 +27,7 @@ public final class AppSpecEnv { */ private @Nullable String type; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ private @Nullable String value; @@ -55,7 +55,7 @@ public Optional type() { return Optional.ofNullable(this.type); } /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional value() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunction.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunction.java index 9e42d794..1d0593de 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunction.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunction.java @@ -26,7 +26,7 @@ public final class AppSpecFunction { */ private @Nullable List alerts; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -65,7 +65,7 @@ public final class AppSpecFunction { */ private String name; /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses @@ -88,7 +88,7 @@ public List alerts() { return this.alerts == null ? List.of() : this.alerts; } /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -141,7 +141,7 @@ public String name() { return this.name; } /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionEnv.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionEnv.java index cc010f46..07ca46e7 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionEnv.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionEnv.java @@ -27,7 +27,7 @@ public final class AppSpecFunctionEnv { */ private @Nullable String type; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ private @Nullable String value; @@ -55,7 +55,7 @@ public Optional type() { return Optional.ofNullable(this.type); } /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional value() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionLogDestination.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionLogDestination.java index ad2a19eb..5079d965 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionLogDestination.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecFunctionLogDestination.java @@ -25,7 +25,7 @@ public final class AppSpecFunctionLogDestination { */ private @Nullable AppSpecFunctionLogDestinationLogtail logtail; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ private String name; @@ -51,7 +51,7 @@ public Optional logtail() { return Optional.ofNullable(this.logtail); } /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public String name() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngress.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngress.java index ac49bee0..24eb00b5 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngress.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngress.java @@ -12,14 +12,14 @@ @CustomType public final class AppSpecIngress { /** - * @return The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + * @return Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. * */ private @Nullable List rules; private AppSpecIngress() {} /** - * @return The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + * @return Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. * */ public List rules() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRule.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRule.java index 2a8ead38..0de47137 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRule.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRule.java @@ -20,7 +20,7 @@ public final class AppSpecIngressRule { */ private @Nullable AppSpecIngressRuleComponent component; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * */ private @Nullable AppSpecIngressRuleCors cors; @@ -44,7 +44,7 @@ public Optional component() { return Optional.ofNullable(this.component); } /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. * */ public Optional cors() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleComponent.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleComponent.java index 11dd9f9a..4699bd7c 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleComponent.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleComponent.java @@ -18,7 +18,7 @@ public final class AppSpecIngressRuleComponent { */ private @Nullable String name; /** - * @return An optional flag to preserve the path that is forwarded to the backend service. + * @return 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. * */ private @Nullable Boolean preservePathPrefix; @@ -37,7 +37,7 @@ public Optional name() { return Optional.ofNullable(this.name); } /** - * @return An optional flag to preserve the path that is forwarded to the backend service. + * @return 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 Optional preservePathPrefix() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleMatch.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleMatch.java index 7c62d30a..480a4e39 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleMatch.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecIngressRuleMatch.java @@ -12,14 +12,14 @@ @CustomType public final class AppSpecIngressRuleMatch { /** - * @return Paths must start with `/` and must be unique within the app. + * @return The path to match on. * */ private @Nullable AppSpecIngressRuleMatchPath path; private AppSpecIngressRuleMatch() {} /** - * @return Paths must start with `/` and must be unique within the app. + * @return The path to match on. * */ public Optional path() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobEnv.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobEnv.java index c01a5a2f..ca519800 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobEnv.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobEnv.java @@ -27,7 +27,7 @@ public final class AppSpecJobEnv { */ private @Nullable String type; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ private @Nullable String value; @@ -55,7 +55,7 @@ public Optional type() { return Optional.ofNullable(this.type); } /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional value() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobImage.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobImage.java index 2c8930a8..e1592001 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobImage.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobImage.java @@ -14,7 +14,7 @@ @CustomType public final class AppSpecJobImage { /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ private @Nullable List deployOnPushes; @@ -41,7 +41,7 @@ public final class AppSpecJobImage { private AppSpecJobImage() {} /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ public List deployOnPushes() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobLogDestination.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobLogDestination.java index dadfb7ce..b4b137b3 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobLogDestination.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecJobLogDestination.java @@ -25,7 +25,7 @@ public final class AppSpecJobLogDestination { */ private @Nullable AppSpecJobLogDestinationLogtail logtail; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ private String name; @@ -51,7 +51,7 @@ public Optional logtail() { return Optional.ofNullable(this.logtail); } /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public String name() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecService.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecService.java index bb32607a..3c1eec67 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecService.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecService.java @@ -34,7 +34,7 @@ public final class AppSpecService { */ private @Nullable String buildCommand; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -113,7 +113,7 @@ public final class AppSpecService { */ private String name; /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses @@ -148,7 +148,7 @@ public Optional buildCommand() { return Optional.ofNullable(this.buildCommand); } /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -257,7 +257,7 @@ public String name() { return this.name; } /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceEnv.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceEnv.java index 1d62edb8..4d59f040 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceEnv.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceEnv.java @@ -27,7 +27,7 @@ public final class AppSpecServiceEnv { */ private @Nullable String type; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ private @Nullable String value; @@ -55,7 +55,7 @@ public Optional type() { return Optional.ofNullable(this.type); } /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional value() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceImage.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceImage.java index e5b52cf4..619d1ed6 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceImage.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceImage.java @@ -14,7 +14,7 @@ @CustomType public final class AppSpecServiceImage { /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ private @Nullable List deployOnPushes; @@ -41,7 +41,7 @@ public final class AppSpecServiceImage { private AppSpecServiceImage() {} /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ public List deployOnPushes() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceLogDestination.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceLogDestination.java index 5ea242d0..1ccfb518 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceLogDestination.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecServiceLogDestination.java @@ -25,7 +25,7 @@ public final class AppSpecServiceLogDestination { */ private @Nullable AppSpecServiceLogDestinationLogtail logtail; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ private String name; @@ -51,7 +51,7 @@ public Optional logtail() { return Optional.ofNullable(this.logtail); } /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public String name() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSite.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSite.java index 70635328..5b2157f6 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSite.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSite.java @@ -29,7 +29,7 @@ public final class AppSpecStaticSite { */ private @Nullable String catchallDocument; /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -88,7 +88,7 @@ public final class AppSpecStaticSite { */ private @Nullable String outputDir; /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses @@ -118,7 +118,7 @@ public Optional catchallDocument() { return Optional.ofNullable(this.catchallDocument); } /** - * @return The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + * @return (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 @@ -199,7 +199,7 @@ public Optional outputDir() { return Optional.ofNullable(this.outputDir); } /** - * @return An HTTP paths that should be routed to this component. + * @return (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. * * @deprecated * Service level routes are deprecated in favor of ingresses diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSiteEnv.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSiteEnv.java index 39423960..e2f0aa6c 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSiteEnv.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecStaticSiteEnv.java @@ -27,7 +27,7 @@ public final class AppSpecStaticSiteEnv { */ private @Nullable String type; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ private @Nullable String value; @@ -55,7 +55,7 @@ public Optional type() { return Optional.ofNullable(this.type); } /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional value() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerEnv.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerEnv.java index b448dc40..1a4b757b 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerEnv.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerEnv.java @@ -27,7 +27,7 @@ public final class AppSpecWorkerEnv { */ private @Nullable String type; /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ private @Nullable String value; @@ -55,7 +55,7 @@ public Optional type() { return Optional.ofNullable(this.type); } /** - * @return The threshold for the type of the warning. + * @return The value of the environment variable. * */ public Optional value() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerImage.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerImage.java index 9162c7f3..d42a1fa2 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerImage.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerImage.java @@ -14,7 +14,7 @@ @CustomType public final class AppSpecWorkerImage { /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ private @Nullable List deployOnPushes; @@ -41,7 +41,7 @@ public final class AppSpecWorkerImage { private AppSpecWorkerImage() {} /** - * @return Whether to automatically deploy new commits made to the repo. + * @return Configures automatically deploying images pushed to DOCR. * */ public List deployOnPushes() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerLogDestination.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerLogDestination.java index 3f0d4c43..3461d6db 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerLogDestination.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/AppSpecWorkerLogDestination.java @@ -25,7 +25,7 @@ public final class AppSpecWorkerLogDestination { */ private @Nullable AppSpecWorkerLogDestinationLogtail logtail; /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ private String name; @@ -51,7 +51,7 @@ public Optional logtail() { return Optional.ofNullable(this.logtail); } /** - * @return The name of the component. + * @return Name of the log destination. Minimum length: 2. Maximum length: 42. * */ public String name() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePool.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePool.java index 15b00daa..66896c00 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePool.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePool.java @@ -68,7 +68,7 @@ public final class KubernetesClusterNodePool { */ private String size; /** - * @return A list of tag names to be applied to the Kubernetes cluster. + * @return A list of tag names applied to the node pool. * */ private @Nullable List tags; @@ -150,7 +150,7 @@ public String size() { return this.size; } /** - * @return A list of tag names to be applied to the Kubernetes cluster. + * @return A list of tag names applied to the node pool. * */ public List tags() { diff --git a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePoolNode.java b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePoolNode.java index c690bbfc..b145a5ff 100644 --- a/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePoolNode.java +++ b/sdk/java/src/main/java/com/pulumi/digitalocean/outputs/KubernetesClusterNodePoolNode.java @@ -27,7 +27,7 @@ public final class KubernetesClusterNodePoolNode { */ private @Nullable String id; /** - * @return A name for the node pool. + * @return A name for the Kubernetes cluster. * */ private @Nullable String name; @@ -65,7 +65,7 @@ public Optional id() { return Optional.ofNullable(this.id); } /** - * @return A name for the node pool. + * @return A name for the Kubernetes cluster. * */ public Optional name() { diff --git a/sdk/nodejs/kubernetesCluster.ts b/sdk/nodejs/kubernetesCluster.ts index 8880a436..b101e988 100644 --- a/sdk/nodejs/kubernetesCluster.ts +++ b/sdk/nodejs/kubernetesCluster.ts @@ -90,7 +90,7 @@ export class KubernetesCluster extends pulumi.CustomResource { */ public readonly maintenancePolicy!: pulumi.Output; /** - * A name for the node pool. + * A name for the Kubernetes cluster. */ public readonly name!: pulumi.Output; /** @@ -252,7 +252,7 @@ export interface KubernetesClusterState { */ maintenancePolicy?: pulumi.Input; /** - * A name for the node pool. + * A name for the Kubernetes cluster. */ name?: pulumi.Input; /** @@ -320,7 +320,7 @@ export interface KubernetesClusterArgs { */ maintenancePolicy?: pulumi.Input; /** - * A name for the node pool. + * A name for the Kubernetes cluster. */ name?: pulumi.Input; /** diff --git a/sdk/nodejs/types/input.ts b/sdk/nodejs/types/input.ts index df543f1e..6ab78e1c 100644 --- a/sdk/nodejs/types/input.ts +++ b/sdk/nodejs/types/input.ts @@ -93,7 +93,7 @@ export interface AppSpecDatabase { export interface AppSpecDomainName { /** - * The name of the component. + * The hostname for the domain. */ name: pulumi.Input; /** @@ -124,7 +124,7 @@ export interface AppSpecEnv { */ type?: pulumi.Input; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: pulumi.Input; } @@ -135,7 +135,7 @@ export interface AppSpecFunction { */ alerts?: pulumi.Input[]>; /** - * 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 */ @@ -165,7 +165,7 @@ export interface AppSpecFunction { */ name: pulumi.Input; /** - * 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 */ @@ -259,7 +259,7 @@ export interface AppSpecFunctionEnv { */ type?: pulumi.Input; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: pulumi.Input; } @@ -315,7 +315,7 @@ export interface AppSpecFunctionLogDestination { */ logtail?: pulumi.Input; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: pulumi.Input; /** @@ -364,7 +364,7 @@ export interface AppSpecFunctionRoute { export interface 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. */ rules?: pulumi.Input[]>; } @@ -375,7 +375,7 @@ export interface AppSpecIngressRule { */ component?: pulumi.Input; /** - * 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?: pulumi.Input; /** @@ -394,7 +394,7 @@ export interface AppSpecIngressRuleComponent { */ name?: pulumi.Input; /** - * 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.Input; /** @@ -451,7 +451,7 @@ export interface AppSpecIngressRuleCorsAllowOrigins { export interface AppSpecIngressRuleMatch { /** - * Paths must start with `/` and must be unique within the app. + * The path to match on. */ path?: pulumi.Input; } @@ -590,7 +590,7 @@ export interface AppSpecJobEnv { */ type?: pulumi.Input; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: pulumi.Input; } @@ -638,7 +638,7 @@ export interface AppSpecJobGitlab { export interface AppSpecJobImage { /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. */ deployOnPushes?: pulumi.Input[]>; /** @@ -676,7 +676,7 @@ export interface AppSpecJobLogDestination { */ logtail?: pulumi.Input; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: pulumi.Input; /** @@ -722,7 +722,7 @@ export interface AppSpecService { */ buildCommand?: pulumi.Input; /** - * 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 */ @@ -784,7 +784,7 @@ export interface AppSpecService { */ name: pulumi.Input; /** - * 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 */ @@ -882,7 +882,7 @@ export interface AppSpecServiceEnv { */ type?: pulumi.Input; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: pulumi.Input; } @@ -957,7 +957,7 @@ export interface AppSpecServiceHealthCheck { export interface AppSpecServiceImage { /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. */ deployOnPushes?: pulumi.Input[]>; /** @@ -995,7 +995,7 @@ export interface AppSpecServiceLogDestination { */ logtail?: pulumi.Input; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: pulumi.Input; /** @@ -1052,7 +1052,7 @@ export interface AppSpecStaticSite { */ catchallDocument?: pulumi.Input; /** - * 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 */ @@ -1098,7 +1098,7 @@ export interface AppSpecStaticSite { */ outputDir?: pulumi.Input; /** - * 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 */ @@ -1169,7 +1169,7 @@ export interface AppSpecStaticSiteEnv { */ type?: pulumi.Input; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: pulumi.Input; } @@ -1326,7 +1326,7 @@ export interface AppSpecWorkerEnv { */ type?: pulumi.Input; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: pulumi.Input; } @@ -1374,7 +1374,7 @@ export interface AppSpecWorkerGitlab { export interface AppSpecWorkerImage { /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. */ deployOnPushes?: pulumi.Input[]>; /** @@ -1412,7 +1412,7 @@ export interface AppSpecWorkerLogDestination { */ logtail?: pulumi.Input; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: pulumi.Input; /** @@ -2661,7 +2661,7 @@ export interface KubernetesClusterNodePool { */ size: pulumi.Input; /** - * A list of tag names to be applied to the Kubernetes cluster. + * A list of tag names applied to the node pool. */ tags?: pulumi.Input[]>; /** @@ -2684,7 +2684,7 @@ export interface KubernetesClusterNodePoolNode { */ id?: pulumi.Input; /** - * A name for the node pool. + * A name for the Kubernetes cluster. */ name?: pulumi.Input; /** diff --git a/sdk/nodejs/types/output.ts b/sdk/nodejs/types/output.ts index b8419f3e..620c4330 100644 --- a/sdk/nodejs/types/output.ts +++ b/sdk/nodejs/types/output.ts @@ -93,7 +93,7 @@ export interface AppSpecDatabase { export interface AppSpecDomainName { /** - * The name of the component. + * The hostname for the domain. */ name: string; /** @@ -124,7 +124,7 @@ export interface AppSpecEnv { */ type: string; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: string; } @@ -135,7 +135,7 @@ export interface AppSpecFunction { */ alerts?: outputs.AppSpecFunctionAlert[]; /** - * 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 */ @@ -165,7 +165,7 @@ export interface AppSpecFunction { */ name: string; /** - * 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 */ @@ -259,7 +259,7 @@ export interface AppSpecFunctionEnv { */ type: string; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: string; } @@ -315,7 +315,7 @@ export interface AppSpecFunctionLogDestination { */ logtail?: outputs.AppSpecFunctionLogDestinationLogtail; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: string; /** @@ -364,7 +364,7 @@ export interface AppSpecFunctionRoute { export interface 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. */ rules: outputs.AppSpecIngressRule[]; } @@ -375,7 +375,7 @@ export interface AppSpecIngressRule { */ component: outputs.AppSpecIngressRuleComponent; /** - * 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: outputs.AppSpecIngressRuleCors; /** @@ -394,7 +394,7 @@ export interface AppSpecIngressRuleComponent { */ name: string; /** - * 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: boolean; /** @@ -451,7 +451,7 @@ export interface AppSpecIngressRuleCorsAllowOrigins { export interface AppSpecIngressRuleMatch { /** - * Paths must start with `/` and must be unique within the app. + * The path to match on. */ path: outputs.AppSpecIngressRuleMatchPath; } @@ -590,7 +590,7 @@ export interface AppSpecJobEnv { */ type: string; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: string; } @@ -638,7 +638,7 @@ export interface AppSpecJobGitlab { export interface AppSpecJobImage { /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. */ deployOnPushes: outputs.AppSpecJobImageDeployOnPush[]; /** @@ -676,7 +676,7 @@ export interface AppSpecJobLogDestination { */ logtail?: outputs.AppSpecJobLogDestinationLogtail; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: string; /** @@ -722,7 +722,7 @@ export interface AppSpecService { */ buildCommand?: string; /** - * 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 */ @@ -784,7 +784,7 @@ export interface AppSpecService { */ name: string; /** - * 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 */ @@ -882,7 +882,7 @@ export interface AppSpecServiceEnv { */ type: string; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: string; } @@ -957,7 +957,7 @@ export interface AppSpecServiceHealthCheck { export interface AppSpecServiceImage { /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. */ deployOnPushes: outputs.AppSpecServiceImageDeployOnPush[]; /** @@ -995,7 +995,7 @@ export interface AppSpecServiceLogDestination { */ logtail?: outputs.AppSpecServiceLogDestinationLogtail; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: string; /** @@ -1052,7 +1052,7 @@ export interface AppSpecStaticSite { */ catchallDocument?: string; /** - * 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 */ @@ -1098,7 +1098,7 @@ export interface AppSpecStaticSite { */ outputDir?: string; /** - * 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 */ @@ -1169,7 +1169,7 @@ export interface AppSpecStaticSiteEnv { */ type: string; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: string; } @@ -1326,7 +1326,7 @@ export interface AppSpecWorkerEnv { */ type: string; /** - * The threshold for the type of the warning. + * The value of the environment variable. */ value?: string; } @@ -1374,7 +1374,7 @@ export interface AppSpecWorkerGitlab { export interface AppSpecWorkerImage { /** - * Whether to automatically deploy new commits made to the repo. + * Configures automatically deploying images pushed to DOCR. */ deployOnPushes: outputs.AppSpecWorkerImageDeployOnPush[]; /** @@ -1412,7 +1412,7 @@ export interface AppSpecWorkerLogDestination { */ logtail?: outputs.AppSpecWorkerLogDestinationLogtail; /** - * The name of the component. + * Name of the log destination. Minimum length: 2. Maximum length: 42. */ name: string; /** @@ -4191,7 +4191,7 @@ export interface KubernetesClusterNodePool { */ size: string; /** - * A list of tag names to be applied to the Kubernetes cluster. + * A list of tag names applied to the node pool. */ tags?: string[]; /** @@ -4214,7 +4214,7 @@ export interface KubernetesClusterNodePoolNode { */ id: string; /** - * A name for the node pool. + * A name for the Kubernetes cluster. */ name: string; /** diff --git a/sdk/python/pulumi_digitalocean/_inputs.py b/sdk/python/pulumi_digitalocean/_inputs.py index fc6ce493..0245a997 100644 --- a/sdk/python/pulumi_digitalocean/_inputs.py +++ b/sdk/python/pulumi_digitalocean/_inputs.py @@ -516,7 +516,7 @@ def __init__(__self__, *, wildcard: Optional[pulumi.Input[bool]] = None, zone: Optional[pulumi.Input[str]] = None): """ - :param pulumi.Input[str] name: The name of the component. + :param pulumi.Input[str] name: The hostname for the domain. :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. :param pulumi.Input[bool] wildcard: A boolean indicating whether the domain includes all sub-domains, in addition to the given domain. :param pulumi.Input[str] zone: If the domain uses DigitalOcean DNS and you would like App Platform to automatically manage it for you, set this to the name of the domain on your account. @@ -533,7 +533,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> pulumi.Input[str]: """ - The name of the component. + The hostname for the domain. """ return pulumi.get(self, "name") @@ -589,7 +589,7 @@ def __init__(__self__, *, :param pulumi.Input[str] key: The name of the environment variable. :param pulumi.Input[str] scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. - :param pulumi.Input[str] value: The threshold for the type of the warning. + :param pulumi.Input[str] value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -640,7 +640,7 @@ def type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def value(self) -> Optional[pulumi.Input[str]]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -665,13 +665,13 @@ def __init__(__self__, *, """ :param pulumi.Input[str] name: The name of the component. :param pulumi.Input[Sequence[pulumi.Input['AppSpecFunctionAlertArgs']]] alerts: Describes an alert policy for the component. - :param pulumi.Input['AppSpecFunctionCorsArgs'] cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param pulumi.Input['AppSpecFunctionCorsArgs'] cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param pulumi.Input[Sequence[pulumi.Input['AppSpecFunctionEnvArgs']]] envs: Describes an environment variable made available to an app competent. :param pulumi.Input['AppSpecFunctionGitArgs'] git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set. :param pulumi.Input['AppSpecFunctionGithubArgs'] github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set. :param pulumi.Input['AppSpecFunctionGitlabArgs'] gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set. :param pulumi.Input[Sequence[pulumi.Input['AppSpecFunctionLogDestinationArgs']]] log_destinations: Describes a log forwarding destination. - :param pulumi.Input[Sequence[pulumi.Input['AppSpecFunctionRouteArgs']]] routes: An HTTP paths that should be routed to this component. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecFunctionRouteArgs']]] routes: (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. :param pulumi.Input[str] source_dir: An optional path to the working directory to use for the build. """ pulumi.set(__self__, "name", name) @@ -728,7 +728,7 @@ def alerts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecFunc @pulumi.getter def cors(self) -> Optional[pulumi.Input['AppSpecFunctionCorsArgs']]: """ - 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. """ warnings.warn("""Service level CORS rules are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""cors is deprecated: Service level CORS rules are deprecated in favor of ingresses""") @@ -803,7 +803,7 @@ def log_destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['A @pulumi.getter def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecFunctionRouteArgs']]]]: """ - An HTTP paths that should be routed to this component. + (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. """ warnings.warn("""Service level routes are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""routes is deprecated: Service level routes are deprecated in favor of ingresses""") @@ -1087,7 +1087,7 @@ def __init__(__self__, *, :param pulumi.Input[str] key: The name of the environment variable. :param pulumi.Input[str] scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. - :param pulumi.Input[str] value: The threshold for the type of the warning. + :param pulumi.Input[str] value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -1138,7 +1138,7 @@ def type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def value(self) -> Optional[pulumi.Input[str]]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -1304,7 +1304,7 @@ def __init__(__self__, *, logtail: Optional[pulumi.Input['AppSpecFunctionLogDestinationLogtailArgs']] = None, papertrail: Optional[pulumi.Input['AppSpecFunctionLogDestinationPapertrailArgs']] = None): """ - :param pulumi.Input[str] name: The name of the component. + :param pulumi.Input[str] name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param pulumi.Input['AppSpecFunctionLogDestinationDatadogArgs'] datadog: Datadog configuration. :param pulumi.Input['AppSpecFunctionLogDestinationLogtailArgs'] logtail: Logtail configuration. :param pulumi.Input['AppSpecFunctionLogDestinationPapertrailArgs'] papertrail: Papertrail configuration. @@ -1321,7 +1321,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> pulumi.Input[str]: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -1496,7 +1496,7 @@ class AppSpecIngressArgs: def __init__(__self__, *, rules: Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecIngressRuleArgs']]]] = None): """ - :param pulumi.Input[Sequence[pulumi.Input['AppSpecIngressRuleArgs']]] rules: The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecIngressRuleArgs']]] rules: Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. """ if rules is not None: pulumi.set(__self__, "rules", rules) @@ -1505,7 +1505,7 @@ def __init__(__self__, *, @pulumi.getter def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecIngressRuleArgs']]]]: """ - 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. """ return pulumi.get(self, "rules") @@ -1523,7 +1523,7 @@ def __init__(__self__, *, redirect: Optional[pulumi.Input['AppSpecIngressRuleRedirectArgs']] = None): """ :param pulumi.Input['AppSpecIngressRuleComponentArgs'] component: The component to route to. Only one of `component` or `redirect` may be set. - :param pulumi.Input['AppSpecIngressRuleCorsArgs'] cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param pulumi.Input['AppSpecIngressRuleCorsArgs'] cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param pulumi.Input['AppSpecIngressRuleMatchArgs'] match: The match configuration for the rule :param pulumi.Input['AppSpecIngressRuleRedirectArgs'] redirect: The redirect configuration for the rule. Only one of `component` or `redirect` may be set. """ @@ -1552,7 +1552,7 @@ def component(self, value: Optional[pulumi.Input['AppSpecIngressRuleComponentArg @pulumi.getter def cors(self) -> Optional[pulumi.Input['AppSpecIngressRuleCorsArgs']]: """ - 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. """ return pulumi.get(self, "cors") @@ -1593,7 +1593,7 @@ def __init__(__self__, *, rewrite: Optional[pulumi.Input[str]] = None): """ :param pulumi.Input[str] name: The name of the component. - :param pulumi.Input[bool] preserve_path_prefix: An optional flag to preserve the path that is forwarded to the backend service. + :param pulumi.Input[bool] preserve_path_prefix: 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. :param pulumi.Input[str] rewrite: An optional field that will rewrite the path of the component to be what is specified here. This is mutually exclusive with `preserve_path_prefix`. """ if name is not None: @@ -1619,7 +1619,7 @@ def name(self, value: Optional[pulumi.Input[str]]): @pulumi.getter(name="preservePathPrefix") def preserve_path_prefix(self) -> Optional[pulumi.Input[bool]]: """ - 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. """ return pulumi.get(self, "preserve_path_prefix") @@ -1811,7 +1811,7 @@ class AppSpecIngressRuleMatchArgs: def __init__(__self__, *, path: Optional[pulumi.Input['AppSpecIngressRuleMatchPathArgs']] = None): """ - :param pulumi.Input['AppSpecIngressRuleMatchPathArgs'] path: Paths must start with `/` and must be unique within the app. + :param pulumi.Input['AppSpecIngressRuleMatchPathArgs'] path: The path to match on. """ if path is not None: pulumi.set(__self__, "path", path) @@ -1820,7 +1820,7 @@ def __init__(__self__, *, @pulumi.getter def path(self) -> Optional[pulumi.Input['AppSpecIngressRuleMatchPathArgs']]: """ - Paths must start with `/` and must be unique within the app. + The path to match on. """ return pulumi.get(self, "path") @@ -2295,7 +2295,7 @@ def __init__(__self__, *, :param pulumi.Input[str] key: The name of the environment variable. :param pulumi.Input[str] scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. - :param pulumi.Input[str] value: The threshold for the type of the warning. + :param pulumi.Input[str] value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -2346,7 +2346,7 @@ def type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def value(self) -> Optional[pulumi.Input[str]]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -2515,7 +2515,7 @@ def __init__(__self__, *, """ :param pulumi.Input[str] registry_type: The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`. :param pulumi.Input[str] repository: The repository name. - :param pulumi.Input[Sequence[pulumi.Input['AppSpecJobImageDeployOnPushArgs']]] deploy_on_pushes: Whether to automatically deploy new commits made to the repo. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecJobImageDeployOnPushArgs']]] deploy_on_pushes: Configures automatically deploying images pushed to DOCR. :param pulumi.Input[str] registry: The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type. :param pulumi.Input[str] tag: The repository tag. Defaults to `latest` if not provided. """ @@ -2556,7 +2556,7 @@ def repository(self, value: pulumi.Input[str]): @pulumi.getter(name="deployOnPushes") def deploy_on_pushes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecJobImageDeployOnPushArgs']]]]: """ - Whether to automatically deploy new commits made to the repo. + Configures automatically deploying images pushed to DOCR. """ return pulumi.get(self, "deploy_on_pushes") @@ -2620,7 +2620,7 @@ def __init__(__self__, *, logtail: Optional[pulumi.Input['AppSpecJobLogDestinationLogtailArgs']] = None, papertrail: Optional[pulumi.Input['AppSpecJobLogDestinationPapertrailArgs']] = None): """ - :param pulumi.Input[str] name: The name of the component. + :param pulumi.Input[str] name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param pulumi.Input['AppSpecJobLogDestinationDatadogArgs'] datadog: Datadog configuration. :param pulumi.Input['AppSpecJobLogDestinationLogtailArgs'] logtail: Logtail configuration. :param pulumi.Input['AppSpecJobLogDestinationPapertrailArgs'] papertrail: Papertrail configuration. @@ -2637,7 +2637,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> pulumi.Input[str]: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -2795,7 +2795,7 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the component. :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceAlertArgs']]] alerts: Describes an alert policy for the component. :param pulumi.Input[str] build_command: An optional build command to run while building this component from source. - :param pulumi.Input['AppSpecServiceCorsArgs'] cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param pulumi.Input['AppSpecServiceCorsArgs'] cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param pulumi.Input[str] dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks. :param pulumi.Input[str] environment_slug: An environment slug describing the type of this app. :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceEnvArgs']]] envs: Describes an environment variable made available to an app competent. @@ -2809,7 +2809,7 @@ def __init__(__self__, *, :param pulumi.Input[str] instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/api-reference/#operation/list_instance_sizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs` :param pulumi.Input[Sequence[pulumi.Input[int]]] internal_ports: A list of ports on which this service will listen for internal traffic. :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceLogDestinationArgs']]] log_destinations: Describes a log forwarding destination. - :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceRouteArgs']]] routes: An HTTP paths that should be routed to this component. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceRouteArgs']]] routes: (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. :param pulumi.Input[str] run_command: An optional run command to override the component's default. :param pulumi.Input[str] source_dir: An optional path to the working directory to use for the build. """ @@ -2899,7 +2899,7 @@ def build_command(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def cors(self) -> Optional[pulumi.Input['AppSpecServiceCorsArgs']]: """ - 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. """ warnings.warn("""Service level CORS rules are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""cors is deprecated: Service level CORS rules are deprecated in favor of ingresses""") @@ -3070,7 +3070,7 @@ def log_destinations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['A @pulumi.getter def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecServiceRouteArgs']]]]: """ - An HTTP paths that should be routed to this component. + (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. """ warnings.warn("""Service level routes are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""routes is deprecated: Service level routes are deprecated in favor of ingresses""") @@ -3366,7 +3366,7 @@ def __init__(__self__, *, :param pulumi.Input[str] key: The name of the environment variable. :param pulumi.Input[str] scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. - :param pulumi.Input[str] value: The threshold for the type of the warning. + :param pulumi.Input[str] value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -3417,7 +3417,7 @@ def type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def value(self) -> Optional[pulumi.Input[str]]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -3689,7 +3689,7 @@ def __init__(__self__, *, """ :param pulumi.Input[str] registry_type: The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`. :param pulumi.Input[str] repository: The repository name. - :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceImageDeployOnPushArgs']]] deploy_on_pushes: Whether to automatically deploy new commits made to the repo. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecServiceImageDeployOnPushArgs']]] deploy_on_pushes: Configures automatically deploying images pushed to DOCR. :param pulumi.Input[str] registry: The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type. :param pulumi.Input[str] tag: The repository tag. Defaults to `latest` if not provided. """ @@ -3730,7 +3730,7 @@ def repository(self, value: pulumi.Input[str]): @pulumi.getter(name="deployOnPushes") def deploy_on_pushes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecServiceImageDeployOnPushArgs']]]]: """ - Whether to automatically deploy new commits made to the repo. + Configures automatically deploying images pushed to DOCR. """ return pulumi.get(self, "deploy_on_pushes") @@ -3794,7 +3794,7 @@ def __init__(__self__, *, logtail: Optional[pulumi.Input['AppSpecServiceLogDestinationLogtailArgs']] = None, papertrail: Optional[pulumi.Input['AppSpecServiceLogDestinationPapertrailArgs']] = None): """ - :param pulumi.Input[str] name: The name of the component. + :param pulumi.Input[str] name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param pulumi.Input['AppSpecServiceLogDestinationDatadogArgs'] datadog: Datadog configuration. :param pulumi.Input['AppSpecServiceLogDestinationLogtailArgs'] logtail: Logtail configuration. :param pulumi.Input['AppSpecServiceLogDestinationPapertrailArgs'] papertrail: Papertrail configuration. @@ -3811,7 +3811,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> pulumi.Input[str]: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -4003,7 +4003,7 @@ def __init__(__self__, *, :param pulumi.Input[str] name: The name of the component. :param pulumi.Input[str] build_command: An optional build command to run while building this component from source. :param pulumi.Input[str] catchall_document: The name of the document to use as the fallback for any requests to documents that are not found when serving this static site. - :param pulumi.Input['AppSpecStaticSiteCorsArgs'] cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param pulumi.Input['AppSpecStaticSiteCorsArgs'] cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param pulumi.Input[str] dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks. :param pulumi.Input[str] environment_slug: An environment slug describing the type of this app. :param pulumi.Input[Sequence[pulumi.Input['AppSpecStaticSiteEnvArgs']]] envs: Describes an environment variable made available to an app competent. @@ -4013,7 +4013,7 @@ def __init__(__self__, *, :param pulumi.Input['AppSpecStaticSiteGitlabArgs'] gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set. :param pulumi.Input[str] index_document: The name of the index document to use when serving this static site. :param pulumi.Input[str] output_dir: 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`. - :param pulumi.Input[Sequence[pulumi.Input['AppSpecStaticSiteRouteArgs']]] routes: An HTTP paths that should be routed to this component. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecStaticSiteRouteArgs']]] routes: (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. :param pulumi.Input[str] source_dir: An optional path to the working directory to use for the build. """ pulumi.set(__self__, "name", name) @@ -4092,7 +4092,7 @@ def catchall_document(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def cors(self) -> Optional[pulumi.Input['AppSpecStaticSiteCorsArgs']]: """ - 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. """ warnings.warn("""Service level CORS rules are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""cors is deprecated: Service level CORS rules are deprecated in favor of ingresses""") @@ -4215,7 +4215,7 @@ def output_dir(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def routes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecStaticSiteRouteArgs']]]]: """ - An HTTP paths that should be routed to this component. + (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. """ warnings.warn("""Service level routes are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""routes is deprecated: Service level routes are deprecated in favor of ingresses""") @@ -4416,7 +4416,7 @@ def __init__(__self__, *, :param pulumi.Input[str] key: The name of the environment variable. :param pulumi.Input[str] scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. - :param pulumi.Input[str] value: The threshold for the type of the warning. + :param pulumi.Input[str] value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -4467,7 +4467,7 @@ def type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def value(self) -> Optional[pulumi.Input[str]]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -5004,7 +5004,7 @@ def __init__(__self__, *, :param pulumi.Input[str] key: The name of the environment variable. :param pulumi.Input[str] scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param pulumi.Input[str] type: The type of the environment variable, `GENERAL` or `SECRET`. - :param pulumi.Input[str] value: The threshold for the type of the warning. + :param pulumi.Input[str] value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -5055,7 +5055,7 @@ def type(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def value(self) -> Optional[pulumi.Input[str]]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -5224,7 +5224,7 @@ def __init__(__self__, *, """ :param pulumi.Input[str] registry_type: The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`. :param pulumi.Input[str] repository: The repository name. - :param pulumi.Input[Sequence[pulumi.Input['AppSpecWorkerImageDeployOnPushArgs']]] deploy_on_pushes: Whether to automatically deploy new commits made to the repo. + :param pulumi.Input[Sequence[pulumi.Input['AppSpecWorkerImageDeployOnPushArgs']]] deploy_on_pushes: Configures automatically deploying images pushed to DOCR. :param pulumi.Input[str] registry: The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type. :param pulumi.Input[str] tag: The repository tag. Defaults to `latest` if not provided. """ @@ -5265,7 +5265,7 @@ def repository(self, value: pulumi.Input[str]): @pulumi.getter(name="deployOnPushes") def deploy_on_pushes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AppSpecWorkerImageDeployOnPushArgs']]]]: """ - Whether to automatically deploy new commits made to the repo. + Configures automatically deploying images pushed to DOCR. """ return pulumi.get(self, "deploy_on_pushes") @@ -5329,7 +5329,7 @@ def __init__(__self__, *, logtail: Optional[pulumi.Input['AppSpecWorkerLogDestinationLogtailArgs']] = None, papertrail: Optional[pulumi.Input['AppSpecWorkerLogDestinationPapertrailArgs']] = None): """ - :param pulumi.Input[str] name: The name of the component. + :param pulumi.Input[str] name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param pulumi.Input['AppSpecWorkerLogDestinationDatadogArgs'] datadog: Datadog configuration. :param pulumi.Input['AppSpecWorkerLogDestinationLogtailArgs'] logtail: Logtail configuration. :param pulumi.Input['AppSpecWorkerLogDestinationPapertrailArgs'] papertrail: Papertrail configuration. @@ -5346,7 +5346,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> pulumi.Input[str]: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -6625,7 +6625,7 @@ def __init__(__self__, *, :param pulumi.Input[int] min_nodes: If auto-scaling is enabled, this represents the minimum number of nodes that the node pool can be scaled down to. :param pulumi.Input[int] node_count: The number of Droplet instances in the node pool. If auto-scaling is enabled, this should only be set if the desired result is to explicitly reset the number of nodes to this value. If auto-scaling is enabled, and the node count is outside of the given min/max range, it will use the min nodes value. :param pulumi.Input[Sequence[pulumi.Input['KubernetesClusterNodePoolNodeArgs']]] nodes: A list of nodes in the pool. Each node exports the following attributes: - :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the Kubernetes cluster. + :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names applied to the node pool. :param pulumi.Input[Sequence[pulumi.Input['KubernetesClusterNodePoolTaintArgs']]] taints: 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): """ pulumi.set(__self__, "name", name) @@ -6775,7 +6775,7 @@ def nodes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['KubernetesCl @pulumi.getter def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]: """ - A list of tag names to be applied to the Kubernetes cluster. + A list of tag names applied to the node pool. """ return pulumi.get(self, "tags") @@ -6809,7 +6809,7 @@ def __init__(__self__, *, :param pulumi.Input[str] created_at: The date and time when the node was created. :param pulumi.Input[str] droplet_id: The id of the node's droplet :param pulumi.Input[str] id: A unique ID that can be used to identify and reference the node. - :param pulumi.Input[str] name: A name for the node pool. + :param pulumi.Input[str] name: A name for the Kubernetes cluster. :param pulumi.Input[str] status: A string indicating the current status of the individual node. :param pulumi.Input[str] updated_at: The date and time when the node was last updated. """ @@ -6866,7 +6866,7 @@ def id(self, value: Optional[pulumi.Input[str]]): @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: """ - A name for the node pool. + A name for the Kubernetes cluster. """ return pulumi.get(self, "name") diff --git a/sdk/python/pulumi_digitalocean/kubernetes_cluster.py b/sdk/python/pulumi_digitalocean/kubernetes_cluster.py index deaa38c5..1ea0c517 100644 --- a/sdk/python/pulumi_digitalocean/kubernetes_cluster.py +++ b/sdk/python/pulumi_digitalocean/kubernetes_cluster.py @@ -40,7 +40,7 @@ def __init__(__self__, *, This resource supports customized create timeouts. The default timeout is 30 minutes. :param pulumi.Input[bool] ha: Enable/disable the high availability control plane for a cluster. Once enabled for a cluster, high availability cannot be disabled. Default: false :param pulumi.Input['KubernetesClusterMaintenancePolicyArgs'] maintenance_policy: 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. `auto_upgrade` must be set to `true` for this to have an effect. - :param pulumi.Input[str] name: A name for the node pool. + :param pulumi.Input[str] name: A name for the Kubernetes cluster. :param pulumi.Input[bool] registry_integration: Enables or disables the DigitalOcean container registry integration for the cluster. This requires that a container registry has first been created for the account. Default: false :param pulumi.Input[bool] surge_upgrade: Enable/disable surge upgrades for a cluster. Default: false :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag names to be applied to the Kubernetes cluster. @@ -158,7 +158,7 @@ def maintenance_policy(self, value: Optional[pulumi.Input['KubernetesClusterMain @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: """ - A name for the node pool. + A name for the Kubernetes cluster. """ return pulumi.get(self, "name") @@ -252,7 +252,7 @@ def __init__(__self__, *, :param pulumi.Input[bool] ha: Enable/disable the high availability control plane for a cluster. Once enabled for a cluster, high availability cannot be disabled. Default: false :param pulumi.Input[str] ipv4_address: The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+) :param pulumi.Input['KubernetesClusterMaintenancePolicyArgs'] maintenance_policy: 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. `auto_upgrade` must be set to `true` for this to have an effect. - :param pulumi.Input[str] name: A name for the node pool. + :param pulumi.Input[str] name: A name for the Kubernetes cluster. :param pulumi.Input['KubernetesClusterNodePoolArgs'] node_pool: 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: :param pulumi.Input[Union[str, 'Region']] region: The slug identifier for the region where the Kubernetes cluster will be created. :param pulumi.Input[bool] registry_integration: Enables or disables the DigitalOcean container registry integration for the cluster. This requires that a container registry has first been created for the account. Default: false @@ -430,7 +430,7 @@ def maintenance_policy(self, value: Optional[pulumi.Input['KubernetesClusterMain @pulumi.getter def name(self) -> Optional[pulumi.Input[str]]: """ - A name for the node pool. + A name for the Kubernetes cluster. """ return pulumi.get(self, "name") @@ -600,7 +600,7 @@ def __init__(__self__, This resource supports customized create timeouts. The default timeout is 30 minutes. :param pulumi.Input[bool] ha: Enable/disable the high availability control plane for a cluster. Once enabled for a cluster, high availability cannot be disabled. Default: false :param pulumi.Input[pulumi.InputType['KubernetesClusterMaintenancePolicyArgs']] maintenance_policy: 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. `auto_upgrade` must be set to `true` for this to have an effect. - :param pulumi.Input[str] name: A name for the node pool. + :param pulumi.Input[str] name: A name for the Kubernetes cluster. :param pulumi.Input[pulumi.InputType['KubernetesClusterNodePoolArgs']] node_pool: 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: :param pulumi.Input[Union[str, 'Region']] region: The slug identifier for the region where the Kubernetes cluster will be created. :param pulumi.Input[bool] registry_integration: Enables or disables the DigitalOcean container registry integration for the cluster. This requires that a container registry has first been created for the account. Default: false @@ -744,7 +744,7 @@ def get(resource_name: str, :param pulumi.Input[bool] ha: Enable/disable the high availability control plane for a cluster. Once enabled for a cluster, high availability cannot be disabled. Default: false :param pulumi.Input[str] ipv4_address: The public IPv4 address of the Kubernetes master node. This will not be set if high availability is configured on the cluster (v1.21+) :param pulumi.Input[pulumi.InputType['KubernetesClusterMaintenancePolicyArgs']] maintenance_policy: 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. `auto_upgrade` must be set to `true` for this to have an effect. - :param pulumi.Input[str] name: A name for the node pool. + :param pulumi.Input[str] name: A name for the Kubernetes cluster. :param pulumi.Input[pulumi.InputType['KubernetesClusterNodePoolArgs']] node_pool: 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: :param pulumi.Input[Union[str, 'Region']] region: The slug identifier for the region where the Kubernetes cluster will be created. :param pulumi.Input[bool] registry_integration: Enables or disables the DigitalOcean container registry integration for the cluster. This requires that a container registry has first been created for the account. Default: false @@ -866,7 +866,7 @@ def maintenance_policy(self) -> pulumi.Output['outputs.KubernetesClusterMaintena @pulumi.getter def name(self) -> pulumi.Output[str]: """ - A name for the node pool. + A name for the Kubernetes cluster. """ return pulumi.get(self, "name") diff --git a/sdk/python/pulumi_digitalocean/outputs.py b/sdk/python/pulumi_digitalocean/outputs.py index 51b1590d..290c753d 100644 --- a/sdk/python/pulumi_digitalocean/outputs.py +++ b/sdk/python/pulumi_digitalocean/outputs.py @@ -559,7 +559,7 @@ def __init__(__self__, *, wildcard: Optional[bool] = None, zone: Optional[str] = None): """ - :param str name: The name of the component. + :param str name: The hostname for the domain. :param str type: The type of the environment variable, `GENERAL` or `SECRET`. :param bool wildcard: A boolean indicating whether the domain includes all sub-domains, in addition to the given domain. :param str zone: If the domain uses DigitalOcean DNS and you would like App Platform to automatically manage it for you, set this to the name of the domain on your account. @@ -576,7 +576,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> str: """ - The name of the component. + The hostname for the domain. """ return pulumi.get(self, "name") @@ -616,7 +616,7 @@ def __init__(__self__, *, :param str key: The name of the environment variable. :param str scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param str type: The type of the environment variable, `GENERAL` or `SECRET`. - :param str value: The threshold for the type of the warning. + :param str value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -655,7 +655,7 @@ def type(self) -> Optional[str]: @pulumi.getter def value(self) -> Optional[str]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -695,13 +695,13 @@ def __init__(__self__, *, """ :param str name: The name of the component. :param Sequence['AppSpecFunctionAlertArgs'] alerts: Describes an alert policy for the component. - :param 'AppSpecFunctionCorsArgs' cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param 'AppSpecFunctionCorsArgs' cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param Sequence['AppSpecFunctionEnvArgs'] envs: Describes an environment variable made available to an app competent. :param 'AppSpecFunctionGitArgs' git: A Git repo to use as the component's source. The repository must be able to be cloned without authentication. Only one of `git`, `github` or `gitlab` may be set. :param 'AppSpecFunctionGithubArgs' github: A GitHub repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/github/install). Only one of `git`, `github`, `gitlab`, or `image` may be set. :param 'AppSpecFunctionGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set. :param Sequence['AppSpecFunctionLogDestinationArgs'] log_destinations: Describes a log forwarding destination. - :param Sequence['AppSpecFunctionRouteArgs'] routes: An HTTP paths that should be routed to this component. + :param Sequence['AppSpecFunctionRouteArgs'] routes: (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. :param str source_dir: An optional path to the working directory to use for the build. """ pulumi.set(__self__, "name", name) @@ -744,7 +744,7 @@ def alerts(self) -> Optional[Sequence['outputs.AppSpecFunctionAlert']]: @pulumi.getter def cors(self) -> Optional['outputs.AppSpecFunctionCors']: """ - 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. """ warnings.warn("""Service level CORS rules are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""cors is deprecated: Service level CORS rules are deprecated in favor of ingresses""") @@ -795,7 +795,7 @@ def log_destinations(self) -> Optional[Sequence['outputs.AppSpecFunctionLogDesti @pulumi.getter def routes(self) -> Optional[Sequence['outputs.AppSpecFunctionRoute']]: """ - An HTTP paths that should be routed to this component. + (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. """ warnings.warn("""Service level routes are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""routes is deprecated: Service level routes are deprecated in favor of ingresses""") @@ -1042,7 +1042,7 @@ def __init__(__self__, *, :param str key: The name of the environment variable. :param str scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param str type: The type of the environment variable, `GENERAL` or `SECRET`. - :param str value: The threshold for the type of the warning. + :param str value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -1081,7 +1081,7 @@ def type(self) -> Optional[str]: @pulumi.getter def value(self) -> Optional[str]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -1262,7 +1262,7 @@ def __init__(__self__, *, logtail: Optional['outputs.AppSpecFunctionLogDestinationLogtail'] = None, papertrail: Optional['outputs.AppSpecFunctionLogDestinationPapertrail'] = None): """ - :param str name: The name of the component. + :param str name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param 'AppSpecFunctionLogDestinationDatadogArgs' datadog: Datadog configuration. :param 'AppSpecFunctionLogDestinationLogtailArgs' logtail: Logtail configuration. :param 'AppSpecFunctionLogDestinationPapertrailArgs' papertrail: Papertrail configuration. @@ -1279,7 +1279,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> str: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -1448,7 +1448,7 @@ class AppSpecIngress(dict): def __init__(__self__, *, rules: Optional[Sequence['outputs.AppSpecIngressRule']] = None): """ - :param Sequence['AppSpecIngressRuleArgs'] rules: The type of the alert to configure. Component app alert policies can be: `CPU_UTILIZATION`, `MEM_UTILIZATION`, or `RESTART_COUNT`. + :param Sequence['AppSpecIngressRuleArgs'] rules: Rules for configuring HTTP ingress for component routes, CORS, rewrites, and redirects. """ if rules is not None: pulumi.set(__self__, "rules", rules) @@ -1457,7 +1457,7 @@ def __init__(__self__, *, @pulumi.getter def rules(self) -> Optional[Sequence['outputs.AppSpecIngressRule']]: """ - 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. """ return pulumi.get(self, "rules") @@ -1471,7 +1471,7 @@ def __init__(__self__, *, redirect: Optional['outputs.AppSpecIngressRuleRedirect'] = None): """ :param 'AppSpecIngressRuleComponentArgs' component: The component to route to. Only one of `component` or `redirect` may be set. - :param 'AppSpecIngressRuleCorsArgs' cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param 'AppSpecIngressRuleCorsArgs' cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param 'AppSpecIngressRuleMatchArgs' match: The match configuration for the rule :param 'AppSpecIngressRuleRedirectArgs' redirect: The redirect configuration for the rule. Only one of `component` or `redirect` may be set. """ @@ -1496,7 +1496,7 @@ def component(self) -> Optional['outputs.AppSpecIngressRuleComponent']: @pulumi.getter def cors(self) -> Optional['outputs.AppSpecIngressRuleCors']: """ - 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. """ return pulumi.get(self, "cors") @@ -1542,7 +1542,7 @@ def __init__(__self__, *, rewrite: Optional[str] = None): """ :param str name: The name of the component. - :param bool preserve_path_prefix: An optional flag to preserve the path that is forwarded to the backend service. + :param bool preserve_path_prefix: 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. :param str rewrite: An optional field that will rewrite the path of the component to be what is specified here. This is mutually exclusive with `preserve_path_prefix`. """ if name is not None: @@ -1564,7 +1564,7 @@ def name(self) -> Optional[str]: @pulumi.getter(name="preservePathPrefix") def preserve_path_prefix(self) -> Optional[bool]: """ - 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. """ return pulumi.get(self, "preserve_path_prefix") @@ -1739,7 +1739,7 @@ class AppSpecIngressRuleMatch(dict): def __init__(__self__, *, path: Optional['outputs.AppSpecIngressRuleMatchPath'] = None): """ - :param 'AppSpecIngressRuleMatchPathArgs' path: Paths must start with `/` and must be unique within the app. + :param 'AppSpecIngressRuleMatchPathArgs' path: The path to match on. """ if path is not None: pulumi.set(__self__, "path", path) @@ -1748,7 +1748,7 @@ def __init__(__self__, *, @pulumi.getter def path(self) -> Optional['outputs.AppSpecIngressRuleMatchPath']: """ - Paths must start with `/` and must be unique within the app. + The path to match on. """ return pulumi.get(self, "path") @@ -2159,7 +2159,7 @@ def __init__(__self__, *, :param str key: The name of the environment variable. :param str scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param str type: The type of the environment variable, `GENERAL` or `SECRET`. - :param str value: The threshold for the type of the warning. + :param str value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -2198,7 +2198,7 @@ def type(self) -> Optional[str]: @pulumi.getter def value(self) -> Optional[str]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -2401,7 +2401,7 @@ def __init__(__self__, *, """ :param str registry_type: The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`. :param str repository: The repository name. - :param Sequence['AppSpecJobImageDeployOnPushArgs'] deploy_on_pushes: Whether to automatically deploy new commits made to the repo. + :param Sequence['AppSpecJobImageDeployOnPushArgs'] deploy_on_pushes: Configures automatically deploying images pushed to DOCR. :param str registry: The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type. :param str tag: The repository tag. Defaults to `latest` if not provided. """ @@ -2434,7 +2434,7 @@ def repository(self) -> str: @pulumi.getter(name="deployOnPushes") def deploy_on_pushes(self) -> Optional[Sequence['outputs.AppSpecJobImageDeployOnPush']]: """ - Whether to automatically deploy new commits made to the repo. + Configures automatically deploying images pushed to DOCR. """ return pulumi.get(self, "deploy_on_pushes") @@ -2482,7 +2482,7 @@ def __init__(__self__, *, logtail: Optional['outputs.AppSpecJobLogDestinationLogtail'] = None, papertrail: Optional['outputs.AppSpecJobLogDestinationPapertrail'] = None): """ - :param str name: The name of the component. + :param str name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param 'AppSpecJobLogDestinationDatadogArgs' datadog: Datadog configuration. :param 'AppSpecJobLogDestinationLogtailArgs' logtail: Logtail configuration. :param 'AppSpecJobLogDestinationPapertrailArgs' papertrail: Papertrail configuration. @@ -2499,7 +2499,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> str: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -2679,7 +2679,7 @@ def __init__(__self__, *, :param str name: The name of the component. :param Sequence['AppSpecServiceAlertArgs'] alerts: Describes an alert policy for the component. :param str build_command: An optional build command to run while building this component from source. - :param 'AppSpecServiceCorsArgs' cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param 'AppSpecServiceCorsArgs' cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param str dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks. :param str environment_slug: An environment slug describing the type of this app. :param Sequence['AppSpecServiceEnvArgs'] envs: Describes an environment variable made available to an app competent. @@ -2693,7 +2693,7 @@ def __init__(__self__, *, :param str instance_size_slug: The instance size to use for this component. This determines the plan (basic or professional) and the available CPU and memory. The list of available instance sizes can be [found with the API](https://docs.digitalocean.com/reference/api/api-reference/#operation/list_instance_sizes) or using the [doctl CLI](https://docs.digitalocean.com/reference/doctl/) (`doctl apps tier instance-size list`). Default: `basic-xxs` :param Sequence[int] internal_ports: A list of ports on which this service will listen for internal traffic. :param Sequence['AppSpecServiceLogDestinationArgs'] log_destinations: Describes a log forwarding destination. - :param Sequence['AppSpecServiceRouteArgs'] routes: An HTTP paths that should be routed to this component. + :param Sequence['AppSpecServiceRouteArgs'] routes: (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. :param str run_command: An optional run command to override the component's default. :param str source_dir: An optional path to the working directory to use for the build. """ @@ -2765,7 +2765,7 @@ def build_command(self) -> Optional[str]: @pulumi.getter def cors(self) -> Optional['outputs.AppSpecServiceCors']: """ - 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. """ warnings.warn("""Service level CORS rules are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""cors is deprecated: Service level CORS rules are deprecated in favor of ingresses""") @@ -2880,7 +2880,7 @@ def log_destinations(self) -> Optional[Sequence['outputs.AppSpecServiceLogDestin @pulumi.getter def routes(self) -> Optional[Sequence['outputs.AppSpecServiceRoute']]: """ - An HTTP paths that should be routed to this component. + (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. """ warnings.warn("""Service level routes are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""routes is deprecated: Service level routes are deprecated in favor of ingresses""") @@ -3135,7 +3135,7 @@ def __init__(__self__, *, :param str key: The name of the environment variable. :param str scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param str type: The type of the environment variable, `GENERAL` or `SECRET`. - :param str value: The threshold for the type of the warning. + :param str value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -3174,7 +3174,7 @@ def type(self) -> Optional[str]: @pulumi.getter def value(self) -> Optional[str]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -3483,7 +3483,7 @@ def __init__(__self__, *, """ :param str registry_type: The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`. :param str repository: The repository name. - :param Sequence['AppSpecServiceImageDeployOnPushArgs'] deploy_on_pushes: Whether to automatically deploy new commits made to the repo. + :param Sequence['AppSpecServiceImageDeployOnPushArgs'] deploy_on_pushes: Configures automatically deploying images pushed to DOCR. :param str registry: The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type. :param str tag: The repository tag. Defaults to `latest` if not provided. """ @@ -3516,7 +3516,7 @@ def repository(self) -> str: @pulumi.getter(name="deployOnPushes") def deploy_on_pushes(self) -> Optional[Sequence['outputs.AppSpecServiceImageDeployOnPush']]: """ - Whether to automatically deploy new commits made to the repo. + Configures automatically deploying images pushed to DOCR. """ return pulumi.get(self, "deploy_on_pushes") @@ -3564,7 +3564,7 @@ def __init__(__self__, *, logtail: Optional['outputs.AppSpecServiceLogDestinationLogtail'] = None, papertrail: Optional['outputs.AppSpecServiceLogDestinationPapertrail'] = None): """ - :param str name: The name of the component. + :param str name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param 'AppSpecServiceLogDestinationDatadogArgs' datadog: Datadog configuration. :param 'AppSpecServiceLogDestinationLogtailArgs' logtail: Logtail configuration. :param 'AppSpecServiceLogDestinationPapertrailArgs' papertrail: Papertrail configuration. @@ -3581,7 +3581,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> str: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -3798,7 +3798,7 @@ def __init__(__self__, *, :param str name: The name of the component. :param str build_command: An optional build command to run while building this component from source. :param str catchall_document: The name of the document to use as the fallback for any requests to documents that are not found when serving this static site. - :param 'AppSpecStaticSiteCorsArgs' cors: The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. + :param 'AppSpecStaticSiteCorsArgs' cors: (Deprecated - use `ingress`) The [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS) policies of the app. :param str dockerfile_path: The path to a Dockerfile relative to the root of the repo. If set, overrides usage of buildpacks. :param str environment_slug: An environment slug describing the type of this app. :param Sequence['AppSpecStaticSiteEnvArgs'] envs: Describes an environment variable made available to an app competent. @@ -3808,7 +3808,7 @@ def __init__(__self__, *, :param 'AppSpecStaticSiteGitlabArgs' gitlab: A Gitlab repo to use as the component's source. DigitalOcean App Platform must have [access to the repository](https://cloud.digitalocean.com/apps/gitlab/install). Only one of `git`, `github`, `gitlab`, or `image` may be set. :param str index_document: The name of the index document to use when serving this static site. :param str output_dir: 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`. - :param Sequence['AppSpecStaticSiteRouteArgs'] routes: An HTTP paths that should be routed to this component. + :param Sequence['AppSpecStaticSiteRouteArgs'] routes: (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. :param str source_dir: An optional path to the working directory to use for the build. """ pulumi.set(__self__, "name", name) @@ -3869,7 +3869,7 @@ def catchall_document(self) -> Optional[str]: @pulumi.getter def cors(self) -> Optional['outputs.AppSpecStaticSiteCors']: """ - 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. """ warnings.warn("""Service level CORS rules are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""cors is deprecated: Service level CORS rules are deprecated in favor of ingresses""") @@ -3952,7 +3952,7 @@ def output_dir(self) -> Optional[str]: @pulumi.getter def routes(self) -> Optional[Sequence['outputs.AppSpecStaticSiteRoute']]: """ - An HTTP paths that should be routed to this component. + (Deprecated - use `ingress`) An HTTP paths that should be routed to this component. """ warnings.warn("""Service level routes are deprecated in favor of ingresses""", DeprecationWarning) pulumi.log.warn("""routes is deprecated: Service level routes are deprecated in favor of ingresses""") @@ -4136,7 +4136,7 @@ def __init__(__self__, *, :param str key: The name of the environment variable. :param str scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param str type: The type of the environment variable, `GENERAL` or `SECRET`. - :param str value: The threshold for the type of the warning. + :param str value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -4175,7 +4175,7 @@ def type(self) -> Optional[str]: @pulumi.getter def value(self) -> Optional[str]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -4687,7 +4687,7 @@ def __init__(__self__, *, :param str key: The name of the environment variable. :param str scope: The visibility scope of the environment variable. One of `RUN_TIME`, `BUILD_TIME`, or `RUN_AND_BUILD_TIME` (default). :param str type: The type of the environment variable, `GENERAL` or `SECRET`. - :param str value: The threshold for the type of the warning. + :param str value: The value of the environment variable. """ if key is not None: pulumi.set(__self__, "key", key) @@ -4726,7 +4726,7 @@ def type(self) -> Optional[str]: @pulumi.getter def value(self) -> Optional[str]: """ - The threshold for the type of the warning. + The value of the environment variable. """ return pulumi.get(self, "value") @@ -4929,7 +4929,7 @@ def __init__(__self__, *, """ :param str registry_type: The registry type. One of `DOCR` (DigitalOcean container registry) or `DOCKER_HUB`. :param str repository: The repository name. - :param Sequence['AppSpecWorkerImageDeployOnPushArgs'] deploy_on_pushes: Whether to automatically deploy new commits made to the repo. + :param Sequence['AppSpecWorkerImageDeployOnPushArgs'] deploy_on_pushes: Configures automatically deploying images pushed to DOCR. :param str registry: The registry name. Must be left empty for the `DOCR` registry type. Required for the `DOCKER_HUB` registry type. :param str tag: The repository tag. Defaults to `latest` if not provided. """ @@ -4962,7 +4962,7 @@ def repository(self) -> str: @pulumi.getter(name="deployOnPushes") def deploy_on_pushes(self) -> Optional[Sequence['outputs.AppSpecWorkerImageDeployOnPush']]: """ - Whether to automatically deploy new commits made to the repo. + Configures automatically deploying images pushed to DOCR. """ return pulumi.get(self, "deploy_on_pushes") @@ -5010,7 +5010,7 @@ def __init__(__self__, *, logtail: Optional['outputs.AppSpecWorkerLogDestinationLogtail'] = None, papertrail: Optional['outputs.AppSpecWorkerLogDestinationPapertrail'] = None): """ - :param str name: The name of the component. + :param str name: Name of the log destination. Minimum length: 2. Maximum length: 42. :param 'AppSpecWorkerLogDestinationDatadogArgs' datadog: Datadog configuration. :param 'AppSpecWorkerLogDestinationLogtailArgs' logtail: Logtail configuration. :param 'AppSpecWorkerLogDestinationPapertrailArgs' papertrail: Papertrail configuration. @@ -5027,7 +5027,7 @@ def __init__(__self__, *, @pulumi.getter def name(self) -> str: """ - The name of the component. + Name of the log destination. Minimum length: 2. Maximum length: 42. """ return pulumi.get(self, "name") @@ -6274,7 +6274,7 @@ def __init__(__self__, *, :param int min_nodes: If auto-scaling is enabled, this represents the minimum number of nodes that the node pool can be scaled down to. :param int node_count: The number of Droplet instances in the node pool. If auto-scaling is enabled, this should only be set if the desired result is to explicitly reset the number of nodes to this value. If auto-scaling is enabled, and the node count is outside of the given min/max range, it will use the min nodes value. :param Sequence['KubernetesClusterNodePoolNodeArgs'] nodes: A list of nodes in the pool. Each node exports the following attributes: - :param Sequence[str] tags: A list of tag names to be applied to the Kubernetes cluster. + :param Sequence[str] tags: A list of tag names applied to the node pool. :param Sequence['KubernetesClusterNodePoolTaintArgs'] taints: 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): """ pulumi.set(__self__, "name", name) @@ -6384,7 +6384,7 @@ def nodes(self) -> Optional[Sequence['outputs.KubernetesClusterNodePoolNode']]: @pulumi.getter def tags(self) -> Optional[Sequence[str]]: """ - A list of tag names to be applied to the Kubernetes cluster. + A list of tag names applied to the node pool. """ return pulumi.get(self, "tags") @@ -6431,7 +6431,7 @@ def __init__(__self__, *, :param str created_at: The date and time when the node was created. :param str droplet_id: The id of the node's droplet :param str id: A unique ID that can be used to identify and reference the node. - :param str name: A name for the node pool. + :param str name: A name for the Kubernetes cluster. :param str status: A string indicating the current status of the individual node. :param str updated_at: The date and time when the node was last updated. """ @@ -6476,7 +6476,7 @@ def id(self) -> Optional[str]: @pulumi.getter def name(self) -> Optional[str]: """ - A name for the node pool. + A name for the Kubernetes cluster. """ return pulumi.get(self, "name")