github.com/myhau/pulumi/pkg/v3@v3.70.2-0.20221116134521-f2775972e587/codegen/testing/test/testdata/plain-object-disable-defaults/docs/foo/_index.md (about) 1 2 --- 3 title: "Foo" 4 title_tag: "example.Foo" 5 meta_desc: "Documentation for the example.Foo resource with examples, input properties, output properties, lookup functions, and supporting types." 6 layout: api 7 no_edit_this_page: true 8 --- 9 10 11 12 <!-- WARNING: this file was generated by test. --> 13 <!-- Do not edit by hand unless you're certain you know what you are doing! --> 14 15 test new feature with resoruces 16 17 18 19 20 ## Create Foo Resource {#create} 21 <div> 22 <pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml"></pulumi-chooser> 23 </div> 24 25 26 <div> 27 <pulumi-choosable type="language" values="javascript,typescript"> 28 <div class="highlight"><pre class="chroma"><code class="language-typescript" data-lang="typescript"><span class="k">new </span><span class="nx">Foo</span><span class="p">(</span><span class="nx">name</span><span class="p">:</span> <span class="nx">string</span><span class="p">,</span> <span class="nx">args</span><span class="p">:</span> <span class="nx"><a href="#inputs">FooArgs</a></span><span class="p">,</span> <span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#CustomResourceOptions">CustomResourceOptions</a></span><span class="p">);</span></code></pre></div> 29 </pulumi-choosable> 30 </div> 31 32 <div> 33 <pulumi-choosable type="language" values="python"> 34 <div class="highlight"><pre class="chroma"><code class="language-python" data-lang="python"><span class=nd>@overload</span> 35 <span class="k">def </span><span class="nx">Foo</span><span class="p">(</span><span class="nx">resource_name</span><span class="p">:</span> <span class="nx">str</span><span class="p">,</span> 36 <span class="nx">opts</span><span class="p">:</span> <span class="nx"><a href="/docs/reference/pkg/python/pulumi/#pulumi.ResourceOptions">Optional[ResourceOptions]</a></span> = None<span class="p">,</span> 37 <span class="nx">argument</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">,</span> 38 <span class="nx">backup_kube_client_settings</span><span class="p">:</span> <span class="nx">Optional[KubeClientSettingsArgs]</span> = None<span class="p">,</span> 39 <span class="nx">kube_client_settings</span><span class="p">:</span> <span class="nx">Optional[KubeClientSettingsArgs]</span> = None<span class="p">,</span> 40 <span class="nx">settings</span><span class="p">:</span> <span class="nx">Optional[LayeredTypeArgs]</span> = None<span class="p">)</span> 41 <span class=nd>@overload</span> 42 <span class="k">def </span><span class="nx">Foo</span><span class="p">(</span><span class="nx">resource_name</span><span class="p">:</span> <span class="nx">str</span><span class="p">,</span> 43 <span class="nx">args</span><span class="p">:</span> <span class="nx"><a href="#inputs">FooArgs</a></span><span class="p">,</span> 44 <span class="nx">opts</span><span class="p">:</span> <span class="nx"><a href="/docs/reference/pkg/python/pulumi/#pulumi.ResourceOptions">Optional[ResourceOptions]</a></span> = None<span class="p">)</span></code></pre></div> 45 </pulumi-choosable> 46 </div> 47 48 <div> 49 <pulumi-choosable type="language" values="go"> 50 <div class="highlight"><pre class="chroma"><code class="language-go" data-lang="go"><span class="k">func </span><span class="nx">NewFoo</span><span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#Context">Context</a></span><span class="p">,</span> <span class="nx">name</span><span class="p"> </span><span class="nx">string</span><span class="p">,</span> <span class="nx">args</span><span class="p"> </span><span class="nx"><a href="#inputs">FooArgs</a></span><span class="p">,</span> <span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#ResourceOption">ResourceOption</a></span><span class="p">) (*<span class="nx">Foo</span>, error)</span></code></pre></div> 51 </pulumi-choosable> 52 </div> 53 54 <div> 55 <pulumi-choosable type="language" values="csharp"> 56 <div class="highlight"><pre class="chroma"><code class="language-csharp" data-lang="csharp"><span class="k">public </span><span class="nx">Foo</span><span class="p">(</span><span class="nx">string</span><span class="p"> </span><span class="nx">name<span class="p">,</span> <span class="nx"><a href="#inputs">FooArgs</a></span><span class="p"> </span><span class="nx">args<span class="p">,</span> <span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.CustomResourceOptions.html">CustomResourceOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span></code></pre></div> 57 </pulumi-choosable> 58 </div> 59 60 <div> 61 <pulumi-choosable type="language" values="java"> 62 <div class="highlight"><pre class="chroma"> 63 <code class="language-java" data-lang="java"><span class="k">public </span><span class="nx">Foo</span><span class="p">(</span><span class="nx">String</span><span class="p"> </span><span class="nx">name<span class="p">,</span> <span class="nx"><a href="#inputs">FooArgs</a></span><span class="p"> </span><span class="nx">args<span class="p">)</span> 64 <span class="k">public </span><span class="nx">Foo</span><span class="p">(</span><span class="nx">String</span><span class="p"> </span><span class="nx">name<span class="p">,</span> <span class="nx"><a href="#inputs">FooArgs</a></span><span class="p"> </span><span class="nx">args<span class="p">,</span> <span class="nx">CustomResourceOptions</span><span class="p"> </span><span class="nx">options<span class="p">)</span> 65 </code></pre></div> 66 </pulumi-choosable> 67 </div> 68 69 <div> 70 <pulumi-choosable type="language" values="yaml"> 71 <div class="highlight"><pre class="chroma"><code class="language-yaml" data-lang="yaml">type: <span class="nx">example:Foo</span><span class="p"></span> 72 <span class="p">properties</span><span class="p">: </span><span class="c"># The arguments to resource properties.</span> 73 <span class="p"></span><span class="p">options</span><span class="p">: </span><span class="c"># Bag of options to control resource's behavior.</span> 74 <span class="p"></span> 75 </code></pre></div> 76 </pulumi-choosable> 77 </div> 78 79 <div> 80 <pulumi-choosable type="language" values="javascript,typescript"> 81 82 <dl class="resources-properties"><dt 83 class="property-required" title="Required"> 84 <span>name</span> 85 <span class="property-indicator"></span> 86 <span class="property-type">string</span> 87 </dt> 88 <dd>The unique name of the resource.</dd><dt 89 class="property-required" title="Required"> 90 <span>args</span> 91 <span class="property-indicator"></span> 92 <span class="property-type"><a href="#inputs">FooArgs</a></span> 93 </dt> 94 <dd>The arguments to resource properties.</dd><dt 95 class="property-optional" title="Optional"> 96 <span>opts</span> 97 <span class="property-indicator"></span> 98 <span class="property-type"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#CustomResourceOptions">CustomResourceOptions</a></span> 99 </dt> 100 <dd>Bag of options to control resource's behavior.</dd></dl> 101 102 </pulumi-choosable> 103 </div> 104 105 <div> 106 <pulumi-choosable type="language" values="python"> 107 108 <dl class="resources-properties"><dt 109 class="property-required" title="Required"> 110 <span>resource_name</span> 111 <span class="property-indicator"></span> 112 <span class="property-type">str</span> 113 </dt> 114 <dd>The unique name of the resource.</dd><dt 115 class="property-required" title="Required"> 116 <span>args</span> 117 <span class="property-indicator"></span> 118 <span class="property-type"><a href="#inputs">FooArgs</a></span> 119 </dt> 120 <dd>The arguments to resource properties.</dd><dt 121 class="property-optional" title="Optional"> 122 <span>opts</span> 123 <span class="property-indicator"></span> 124 <span class="property-type"><a href="/docs/reference/pkg/python/pulumi/#pulumi.ResourceOptions">ResourceOptions</a></span> 125 </dt> 126 <dd>Bag of options to control resource's behavior.</dd></dl> 127 128 </pulumi-choosable> 129 </div> 130 131 <div> 132 <pulumi-choosable type="language" values="go"> 133 134 <dl class="resources-properties"><dt 135 class="property-optional" title="Optional"> 136 <span>ctx</span> 137 <span class="property-indicator"></span> 138 <span class="property-type"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#Context">Context</a></span> 139 </dt> 140 <dd>Context object for the current deployment.</dd><dt 141 class="property-required" title="Required"> 142 <span>name</span> 143 <span class="property-indicator"></span> 144 <span class="property-type">string</span> 145 </dt> 146 <dd>The unique name of the resource.</dd><dt 147 class="property-required" title="Required"> 148 <span>args</span> 149 <span class="property-indicator"></span> 150 <span class="property-type"><a href="#inputs">FooArgs</a></span> 151 </dt> 152 <dd>The arguments to resource properties.</dd><dt 153 class="property-optional" title="Optional"> 154 <span>opts</span> 155 <span class="property-indicator"></span> 156 <span class="property-type"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v3/go/pulumi?tab=doc#ResourceOption">ResourceOption</a></span> 157 </dt> 158 <dd>Bag of options to control resource's behavior.</dd></dl> 159 160 </pulumi-choosable> 161 </div> 162 163 <div> 164 <pulumi-choosable type="language" values="csharp"> 165 166 <dl class="resources-properties"><dt 167 class="property-required" title="Required"> 168 <span>name</span> 169 <span class="property-indicator"></span> 170 <span class="property-type">string</span> 171 </dt> 172 <dd>The unique name of the resource.</dd><dt 173 class="property-required" title="Required"> 174 <span>args</span> 175 <span class="property-indicator"></span> 176 <span class="property-type"><a href="#inputs">FooArgs</a></span> 177 </dt> 178 <dd>The arguments to resource properties.</dd><dt 179 class="property-optional" title="Optional"> 180 <span>opts</span> 181 <span class="property-indicator"></span> 182 <span class="property-type"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.CustomResourceOptions.html">CustomResourceOptions</a></span> 183 </dt> 184 <dd>Bag of options to control resource's behavior.</dd></dl> 185 186 </pulumi-choosable> 187 </div> 188 189 <div> 190 <pulumi-choosable type="language" values="java"> 191 192 <dl class="resources-properties"><dt 193 class="property-required" title="Required"> 194 <span>name</span> 195 <span class="property-indicator"></span> 196 <span class="property-type">String</span> 197 </dt> 198 <dd>The unique name of the resource.</dd><dt 199 class="property-required" title="Required"> 200 <span>args</span> 201 <span class="property-indicator"></span> 202 <span class="property-type"><a href="#inputs">FooArgs</a></span> 203 </dt> 204 <dd>The arguments to resource properties.</dd><dt 205 class="property-optional" title="Optional"> 206 <span>options</span> 207 <span class="property-indicator"></span> 208 <span class="property-type">CustomResourceOptions</span> 209 </dt> 210 <dd>Bag of options to control resource's behavior.</dd></dl> 211 212 </pulumi-choosable> 213 </div> 214 215 ## Foo Resource Properties {#properties} 216 217 To learn more about resource properties and how to use them, see [Inputs and Outputs](/docs/intro/concepts/inputs-outputs) in the Architecture and Concepts docs. 218 219 ### Inputs 220 221 The Foo resource accepts the following [input](/docs/intro/concepts/inputs-outputs) properties: 222 223 224 225 <div> 226 <pulumi-choosable type="language" values="csharp"> 227 <dl class="resources-properties"><dt class="property-required" 228 title="Required"> 229 <span id="backupkubeclientsettings_csharp"> 230 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#backupkubeclientsettings_csharp" style="color: inherit; text-decoration: inherit;">Backup<wbr>Kube<wbr>Client<wbr>Settings</a> 231 </span> 232 <span class="property-indicator"></span> 233 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 234 </dt> 235 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 236 </dd><dt class="property-optional" 237 title="Optional"> 238 <span id="argument_csharp"> 239 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#argument_csharp" style="color: inherit; text-decoration: inherit;">Argument</a> 240 </span> 241 <span class="property-indicator"></span> 242 <span class="property-type">string</span> 243 </dt> 244 <dd></dd><dt class="property-optional" 245 title="Optional"> 246 <span id="kubeclientsettings_csharp"> 247 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#kubeclientsettings_csharp" style="color: inherit; text-decoration: inherit;">Kube<wbr>Client<wbr>Settings</a> 248 </span> 249 <span class="property-indicator"></span> 250 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 251 </dt> 252 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 253 </dd><dt class="property-optional" 254 title="Optional"> 255 <span id="settings_csharp"> 256 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#settings_csharp" style="color: inherit; text-decoration: inherit;">Settings</a> 257 </span> 258 <span class="property-indicator"></span> 259 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type<wbr>Args</a></span> 260 </dt> 261 <dd><p>describing things</p> 262 </dd></dl> 263 </pulumi-choosable> 264 </div> 265 266 <div> 267 <pulumi-choosable type="language" values="go"> 268 <dl class="resources-properties"><dt class="property-required" 269 title="Required"> 270 <span id="backupkubeclientsettings_go"> 271 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#backupkubeclientsettings_go" style="color: inherit; text-decoration: inherit;">Backup<wbr>Kube<wbr>Client<wbr>Settings</a> 272 </span> 273 <span class="property-indicator"></span> 274 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 275 </dt> 276 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 277 </dd><dt class="property-optional" 278 title="Optional"> 279 <span id="argument_go"> 280 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#argument_go" style="color: inherit; text-decoration: inherit;">Argument</a> 281 </span> 282 <span class="property-indicator"></span> 283 <span class="property-type">string</span> 284 </dt> 285 <dd></dd><dt class="property-optional" 286 title="Optional"> 287 <span id="kubeclientsettings_go"> 288 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#kubeclientsettings_go" style="color: inherit; text-decoration: inherit;">Kube<wbr>Client<wbr>Settings</a> 289 </span> 290 <span class="property-indicator"></span> 291 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 292 </dt> 293 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 294 </dd><dt class="property-optional" 295 title="Optional"> 296 <span id="settings_go"> 297 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#settings_go" style="color: inherit; text-decoration: inherit;">Settings</a> 298 </span> 299 <span class="property-indicator"></span> 300 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type<wbr>Args</a></span> 301 </dt> 302 <dd><p>describing things</p> 303 </dd></dl> 304 </pulumi-choosable> 305 </div> 306 307 <div> 308 <pulumi-choosable type="language" values="java"> 309 <dl class="resources-properties"><dt class="property-required" 310 title="Required"> 311 <span id="backupkubeclientsettings_java"> 312 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#backupkubeclientsettings_java" style="color: inherit; text-decoration: inherit;">backup<wbr>Kube<wbr>Client<wbr>Settings</a> 313 </span> 314 <span class="property-indicator"></span> 315 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 316 </dt> 317 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 318 </dd><dt class="property-optional" 319 title="Optional"> 320 <span id="argument_java"> 321 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#argument_java" style="color: inherit; text-decoration: inherit;">argument</a> 322 </span> 323 <span class="property-indicator"></span> 324 <span class="property-type">String</span> 325 </dt> 326 <dd></dd><dt class="property-optional" 327 title="Optional"> 328 <span id="kubeclientsettings_java"> 329 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#kubeclientsettings_java" style="color: inherit; text-decoration: inherit;">kube<wbr>Client<wbr>Settings</a> 330 </span> 331 <span class="property-indicator"></span> 332 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 333 </dt> 334 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 335 </dd><dt class="property-optional" 336 title="Optional"> 337 <span id="settings_java"> 338 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#settings_java" style="color: inherit; text-decoration: inherit;">settings</a> 339 </span> 340 <span class="property-indicator"></span> 341 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type<wbr>Args</a></span> 342 </dt> 343 <dd><p>describing things</p> 344 </dd></dl> 345 </pulumi-choosable> 346 </div> 347 348 <div> 349 <pulumi-choosable type="language" values="javascript,typescript"> 350 <dl class="resources-properties"><dt class="property-required" 351 title="Required"> 352 <span id="backupkubeclientsettings_nodejs"> 353 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#backupkubeclientsettings_nodejs" style="color: inherit; text-decoration: inherit;">backup<wbr>Kube<wbr>Client<wbr>Settings</a> 354 </span> 355 <span class="property-indicator"></span> 356 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 357 </dt> 358 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 359 </dd><dt class="property-optional" 360 title="Optional"> 361 <span id="argument_nodejs"> 362 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#argument_nodejs" style="color: inherit; text-decoration: inherit;">argument</a> 363 </span> 364 <span class="property-indicator"></span> 365 <span class="property-type">string</span> 366 </dt> 367 <dd></dd><dt class="property-optional" 368 title="Optional"> 369 <span id="kubeclientsettings_nodejs"> 370 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#kubeclientsettings_nodejs" style="color: inherit; text-decoration: inherit;">kube<wbr>Client<wbr>Settings</a> 371 </span> 372 <span class="property-indicator"></span> 373 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 374 </dt> 375 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 376 </dd><dt class="property-optional" 377 title="Optional"> 378 <span id="settings_nodejs"> 379 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#settings_nodejs" style="color: inherit; text-decoration: inherit;">settings</a> 380 </span> 381 <span class="property-indicator"></span> 382 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type<wbr>Args</a></span> 383 </dt> 384 <dd><p>describing things</p> 385 </dd></dl> 386 </pulumi-choosable> 387 </div> 388 389 <div> 390 <pulumi-choosable type="language" values="python"> 391 <dl class="resources-properties"><dt class="property-required" 392 title="Required"> 393 <span id="backup_kube_client_settings_python"> 394 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#backup_kube_client_settings_python" style="color: inherit; text-decoration: inherit;">backup_<wbr>kube_<wbr>client_<wbr>settings</a> 395 </span> 396 <span class="property-indicator"></span> 397 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 398 </dt> 399 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 400 </dd><dt class="property-optional" 401 title="Optional"> 402 <span id="argument_python"> 403 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#argument_python" style="color: inherit; text-decoration: inherit;">argument</a> 404 </span> 405 <span class="property-indicator"></span> 406 <span class="property-type">str</span> 407 </dt> 408 <dd></dd><dt class="property-optional" 409 title="Optional"> 410 <span id="kube_client_settings_python"> 411 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#kube_client_settings_python" style="color: inherit; text-decoration: inherit;">kube_<wbr>client_<wbr>settings</a> 412 </span> 413 <span class="property-indicator"></span> 414 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings<wbr>Args</a></span> 415 </dt> 416 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 417 </dd><dt class="property-optional" 418 title="Optional"> 419 <span id="settings_python"> 420 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#settings_python" style="color: inherit; text-decoration: inherit;">settings</a> 421 </span> 422 <span class="property-indicator"></span> 423 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type<wbr>Args</a></span> 424 </dt> 425 <dd><p>describing things</p> 426 </dd></dl> 427 </pulumi-choosable> 428 </div> 429 430 <div> 431 <pulumi-choosable type="language" values="yaml"> 432 <dl class="resources-properties"><dt class="property-required" 433 title="Required"> 434 <span id="backupkubeclientsettings_yaml"> 435 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#backupkubeclientsettings_yaml" style="color: inherit; text-decoration: inherit;">backup<wbr>Kube<wbr>Client<wbr>Settings</a> 436 </span> 437 <span class="property-indicator"></span> 438 <span class="property-type"><a href="#kubeclientsettings">Property Map</a></span> 439 </dt> 440 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 441 </dd><dt class="property-optional" 442 title="Optional"> 443 <span id="argument_yaml"> 444 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#argument_yaml" style="color: inherit; text-decoration: inherit;">argument</a> 445 </span> 446 <span class="property-indicator"></span> 447 <span class="property-type">String</span> 448 </dt> 449 <dd></dd><dt class="property-optional" 450 title="Optional"> 451 <span id="kubeclientsettings_yaml"> 452 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#kubeclientsettings_yaml" style="color: inherit; text-decoration: inherit;">kube<wbr>Client<wbr>Settings</a> 453 </span> 454 <span class="property-indicator"></span> 455 <span class="property-type"><a href="#kubeclientsettings">Property Map</a></span> 456 </dt> 457 <dd><p>Options for tuning the Kubernetes client used by a Provider.</p> 458 </dd><dt class="property-optional" 459 title="Optional"> 460 <span id="settings_yaml"> 461 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#settings_yaml" style="color: inherit; text-decoration: inherit;">settings</a> 462 </span> 463 <span class="property-indicator"></span> 464 <span class="property-type"><a href="#layeredtype">Property Map</a></span> 465 </dt> 466 <dd><p>describing things</p> 467 </dd></dl> 468 </pulumi-choosable> 469 </div> 470 471 472 ### Outputs 473 474 All [input](#inputs) properties are implicitly available as output properties. Additionally, the Foo resource produces the following output properties: 475 476 477 478 <div> 479 <pulumi-choosable type="language" values="csharp"> 480 <dl class="resources-properties"><dt class="property-" 481 title=""> 482 <span id="id_csharp"> 483 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_csharp" style="color: inherit; text-decoration: inherit;">Id</a> 484 </span> 485 <span class="property-indicator"></span> 486 <span class="property-type">string</span> 487 </dt> 488 <dd><p>The provider-assigned unique ID for this managed resource.</p> 489 </dd><dt class="property-" 490 title=""> 491 <span id="defaultkubeclientsettings_csharp"> 492 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#defaultkubeclientsettings_csharp" style="color: inherit; text-decoration: inherit;">Default<wbr>Kube<wbr>Client<wbr>Settings</a> 493 </span> 494 <span class="property-indicator"></span> 495 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 496 </dt> 497 <dd><p>A test for plain types</p> 498 </dd></dl> 499 </pulumi-choosable> 500 </div> 501 502 <div> 503 <pulumi-choosable type="language" values="go"> 504 <dl class="resources-properties"><dt class="property-" 505 title=""> 506 <span id="id_go"> 507 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_go" style="color: inherit; text-decoration: inherit;">Id</a> 508 </span> 509 <span class="property-indicator"></span> 510 <span class="property-type">string</span> 511 </dt> 512 <dd><p>The provider-assigned unique ID for this managed resource.</p> 513 </dd><dt class="property-" 514 title=""> 515 <span id="defaultkubeclientsettings_go"> 516 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#defaultkubeclientsettings_go" style="color: inherit; text-decoration: inherit;">Default<wbr>Kube<wbr>Client<wbr>Settings</a> 517 </span> 518 <span class="property-indicator"></span> 519 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 520 </dt> 521 <dd><p>A test for plain types</p> 522 </dd></dl> 523 </pulumi-choosable> 524 </div> 525 526 <div> 527 <pulumi-choosable type="language" values="java"> 528 <dl class="resources-properties"><dt class="property-" 529 title=""> 530 <span id="id_java"> 531 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_java" style="color: inherit; text-decoration: inherit;">id</a> 532 </span> 533 <span class="property-indicator"></span> 534 <span class="property-type">String</span> 535 </dt> 536 <dd><p>The provider-assigned unique ID for this managed resource.</p> 537 </dd><dt class="property-" 538 title=""> 539 <span id="defaultkubeclientsettings_java"> 540 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#defaultkubeclientsettings_java" style="color: inherit; text-decoration: inherit;">default<wbr>Kube<wbr>Client<wbr>Settings</a> 541 </span> 542 <span class="property-indicator"></span> 543 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 544 </dt> 545 <dd><p>A test for plain types</p> 546 </dd></dl> 547 </pulumi-choosable> 548 </div> 549 550 <div> 551 <pulumi-choosable type="language" values="javascript,typescript"> 552 <dl class="resources-properties"><dt class="property-" 553 title=""> 554 <span id="id_nodejs"> 555 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_nodejs" style="color: inherit; text-decoration: inherit;">id</a> 556 </span> 557 <span class="property-indicator"></span> 558 <span class="property-type">string</span> 559 </dt> 560 <dd><p>The provider-assigned unique ID for this managed resource.</p> 561 </dd><dt class="property-" 562 title=""> 563 <span id="defaultkubeclientsettings_nodejs"> 564 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#defaultkubeclientsettings_nodejs" style="color: inherit; text-decoration: inherit;">default<wbr>Kube<wbr>Client<wbr>Settings</a> 565 </span> 566 <span class="property-indicator"></span> 567 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 568 </dt> 569 <dd><p>A test for plain types</p> 570 </dd></dl> 571 </pulumi-choosable> 572 </div> 573 574 <div> 575 <pulumi-choosable type="language" values="python"> 576 <dl class="resources-properties"><dt class="property-" 577 title=""> 578 <span id="id_python"> 579 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_python" style="color: inherit; text-decoration: inherit;">id</a> 580 </span> 581 <span class="property-indicator"></span> 582 <span class="property-type">str</span> 583 </dt> 584 <dd><p>The provider-assigned unique ID for this managed resource.</p> 585 </dd><dt class="property-" 586 title=""> 587 <span id="default_kube_client_settings_python"> 588 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#default_kube_client_settings_python" style="color: inherit; text-decoration: inherit;">default_<wbr>kube_<wbr>client_<wbr>settings</a> 589 </span> 590 <span class="property-indicator"></span> 591 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 592 </dt> 593 <dd><p>A test for plain types</p> 594 </dd></dl> 595 </pulumi-choosable> 596 </div> 597 598 <div> 599 <pulumi-choosable type="language" values="yaml"> 600 <dl class="resources-properties"><dt class="property-" 601 title=""> 602 <span id="id_yaml"> 603 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#id_yaml" style="color: inherit; text-decoration: inherit;">id</a> 604 </span> 605 <span class="property-indicator"></span> 606 <span class="property-type">String</span> 607 </dt> 608 <dd><p>The provider-assigned unique ID for this managed resource.</p> 609 </dd><dt class="property-" 610 title=""> 611 <span id="defaultkubeclientsettings_yaml"> 612 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#defaultkubeclientsettings_yaml" style="color: inherit; text-decoration: inherit;">default<wbr>Kube<wbr>Client<wbr>Settings</a> 613 </span> 614 <span class="property-indicator"></span> 615 <span class="property-type"><a href="#kubeclientsettings">Property Map</a></span> 616 </dt> 617 <dd><p>A test for plain types</p> 618 </dd></dl> 619 </pulumi-choosable> 620 </div> 621 622 623 624 625 626 627 628 ## Supporting Types 629 630 631 632 <h4 id="helmreleasesettings">Helm<wbr>Release<wbr>Settings</h4> 633 634 <div> 635 <pulumi-choosable type="language" values="csharp"> 636 <dl class="resources-properties"><dt class="property-required" 637 title="Required"> 638 <span id="requiredarg_csharp"> 639 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#requiredarg_csharp" style="color: inherit; text-decoration: inherit;">Required<wbr>Arg</a> 640 </span> 641 <span class="property-indicator"></span> 642 <span class="property-type">string</span> 643 </dt> 644 <dd><p>to test required args</p> 645 </dd><dt class="property-optional" 646 title="Optional"> 647 <span id="driver_csharp"> 648 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#driver_csharp" style="color: inherit; text-decoration: inherit;">Driver</a> 649 </span> 650 <span class="property-indicator"></span> 651 <span class="property-type">string</span> 652 </dt> 653 <dd><p>The backend storage driver for Helm. Values are: configmap, secret, memory, sql.</p> 654 </dd><dt class="property-optional" 655 title="Optional"> 656 <span id="pluginspath_csharp"> 657 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#pluginspath_csharp" style="color: inherit; text-decoration: inherit;">Plugins<wbr>Path</a> 658 </span> 659 <span class="property-indicator"></span> 660 <span class="property-type">string</span> 661 </dt> 662 <dd><p>The path to the helm plugins directory.</p> 663 </dd></dl> 664 </pulumi-choosable> 665 </div> 666 667 <div> 668 <pulumi-choosable type="language" values="go"> 669 <dl class="resources-properties"><dt class="property-required" 670 title="Required"> 671 <span id="requiredarg_go"> 672 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#requiredarg_go" style="color: inherit; text-decoration: inherit;">Required<wbr>Arg</a> 673 </span> 674 <span class="property-indicator"></span> 675 <span class="property-type">string</span> 676 </dt> 677 <dd><p>to test required args</p> 678 </dd><dt class="property-optional" 679 title="Optional"> 680 <span id="driver_go"> 681 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#driver_go" style="color: inherit; text-decoration: inherit;">Driver</a> 682 </span> 683 <span class="property-indicator"></span> 684 <span class="property-type">string</span> 685 </dt> 686 <dd><p>The backend storage driver for Helm. Values are: configmap, secret, memory, sql.</p> 687 </dd><dt class="property-optional" 688 title="Optional"> 689 <span id="pluginspath_go"> 690 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#pluginspath_go" style="color: inherit; text-decoration: inherit;">Plugins<wbr>Path</a> 691 </span> 692 <span class="property-indicator"></span> 693 <span class="property-type">string</span> 694 </dt> 695 <dd><p>The path to the helm plugins directory.</p> 696 </dd></dl> 697 </pulumi-choosable> 698 </div> 699 700 <div> 701 <pulumi-choosable type="language" values="java"> 702 <dl class="resources-properties"><dt class="property-required" 703 title="Required"> 704 <span id="requiredarg_java"> 705 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#requiredarg_java" style="color: inherit; text-decoration: inherit;">required<wbr>Arg</a> 706 </span> 707 <span class="property-indicator"></span> 708 <span class="property-type">String</span> 709 </dt> 710 <dd><p>to test required args</p> 711 </dd><dt class="property-optional" 712 title="Optional"> 713 <span id="driver_java"> 714 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#driver_java" style="color: inherit; text-decoration: inherit;">driver</a> 715 </span> 716 <span class="property-indicator"></span> 717 <span class="property-type">String</span> 718 </dt> 719 <dd><p>The backend storage driver for Helm. Values are: configmap, secret, memory, sql.</p> 720 </dd><dt class="property-optional" 721 title="Optional"> 722 <span id="pluginspath_java"> 723 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#pluginspath_java" style="color: inherit; text-decoration: inherit;">plugins<wbr>Path</a> 724 </span> 725 <span class="property-indicator"></span> 726 <span class="property-type">String</span> 727 </dt> 728 <dd><p>The path to the helm plugins directory.</p> 729 </dd></dl> 730 </pulumi-choosable> 731 </div> 732 733 <div> 734 <pulumi-choosable type="language" values="javascript,typescript"> 735 <dl class="resources-properties"><dt class="property-required" 736 title="Required"> 737 <span id="requiredarg_nodejs"> 738 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#requiredarg_nodejs" style="color: inherit; text-decoration: inherit;">required<wbr>Arg</a> 739 </span> 740 <span class="property-indicator"></span> 741 <span class="property-type">string</span> 742 </dt> 743 <dd><p>to test required args</p> 744 </dd><dt class="property-optional" 745 title="Optional"> 746 <span id="driver_nodejs"> 747 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#driver_nodejs" style="color: inherit; text-decoration: inherit;">driver</a> 748 </span> 749 <span class="property-indicator"></span> 750 <span class="property-type">string</span> 751 </dt> 752 <dd><p>The backend storage driver for Helm. Values are: configmap, secret, memory, sql.</p> 753 </dd><dt class="property-optional" 754 title="Optional"> 755 <span id="pluginspath_nodejs"> 756 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#pluginspath_nodejs" style="color: inherit; text-decoration: inherit;">plugins<wbr>Path</a> 757 </span> 758 <span class="property-indicator"></span> 759 <span class="property-type">string</span> 760 </dt> 761 <dd><p>The path to the helm plugins directory.</p> 762 </dd></dl> 763 </pulumi-choosable> 764 </div> 765 766 <div> 767 <pulumi-choosable type="language" values="python"> 768 <dl class="resources-properties"><dt class="property-required" 769 title="Required"> 770 <span id="required_arg_python"> 771 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#required_arg_python" style="color: inherit; text-decoration: inherit;">required_<wbr>arg</a> 772 </span> 773 <span class="property-indicator"></span> 774 <span class="property-type">str</span> 775 </dt> 776 <dd><p>to test required args</p> 777 </dd><dt class="property-optional" 778 title="Optional"> 779 <span id="driver_python"> 780 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#driver_python" style="color: inherit; text-decoration: inherit;">driver</a> 781 </span> 782 <span class="property-indicator"></span> 783 <span class="property-type">str</span> 784 </dt> 785 <dd><p>The backend storage driver for Helm. Values are: configmap, secret, memory, sql.</p> 786 </dd><dt class="property-optional" 787 title="Optional"> 788 <span id="plugins_path_python"> 789 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plugins_path_python" style="color: inherit; text-decoration: inherit;">plugins_<wbr>path</a> 790 </span> 791 <span class="property-indicator"></span> 792 <span class="property-type">str</span> 793 </dt> 794 <dd><p>The path to the helm plugins directory.</p> 795 </dd></dl> 796 </pulumi-choosable> 797 </div> 798 799 <div> 800 <pulumi-choosable type="language" values="yaml"> 801 <dl class="resources-properties"><dt class="property-required" 802 title="Required"> 803 <span id="requiredarg_yaml"> 804 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#requiredarg_yaml" style="color: inherit; text-decoration: inherit;">required<wbr>Arg</a> 805 </span> 806 <span class="property-indicator"></span> 807 <span class="property-type">String</span> 808 </dt> 809 <dd><p>to test required args</p> 810 </dd><dt class="property-optional" 811 title="Optional"> 812 <span id="driver_yaml"> 813 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#driver_yaml" style="color: inherit; text-decoration: inherit;">driver</a> 814 </span> 815 <span class="property-indicator"></span> 816 <span class="property-type">String</span> 817 </dt> 818 <dd><p>The backend storage driver for Helm. Values are: configmap, secret, memory, sql.</p> 819 </dd><dt class="property-optional" 820 title="Optional"> 821 <span id="pluginspath_yaml"> 822 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#pluginspath_yaml" style="color: inherit; text-decoration: inherit;">plugins<wbr>Path</a> 823 </span> 824 <span class="property-indicator"></span> 825 <span class="property-type">String</span> 826 </dt> 827 <dd><p>The path to the helm plugins directory.</p> 828 </dd></dl> 829 </pulumi-choosable> 830 </div> 831 832 <h4 id="kubeclientsettings">Kube<wbr>Client<wbr>Settings</h4> 833 834 <div> 835 <pulumi-choosable type="language" values="csharp"> 836 <dl class="resources-properties"><dt class="property-optional" 837 title="Optional"> 838 <span id="burst_csharp"> 839 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#burst_csharp" style="color: inherit; text-decoration: inherit;">Burst</a> 840 </span> 841 <span class="property-indicator"></span> 842 <span class="property-type">int</span> 843 </dt> 844 <dd><p>Maximum burst for throttle. Default value is 10.</p> 845 </dd><dt class="property-optional" 846 title="Optional"> 847 <span id="qps_csharp"> 848 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#qps_csharp" style="color: inherit; text-decoration: inherit;">Qps</a> 849 </span> 850 <span class="property-indicator"></span> 851 <span class="property-type">double</span> 852 </dt> 853 <dd><p>Maximum queries per second (QPS) to the API server from this client. Default value is 5.</p> 854 </dd><dt class="property-optional" 855 title="Optional"> 856 <span id="rectest_csharp"> 857 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#rectest_csharp" style="color: inherit; text-decoration: inherit;">Rec<wbr>Test</a> 858 </span> 859 <span class="property-indicator"></span> 860 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 861 </dt> 862 <dd></dd></dl> 863 </pulumi-choosable> 864 </div> 865 866 <div> 867 <pulumi-choosable type="language" values="go"> 868 <dl class="resources-properties"><dt class="property-optional" 869 title="Optional"> 870 <span id="burst_go"> 871 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#burst_go" style="color: inherit; text-decoration: inherit;">Burst</a> 872 </span> 873 <span class="property-indicator"></span> 874 <span class="property-type">int</span> 875 </dt> 876 <dd><p>Maximum burst for throttle. Default value is 10.</p> 877 </dd><dt class="property-optional" 878 title="Optional"> 879 <span id="qps_go"> 880 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#qps_go" style="color: inherit; text-decoration: inherit;">Qps</a> 881 </span> 882 <span class="property-indicator"></span> 883 <span class="property-type">float64</span> 884 </dt> 885 <dd><p>Maximum queries per second (QPS) to the API server from this client. Default value is 5.</p> 886 </dd><dt class="property-optional" 887 title="Optional"> 888 <span id="rectest_go"> 889 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#rectest_go" style="color: inherit; text-decoration: inherit;">Rec<wbr>Test</a> 890 </span> 891 <span class="property-indicator"></span> 892 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 893 </dt> 894 <dd></dd></dl> 895 </pulumi-choosable> 896 </div> 897 898 <div> 899 <pulumi-choosable type="language" values="java"> 900 <dl class="resources-properties"><dt class="property-optional" 901 title="Optional"> 902 <span id="burst_java"> 903 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#burst_java" style="color: inherit; text-decoration: inherit;">burst</a> 904 </span> 905 <span class="property-indicator"></span> 906 <span class="property-type">Integer</span> 907 </dt> 908 <dd><p>Maximum burst for throttle. Default value is 10.</p> 909 </dd><dt class="property-optional" 910 title="Optional"> 911 <span id="qps_java"> 912 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#qps_java" style="color: inherit; text-decoration: inherit;">qps</a> 913 </span> 914 <span class="property-indicator"></span> 915 <span class="property-type">Double</span> 916 </dt> 917 <dd><p>Maximum queries per second (QPS) to the API server from this client. Default value is 5.</p> 918 </dd><dt class="property-optional" 919 title="Optional"> 920 <span id="rectest_java"> 921 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#rectest_java" style="color: inherit; text-decoration: inherit;">rec<wbr>Test</a> 922 </span> 923 <span class="property-indicator"></span> 924 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 925 </dt> 926 <dd></dd></dl> 927 </pulumi-choosable> 928 </div> 929 930 <div> 931 <pulumi-choosable type="language" values="javascript,typescript"> 932 <dl class="resources-properties"><dt class="property-optional" 933 title="Optional"> 934 <span id="burst_nodejs"> 935 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#burst_nodejs" style="color: inherit; text-decoration: inherit;">burst</a> 936 </span> 937 <span class="property-indicator"></span> 938 <span class="property-type">number</span> 939 </dt> 940 <dd><p>Maximum burst for throttle. Default value is 10.</p> 941 </dd><dt class="property-optional" 942 title="Optional"> 943 <span id="qps_nodejs"> 944 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#qps_nodejs" style="color: inherit; text-decoration: inherit;">qps</a> 945 </span> 946 <span class="property-indicator"></span> 947 <span class="property-type">number</span> 948 </dt> 949 <dd><p>Maximum queries per second (QPS) to the API server from this client. Default value is 5.</p> 950 </dd><dt class="property-optional" 951 title="Optional"> 952 <span id="rectest_nodejs"> 953 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#rectest_nodejs" style="color: inherit; text-decoration: inherit;">rec<wbr>Test</a> 954 </span> 955 <span class="property-indicator"></span> 956 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 957 </dt> 958 <dd></dd></dl> 959 </pulumi-choosable> 960 </div> 961 962 <div> 963 <pulumi-choosable type="language" values="python"> 964 <dl class="resources-properties"><dt class="property-optional" 965 title="Optional"> 966 <span id="burst_python"> 967 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#burst_python" style="color: inherit; text-decoration: inherit;">burst</a> 968 </span> 969 <span class="property-indicator"></span> 970 <span class="property-type">int</span> 971 </dt> 972 <dd><p>Maximum burst for throttle. Default value is 10.</p> 973 </dd><dt class="property-optional" 974 title="Optional"> 975 <span id="qps_python"> 976 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#qps_python" style="color: inherit; text-decoration: inherit;">qps</a> 977 </span> 978 <span class="property-indicator"></span> 979 <span class="property-type">float</span> 980 </dt> 981 <dd><p>Maximum queries per second (QPS) to the API server from this client. Default value is 5.</p> 982 </dd><dt class="property-optional" 983 title="Optional"> 984 <span id="rec_test_python"> 985 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#rec_test_python" style="color: inherit; text-decoration: inherit;">rec_<wbr>test</a> 986 </span> 987 <span class="property-indicator"></span> 988 <span class="property-type"><a href="#kubeclientsettings">Kube<wbr>Client<wbr>Settings</a></span> 989 </dt> 990 <dd></dd></dl> 991 </pulumi-choosable> 992 </div> 993 994 <div> 995 <pulumi-choosable type="language" values="yaml"> 996 <dl class="resources-properties"><dt class="property-optional" 997 title="Optional"> 998 <span id="burst_yaml"> 999 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#burst_yaml" style="color: inherit; text-decoration: inherit;">burst</a> 1000 </span> 1001 <span class="property-indicator"></span> 1002 <span class="property-type">Number</span> 1003 </dt> 1004 <dd><p>Maximum burst for throttle. Default value is 10.</p> 1005 </dd><dt class="property-optional" 1006 title="Optional"> 1007 <span id="qps_yaml"> 1008 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#qps_yaml" style="color: inherit; text-decoration: inherit;">qps</a> 1009 </span> 1010 <span class="property-indicator"></span> 1011 <span class="property-type">Number</span> 1012 </dt> 1013 <dd><p>Maximum queries per second (QPS) to the API server from this client. Default value is 5.</p> 1014 </dd><dt class="property-optional" 1015 title="Optional"> 1016 <span id="rectest_yaml"> 1017 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#rectest_yaml" style="color: inherit; text-decoration: inherit;">rec<wbr>Test</a> 1018 </span> 1019 <span class="property-indicator"></span> 1020 <span class="property-type"><a href="#kubeclientsettings">Property Map</a></span> 1021 </dt> 1022 <dd></dd></dl> 1023 </pulumi-choosable> 1024 </div> 1025 1026 <h4 id="layeredtype">Layered<wbr>Type</h4> 1027 1028 <div> 1029 <pulumi-choosable type="language" values="csharp"> 1030 <dl class="resources-properties"><dt class="property-required" 1031 title="Required"> 1032 <span id="other_csharp"> 1033 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#other_csharp" style="color: inherit; text-decoration: inherit;">Other</a> 1034 </span> 1035 <span class="property-indicator"></span> 1036 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1037 </dt> 1038 <dd></dd><dt class="property-required" 1039 title="Required"> 1040 <span id="thinker_csharp"> 1041 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#thinker_csharp" style="color: inherit; text-decoration: inherit;">Thinker</a> 1042 </span> 1043 <span class="property-indicator"></span> 1044 <span class="property-type">string</span> 1045 </dt> 1046 <dd><p>To ask and answer</p> 1047 </dd><dt class="property-optional" 1048 title="Optional"> 1049 <span id="answer_csharp"> 1050 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#answer_csharp" style="color: inherit; text-decoration: inherit;">Answer</a> 1051 </span> 1052 <span class="property-indicator"></span> 1053 <span class="property-type">double</span> 1054 </dt> 1055 <dd><p>The answer to the question</p> 1056 </dd><dt class="property-optional" 1057 title="Optional"> 1058 <span id="plainother_csharp"> 1059 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plainother_csharp" style="color: inherit; text-decoration: inherit;">Plain<wbr>Other</a> 1060 </span> 1061 <span class="property-indicator"></span> 1062 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1063 </dt> 1064 <dd><p>Test how plain types interact</p> 1065 </dd><dt class="property-optional" 1066 title="Optional"> 1067 <span id="question_csharp"> 1068 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#question_csharp" style="color: inherit; text-decoration: inherit;">Question</a> 1069 </span> 1070 <span class="property-indicator"></span> 1071 <span class="property-type">string</span> 1072 </dt> 1073 <dd><p>The question already answered</p> 1074 </dd><dt class="property-optional" 1075 title="Optional"> 1076 <span id="recursive_csharp"> 1077 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#recursive_csharp" style="color: inherit; text-decoration: inherit;">Recursive</a> 1078 </span> 1079 <span class="property-indicator"></span> 1080 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type</a></span> 1081 </dt> 1082 <dd></dd></dl> 1083 </pulumi-choosable> 1084 </div> 1085 1086 <div> 1087 <pulumi-choosable type="language" values="go"> 1088 <dl class="resources-properties"><dt class="property-required" 1089 title="Required"> 1090 <span id="other_go"> 1091 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#other_go" style="color: inherit; text-decoration: inherit;">Other</a> 1092 </span> 1093 <span class="property-indicator"></span> 1094 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1095 </dt> 1096 <dd></dd><dt class="property-required" 1097 title="Required"> 1098 <span id="thinker_go"> 1099 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#thinker_go" style="color: inherit; text-decoration: inherit;">Thinker</a> 1100 </span> 1101 <span class="property-indicator"></span> 1102 <span class="property-type">string</span> 1103 </dt> 1104 <dd><p>To ask and answer</p> 1105 </dd><dt class="property-optional" 1106 title="Optional"> 1107 <span id="answer_go"> 1108 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#answer_go" style="color: inherit; text-decoration: inherit;">Answer</a> 1109 </span> 1110 <span class="property-indicator"></span> 1111 <span class="property-type">float64</span> 1112 </dt> 1113 <dd><p>The answer to the question</p> 1114 </dd><dt class="property-optional" 1115 title="Optional"> 1116 <span id="plainother_go"> 1117 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plainother_go" style="color: inherit; text-decoration: inherit;">Plain<wbr>Other</a> 1118 </span> 1119 <span class="property-indicator"></span> 1120 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1121 </dt> 1122 <dd><p>Test how plain types interact</p> 1123 </dd><dt class="property-optional" 1124 title="Optional"> 1125 <span id="question_go"> 1126 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#question_go" style="color: inherit; text-decoration: inherit;">Question</a> 1127 </span> 1128 <span class="property-indicator"></span> 1129 <span class="property-type">string</span> 1130 </dt> 1131 <dd><p>The question already answered</p> 1132 </dd><dt class="property-optional" 1133 title="Optional"> 1134 <span id="recursive_go"> 1135 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#recursive_go" style="color: inherit; text-decoration: inherit;">Recursive</a> 1136 </span> 1137 <span class="property-indicator"></span> 1138 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type</a></span> 1139 </dt> 1140 <dd></dd></dl> 1141 </pulumi-choosable> 1142 </div> 1143 1144 <div> 1145 <pulumi-choosable type="language" values="java"> 1146 <dl class="resources-properties"><dt class="property-required" 1147 title="Required"> 1148 <span id="other_java"> 1149 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#other_java" style="color: inherit; text-decoration: inherit;">other</a> 1150 </span> 1151 <span class="property-indicator"></span> 1152 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1153 </dt> 1154 <dd></dd><dt class="property-required" 1155 title="Required"> 1156 <span id="thinker_java"> 1157 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#thinker_java" style="color: inherit; text-decoration: inherit;">thinker</a> 1158 </span> 1159 <span class="property-indicator"></span> 1160 <span class="property-type">String</span> 1161 </dt> 1162 <dd><p>To ask and answer</p> 1163 </dd><dt class="property-optional" 1164 title="Optional"> 1165 <span id="answer_java"> 1166 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#answer_java" style="color: inherit; text-decoration: inherit;">answer</a> 1167 </span> 1168 <span class="property-indicator"></span> 1169 <span class="property-type">Double</span> 1170 </dt> 1171 <dd><p>The answer to the question</p> 1172 </dd><dt class="property-optional" 1173 title="Optional"> 1174 <span id="plainother_java"> 1175 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plainother_java" style="color: inherit; text-decoration: inherit;">plain<wbr>Other</a> 1176 </span> 1177 <span class="property-indicator"></span> 1178 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1179 </dt> 1180 <dd><p>Test how plain types interact</p> 1181 </dd><dt class="property-optional" 1182 title="Optional"> 1183 <span id="question_java"> 1184 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#question_java" style="color: inherit; text-decoration: inherit;">question</a> 1185 </span> 1186 <span class="property-indicator"></span> 1187 <span class="property-type">String</span> 1188 </dt> 1189 <dd><p>The question already answered</p> 1190 </dd><dt class="property-optional" 1191 title="Optional"> 1192 <span id="recursive_java"> 1193 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#recursive_java" style="color: inherit; text-decoration: inherit;">recursive</a> 1194 </span> 1195 <span class="property-indicator"></span> 1196 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type</a></span> 1197 </dt> 1198 <dd></dd></dl> 1199 </pulumi-choosable> 1200 </div> 1201 1202 <div> 1203 <pulumi-choosable type="language" values="javascript,typescript"> 1204 <dl class="resources-properties"><dt class="property-required" 1205 title="Required"> 1206 <span id="other_nodejs"> 1207 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#other_nodejs" style="color: inherit; text-decoration: inherit;">other</a> 1208 </span> 1209 <span class="property-indicator"></span> 1210 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1211 </dt> 1212 <dd></dd><dt class="property-required" 1213 title="Required"> 1214 <span id="thinker_nodejs"> 1215 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#thinker_nodejs" style="color: inherit; text-decoration: inherit;">thinker</a> 1216 </span> 1217 <span class="property-indicator"></span> 1218 <span class="property-type">string</span> 1219 </dt> 1220 <dd><p>To ask and answer</p> 1221 </dd><dt class="property-optional" 1222 title="Optional"> 1223 <span id="answer_nodejs"> 1224 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#answer_nodejs" style="color: inherit; text-decoration: inherit;">answer</a> 1225 </span> 1226 <span class="property-indicator"></span> 1227 <span class="property-type">number</span> 1228 </dt> 1229 <dd><p>The answer to the question</p> 1230 </dd><dt class="property-optional" 1231 title="Optional"> 1232 <span id="plainother_nodejs"> 1233 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plainother_nodejs" style="color: inherit; text-decoration: inherit;">plain<wbr>Other</a> 1234 </span> 1235 <span class="property-indicator"></span> 1236 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1237 </dt> 1238 <dd><p>Test how plain types interact</p> 1239 </dd><dt class="property-optional" 1240 title="Optional"> 1241 <span id="question_nodejs"> 1242 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#question_nodejs" style="color: inherit; text-decoration: inherit;">question</a> 1243 </span> 1244 <span class="property-indicator"></span> 1245 <span class="property-type">string</span> 1246 </dt> 1247 <dd><p>The question already answered</p> 1248 </dd><dt class="property-optional" 1249 title="Optional"> 1250 <span id="recursive_nodejs"> 1251 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#recursive_nodejs" style="color: inherit; text-decoration: inherit;">recursive</a> 1252 </span> 1253 <span class="property-indicator"></span> 1254 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type</a></span> 1255 </dt> 1256 <dd></dd></dl> 1257 </pulumi-choosable> 1258 </div> 1259 1260 <div> 1261 <pulumi-choosable type="language" values="python"> 1262 <dl class="resources-properties"><dt class="property-required" 1263 title="Required"> 1264 <span id="other_python"> 1265 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#other_python" style="color: inherit; text-decoration: inherit;">other</a> 1266 </span> 1267 <span class="property-indicator"></span> 1268 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1269 </dt> 1270 <dd></dd><dt class="property-required" 1271 title="Required"> 1272 <span id="thinker_python"> 1273 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#thinker_python" style="color: inherit; text-decoration: inherit;">thinker</a> 1274 </span> 1275 <span class="property-indicator"></span> 1276 <span class="property-type">str</span> 1277 </dt> 1278 <dd><p>To ask and answer</p> 1279 </dd><dt class="property-optional" 1280 title="Optional"> 1281 <span id="answer_python"> 1282 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#answer_python" style="color: inherit; text-decoration: inherit;">answer</a> 1283 </span> 1284 <span class="property-indicator"></span> 1285 <span class="property-type">float</span> 1286 </dt> 1287 <dd><p>The answer to the question</p> 1288 </dd><dt class="property-optional" 1289 title="Optional"> 1290 <span id="plain_other_python"> 1291 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plain_other_python" style="color: inherit; text-decoration: inherit;">plain_<wbr>other</a> 1292 </span> 1293 <span class="property-indicator"></span> 1294 <span class="property-type"><a href="#helmreleasesettings">Helm<wbr>Release<wbr>Settings</a></span> 1295 </dt> 1296 <dd><p>Test how plain types interact</p> 1297 </dd><dt class="property-optional" 1298 title="Optional"> 1299 <span id="question_python"> 1300 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#question_python" style="color: inherit; text-decoration: inherit;">question</a> 1301 </span> 1302 <span class="property-indicator"></span> 1303 <span class="property-type">str</span> 1304 </dt> 1305 <dd><p>The question already answered</p> 1306 </dd><dt class="property-optional" 1307 title="Optional"> 1308 <span id="recursive_python"> 1309 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#recursive_python" style="color: inherit; text-decoration: inherit;">recursive</a> 1310 </span> 1311 <span class="property-indicator"></span> 1312 <span class="property-type"><a href="#layeredtype">Layered<wbr>Type</a></span> 1313 </dt> 1314 <dd></dd></dl> 1315 </pulumi-choosable> 1316 </div> 1317 1318 <div> 1319 <pulumi-choosable type="language" values="yaml"> 1320 <dl class="resources-properties"><dt class="property-required" 1321 title="Required"> 1322 <span id="other_yaml"> 1323 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#other_yaml" style="color: inherit; text-decoration: inherit;">other</a> 1324 </span> 1325 <span class="property-indicator"></span> 1326 <span class="property-type"><a href="#helmreleasesettings">Property Map</a></span> 1327 </dt> 1328 <dd></dd><dt class="property-required" 1329 title="Required"> 1330 <span id="thinker_yaml"> 1331 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#thinker_yaml" style="color: inherit; text-decoration: inherit;">thinker</a> 1332 </span> 1333 <span class="property-indicator"></span> 1334 <span class="property-type">String</span> 1335 </dt> 1336 <dd><p>To ask and answer</p> 1337 </dd><dt class="property-optional" 1338 title="Optional"> 1339 <span id="answer_yaml"> 1340 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#answer_yaml" style="color: inherit; text-decoration: inherit;">answer</a> 1341 </span> 1342 <span class="property-indicator"></span> 1343 <span class="property-type">Number</span> 1344 </dt> 1345 <dd><p>The answer to the question</p> 1346 </dd><dt class="property-optional" 1347 title="Optional"> 1348 <span id="plainother_yaml"> 1349 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#plainother_yaml" style="color: inherit; text-decoration: inherit;">plain<wbr>Other</a> 1350 </span> 1351 <span class="property-indicator"></span> 1352 <span class="property-type"><a href="#helmreleasesettings">Property Map</a></span> 1353 </dt> 1354 <dd><p>Test how plain types interact</p> 1355 </dd><dt class="property-optional" 1356 title="Optional"> 1357 <span id="question_yaml"> 1358 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#question_yaml" style="color: inherit; text-decoration: inherit;">question</a> 1359 </span> 1360 <span class="property-indicator"></span> 1361 <span class="property-type">String</span> 1362 </dt> 1363 <dd><p>The question already answered</p> 1364 </dd><dt class="property-optional" 1365 title="Optional"> 1366 <span id="recursive_yaml"> 1367 <a data-swiftype-name="resource-property" data-swiftype-type="text" href="#recursive_yaml" style="color: inherit; text-decoration: inherit;">recursive</a> 1368 </span> 1369 <span class="property-indicator"></span> 1370 <span class="property-type"><a href="#layeredtype">Property Map</a></span> 1371 </dt> 1372 <dd></dd></dl> 1373 </pulumi-choosable> 1374 </div> 1375 1376 1377 <h2 id="package-details">Package Details</h2> 1378 <dl class="package-details"> 1379 <dt>Repository</dt> 1380 <dd><a href=""></a></dd> 1381 <dt>License</dt> 1382 <dd></dd> 1383 </dl> 1384