@pierskarsenbarg/sdm 1.25.1 → 1.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/input.d.ts +8 -0
- package/types/output.d.ts +16 -0
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -3651,6 +3651,14 @@ export interface ResourceKubernetesPodIdentity {
|
|
|
3651
3651
|
* The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.
|
|
3652
3652
|
*/
|
|
3653
3653
|
healthcheckNamespace?: pulumi.Input<string>;
|
|
3654
|
+
/**
|
|
3655
|
+
* The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
|
|
3656
|
+
*/
|
|
3657
|
+
identityAliasHealthcheckUsername?: pulumi.Input<string>;
|
|
3658
|
+
/**
|
|
3659
|
+
* The ID of the identity set to use for identity connections.
|
|
3660
|
+
*/
|
|
3661
|
+
identitySetId?: pulumi.Input<string>;
|
|
3654
3662
|
/**
|
|
3655
3663
|
* Unique human-readable name of the Resource.
|
|
3656
3664
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -4327,6 +4327,14 @@ export interface GetResourceResourceKubernetesPodIdentity {
|
|
|
4327
4327
|
* Unique identifier of the Resource.
|
|
4328
4328
|
*/
|
|
4329
4329
|
id?: string;
|
|
4330
|
+
/**
|
|
4331
|
+
* The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
|
|
4332
|
+
*/
|
|
4333
|
+
identityAliasHealthcheckUsername?: string;
|
|
4334
|
+
/**
|
|
4335
|
+
* The ID of the identity set to use for identity connections.
|
|
4336
|
+
*/
|
|
4337
|
+
identitySetId?: string;
|
|
4330
4338
|
/**
|
|
4331
4339
|
* Unique human-readable name of the Resource.
|
|
4332
4340
|
*/
|
|
@@ -11513,6 +11521,14 @@ export interface ResourceKubernetesPodIdentity {
|
|
|
11513
11521
|
* The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.
|
|
11514
11522
|
*/
|
|
11515
11523
|
healthcheckNamespace: string;
|
|
11524
|
+
/**
|
|
11525
|
+
* The username to use for healthchecks, when clients otherwise connect with their own identity alias username.
|
|
11526
|
+
*/
|
|
11527
|
+
identityAliasHealthcheckUsername?: string;
|
|
11528
|
+
/**
|
|
11529
|
+
* The ID of the identity set to use for identity connections.
|
|
11530
|
+
*/
|
|
11531
|
+
identitySetId?: string;
|
|
11516
11532
|
/**
|
|
11517
11533
|
* Unique human-readable name of the Resource.
|
|
11518
11534
|
*/
|