@pulumi/gcp 6.66.0-alpha.1695049443 → 6.66.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/compute/getRegionInstanceTemplate.d.ts +10 -0
- package/compute/getRegionInstanceTemplate.js +10 -0
- package/compute/getRegionInstanceTemplate.js.map +1 -1
- package/gkehub/scopeRbacRoleBinding.d.ts +18 -0
- package/gkehub/scopeRbacRoleBinding.js +2 -0
- package/gkehub/scopeRbacRoleBinding.js.map +1 -1
- package/package.json +1 -1
- package/types/input.d.ts +41 -4
- package/types/output.d.ts +41 -4
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import * as pulumi from "@pulumi/pulumi";
|
|
2
2
|
import * as outputs from "../types/output";
|
|
3
3
|
/**
|
|
4
|
+
* Get information about a VM instance template resource within GCE. For more information see
|
|
5
|
+
* [the official documentation](https://cloud.google.com/compute/docs/instance-templates)
|
|
6
|
+
* and
|
|
7
|
+
* [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceTemplates).
|
|
8
|
+
*
|
|
4
9
|
* ## Example Usage
|
|
5
10
|
*
|
|
6
11
|
* ```typescript
|
|
@@ -180,6 +185,11 @@ export interface GetRegionInstanceTemplateResult {
|
|
|
180
185
|
readonly tagsFingerprint: string;
|
|
181
186
|
}
|
|
182
187
|
/**
|
|
188
|
+
* Get information about a VM instance template resource within GCE. For more information see
|
|
189
|
+
* [the official documentation](https://cloud.google.com/compute/docs/instance-templates)
|
|
190
|
+
* and
|
|
191
|
+
* [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceTemplates).
|
|
192
|
+
*
|
|
183
193
|
* ## Example Usage
|
|
184
194
|
*
|
|
185
195
|
* ```typescript
|
|
@@ -6,6 +6,11 @@ exports.getRegionInstanceTemplateOutput = exports.getRegionInstanceTemplate = vo
|
|
|
6
6
|
const pulumi = require("@pulumi/pulumi");
|
|
7
7
|
const utilities = require("../utilities");
|
|
8
8
|
/**
|
|
9
|
+
* Get information about a VM instance template resource within GCE. For more information see
|
|
10
|
+
* [the official documentation](https://cloud.google.com/compute/docs/instance-templates)
|
|
11
|
+
* and
|
|
12
|
+
* [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceTemplates).
|
|
13
|
+
*
|
|
9
14
|
* ## Example Usage
|
|
10
15
|
*
|
|
11
16
|
* ```typescript
|
|
@@ -34,6 +39,11 @@ function getRegionInstanceTemplate(args, opts) {
|
|
|
34
39
|
}
|
|
35
40
|
exports.getRegionInstanceTemplate = getRegionInstanceTemplate;
|
|
36
41
|
/**
|
|
42
|
+
* Get information about a VM instance template resource within GCE. For more information see
|
|
43
|
+
* [the official documentation](https://cloud.google.com/compute/docs/instance-templates)
|
|
44
|
+
* and
|
|
45
|
+
* [API](https://cloud.google.com/compute/docs/reference/rest/v1/regionInstanceTemplates).
|
|
46
|
+
*
|
|
37
47
|
* ## Example Usage
|
|
38
48
|
*
|
|
39
49
|
* ```typescript
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getRegionInstanceTemplate.js","sourceRoot":"","sources":["../../compute/getRegionInstanceTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C
|
|
1
|
+
{"version":3,"file":"getRegionInstanceTemplate.js","sourceRoot":"","sources":["../../compute/getRegionInstanceTemplate.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,yBAAyB,CAAC,IAAoC,EAAE,IAA2B;IACvG,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iEAAiE,EAAE;QAC5F,QAAQ,EAAE,IAAI,CAAC,MAAM;QACrB,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,MAAM,EAAE,IAAI,CAAC,IAAI;QACjB,SAAS,EAAE,IAAI,CAAC,OAAO;QACvB,QAAQ,EAAE,IAAI,CAAC,MAAM;KACxB,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,8DAWC;AAiKD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,SAAgB,+BAA+B,CAAC,IAA0C,EAAE,IAA2B;IACnH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
|
|
@@ -58,6 +58,12 @@ export declare class ScopeRbacRoleBinding extends pulumi.CustomResource {
|
|
|
58
58
|
* group is the group, as seen by the kubernetes cluster.
|
|
59
59
|
*/
|
|
60
60
|
readonly group: pulumi.Output<string | undefined>;
|
|
61
|
+
/**
|
|
62
|
+
* Labels for this ScopeRBACRoleBinding.
|
|
63
|
+
*/
|
|
64
|
+
readonly labels: pulumi.Output<{
|
|
65
|
+
[key: string]: string;
|
|
66
|
+
} | undefined>;
|
|
61
67
|
/**
|
|
62
68
|
* The resource name for the RBAC Role Binding
|
|
63
69
|
*/
|
|
@@ -127,6 +133,12 @@ export interface ScopeRbacRoleBindingState {
|
|
|
127
133
|
* group is the group, as seen by the kubernetes cluster.
|
|
128
134
|
*/
|
|
129
135
|
group?: pulumi.Input<string>;
|
|
136
|
+
/**
|
|
137
|
+
* Labels for this ScopeRBACRoleBinding.
|
|
138
|
+
*/
|
|
139
|
+
labels?: pulumi.Input<{
|
|
140
|
+
[key: string]: pulumi.Input<string>;
|
|
141
|
+
}>;
|
|
130
142
|
/**
|
|
131
143
|
* The resource name for the RBAC Role Binding
|
|
132
144
|
*/
|
|
@@ -180,6 +192,12 @@ export interface ScopeRbacRoleBindingArgs {
|
|
|
180
192
|
* group is the group, as seen by the kubernetes cluster.
|
|
181
193
|
*/
|
|
182
194
|
group?: pulumi.Input<string>;
|
|
195
|
+
/**
|
|
196
|
+
* Labels for this ScopeRBACRoleBinding.
|
|
197
|
+
*/
|
|
198
|
+
labels?: pulumi.Input<{
|
|
199
|
+
[key: string]: pulumi.Input<string>;
|
|
200
|
+
}>;
|
|
183
201
|
/**
|
|
184
202
|
* The ID of the project in which the resource belongs.
|
|
185
203
|
* If it is not provided, the provider project is used.
|
|
@@ -63,6 +63,7 @@ class ScopeRbacRoleBinding extends pulumi.CustomResource {
|
|
|
63
63
|
resourceInputs["createTime"] = state ? state.createTime : undefined;
|
|
64
64
|
resourceInputs["deleteTime"] = state ? state.deleteTime : undefined;
|
|
65
65
|
resourceInputs["group"] = state ? state.group : undefined;
|
|
66
|
+
resourceInputs["labels"] = state ? state.labels : undefined;
|
|
66
67
|
resourceInputs["name"] = state ? state.name : undefined;
|
|
67
68
|
resourceInputs["project"] = state ? state.project : undefined;
|
|
68
69
|
resourceInputs["role"] = state ? state.role : undefined;
|
|
@@ -85,6 +86,7 @@ class ScopeRbacRoleBinding extends pulumi.CustomResource {
|
|
|
85
86
|
throw new Error("Missing required property 'scopeRbacRoleBindingId'");
|
|
86
87
|
}
|
|
87
88
|
resourceInputs["group"] = args ? args.group : undefined;
|
|
89
|
+
resourceInputs["labels"] = args ? args.labels : undefined;
|
|
88
90
|
resourceInputs["project"] = args ? args.project : undefined;
|
|
89
91
|
resourceInputs["role"] = args ? args.role : undefined;
|
|
90
92
|
resourceInputs["scopeId"] = args ? args.scopeId : undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scopeRbacRoleBinding.js","sourceRoot":"","sources":["../../gkehub/scopeRbacRoleBinding.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAa,oBAAqB,SAAQ,MAAM,CAAC,cAAc;IAC3D;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAiC,EAAE,IAAmC;QAC/H,OAAO,IAAI,oBAAoB,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC3E,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,oBAAoB,CAAC,YAAY,CAAC;IACrE,CAAC;
|
|
1
|
+
{"version":3,"file":"scopeRbacRoleBinding.js","sourceRoot":"","sources":["../../gkehub/scopeRbacRoleBinding.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/types/input.d.ts
CHANGED
|
@@ -22661,6 +22661,7 @@ export declare namespace container {
|
|
|
22661
22661
|
*
|
|
22662
22662
|
*
|
|
22663
22663
|
*
|
|
22664
|
+
* enforce encryption of data in-use.
|
|
22664
22665
|
*
|
|
22665
22666
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22666
22667
|
*
|
|
@@ -22681,6 +22682,7 @@ export declare namespace container {
|
|
|
22681
22682
|
*
|
|
22682
22683
|
*
|
|
22683
22684
|
*
|
|
22685
|
+
* enforce encryption of data in-use.
|
|
22684
22686
|
*
|
|
22685
22687
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22686
22688
|
*
|
|
@@ -22701,6 +22703,7 @@ export declare namespace container {
|
|
|
22701
22703
|
*
|
|
22702
22704
|
*
|
|
22703
22705
|
*
|
|
22706
|
+
* enforce encryption of data in-use.
|
|
22704
22707
|
*
|
|
22705
22708
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22706
22709
|
*
|
|
@@ -22721,6 +22724,7 @@ export declare namespace container {
|
|
|
22721
22724
|
*
|
|
22722
22725
|
*
|
|
22723
22726
|
*
|
|
22727
|
+
* enforce encryption of data in-use.
|
|
22724
22728
|
*
|
|
22725
22729
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22726
22730
|
*
|
|
@@ -22741,6 +22745,7 @@ export declare namespace container {
|
|
|
22741
22745
|
*
|
|
22742
22746
|
*
|
|
22743
22747
|
*
|
|
22748
|
+
* enforce encryption of data in-use.
|
|
22744
22749
|
*
|
|
22745
22750
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22746
22751
|
*
|
|
@@ -22761,6 +22766,7 @@ export declare namespace container {
|
|
|
22761
22766
|
*
|
|
22762
22767
|
*
|
|
22763
22768
|
*
|
|
22769
|
+
* enforce encryption of data in-use.
|
|
22764
22770
|
*
|
|
22765
22771
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22766
22772
|
*
|
|
@@ -22808,6 +22814,7 @@ export declare namespace container {
|
|
|
22808
22814
|
*
|
|
22809
22815
|
*
|
|
22810
22816
|
*
|
|
22817
|
+
* enforce encryption of data in-use.
|
|
22811
22818
|
*
|
|
22812
22819
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22813
22820
|
*
|
|
@@ -22842,6 +22849,7 @@ export declare namespace container {
|
|
|
22842
22849
|
*
|
|
22843
22850
|
*
|
|
22844
22851
|
*
|
|
22852
|
+
* enforce encryption of data in-use.
|
|
22845
22853
|
*
|
|
22846
22854
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
22847
22855
|
*
|
|
@@ -23031,7 +23039,8 @@ export declare namespace container {
|
|
|
23031
23039
|
}
|
|
23032
23040
|
interface ClusterConfidentialNodes {
|
|
23033
23041
|
/**
|
|
23034
|
-
* Enable Confidential Nodes for this cluster
|
|
23042
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
23043
|
+
* enforce encryption of data in-use.
|
|
23035
23044
|
*/
|
|
23036
23045
|
enabled: pulumi.Input<boolean>;
|
|
23037
23046
|
}
|
|
@@ -23281,7 +23290,7 @@ export declare namespace container {
|
|
|
23281
23290
|
*/
|
|
23282
23291
|
advancedDatapathObservabilityConfigs?: pulumi.Input<pulumi.Input<inputs.container.ClusterMonitoringConfigAdvancedDatapathObservabilityConfig>[]>;
|
|
23283
23292
|
/**
|
|
23284
|
-
* The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `CONTROLLER_MANAGER`, and `
|
|
23293
|
+
* The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `STATEFULSET`. In beta provider, `WORKLOADS` is supported on top of those 10 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.)
|
|
23285
23294
|
*/
|
|
23286
23295
|
enableComponents?: pulumi.Input<pulumi.Input<string>[]>;
|
|
23287
23296
|
/**
|
|
@@ -23290,6 +23299,9 @@ export declare namespace container {
|
|
|
23290
23299
|
managedPrometheus?: pulumi.Input<inputs.container.ClusterMonitoringConfigManagedPrometheus>;
|
|
23291
23300
|
}
|
|
23292
23301
|
interface ClusterMonitoringConfigAdvancedDatapathObservabilityConfig {
|
|
23302
|
+
/**
|
|
23303
|
+
* Whether or not to enable advanced datapath metrics.
|
|
23304
|
+
*/
|
|
23293
23305
|
enableMetrics: pulumi.Input<boolean>;
|
|
23294
23306
|
/**
|
|
23295
23307
|
* Mode used to make Relay available.
|
|
@@ -23535,7 +23547,8 @@ export declare namespace container {
|
|
|
23535
23547
|
}
|
|
23536
23548
|
interface ClusterNodeConfigConfidentialNodes {
|
|
23537
23549
|
/**
|
|
23538
|
-
* Enable Confidential Nodes for this cluster
|
|
23550
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
23551
|
+
* enforce encryption of data in-use.
|
|
23539
23552
|
*/
|
|
23540
23553
|
enabled: pulumi.Input<boolean>;
|
|
23541
23554
|
}
|
|
@@ -24136,7 +24149,8 @@ export declare namespace container {
|
|
|
24136
24149
|
}
|
|
24137
24150
|
interface ClusterNodePoolNodeConfigConfidentialNodes {
|
|
24138
24151
|
/**
|
|
24139
|
-
* Enable Confidential Nodes for this cluster
|
|
24152
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
24153
|
+
* enforce encryption of data in-use.
|
|
24140
24154
|
*/
|
|
24141
24155
|
enabled: pulumi.Input<boolean>;
|
|
24142
24156
|
}
|
|
@@ -24573,6 +24587,7 @@ export declare namespace container {
|
|
|
24573
24587
|
*
|
|
24574
24588
|
*
|
|
24575
24589
|
*
|
|
24590
|
+
* enforce encryption of data in-use.
|
|
24576
24591
|
*
|
|
24577
24592
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
24578
24593
|
*
|
|
@@ -24699,6 +24714,9 @@ export declare namespace container {
|
|
|
24699
24714
|
interface NodePoolNodeConfig {
|
|
24700
24715
|
advancedMachineFeatures?: pulumi.Input<inputs.container.NodePoolNodeConfigAdvancedMachineFeatures>;
|
|
24701
24716
|
bootDiskKmsKey?: pulumi.Input<string>;
|
|
24717
|
+
/**
|
|
24718
|
+
* Configuration for Confidential Nodes feature. Structure is documented below.
|
|
24719
|
+
*/
|
|
24702
24720
|
confidentialNodes?: pulumi.Input<inputs.container.NodePoolNodeConfigConfidentialNodes>;
|
|
24703
24721
|
diskSizeGb?: pulumi.Input<number>;
|
|
24704
24722
|
diskType?: pulumi.Input<string>;
|
|
@@ -24742,6 +24760,10 @@ export declare namespace container {
|
|
|
24742
24760
|
threadsPerCore: pulumi.Input<number>;
|
|
24743
24761
|
}
|
|
24744
24762
|
interface NodePoolNodeConfigConfidentialNodes {
|
|
24763
|
+
/**
|
|
24764
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
24765
|
+
* enforce encryption of data in-use.
|
|
24766
|
+
*/
|
|
24745
24767
|
enabled: pulumi.Input<boolean>;
|
|
24746
24768
|
}
|
|
24747
24769
|
interface NodePoolNodeConfigEphemeralStorageConfig {
|
|
@@ -24751,6 +24773,10 @@ export declare namespace container {
|
|
|
24751
24773
|
localSsdCount: pulumi.Input<number>;
|
|
24752
24774
|
}
|
|
24753
24775
|
interface NodePoolNodeConfigGcfsConfig {
|
|
24776
|
+
/**
|
|
24777
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
24778
|
+
* enforce encryption of data in-use.
|
|
24779
|
+
*/
|
|
24754
24780
|
enabled: pulumi.Input<boolean>;
|
|
24755
24781
|
}
|
|
24756
24782
|
interface NodePoolNodeConfigGuestAccelerator {
|
|
@@ -24773,6 +24799,10 @@ export declare namespace container {
|
|
|
24773
24799
|
maxSharedClientsPerGpu: pulumi.Input<number>;
|
|
24774
24800
|
}
|
|
24775
24801
|
interface NodePoolNodeConfigGvnic {
|
|
24802
|
+
/**
|
|
24803
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
24804
|
+
* enforce encryption of data in-use.
|
|
24805
|
+
*/
|
|
24776
24806
|
enabled: pulumi.Input<boolean>;
|
|
24777
24807
|
}
|
|
24778
24808
|
interface NodePoolNodeConfigHostMaintenancePolicy {
|
|
@@ -43701,6 +43731,13 @@ export declare namespace networkconnectivity {
|
|
|
43701
43731
|
* The status code, which should be an enum value of [google.rpc.Code][].
|
|
43702
43732
|
*/
|
|
43703
43733
|
code?: pulumi.Input<number>;
|
|
43734
|
+
/**
|
|
43735
|
+
* (Output)
|
|
43736
|
+
* A list of messages that carry the error details.
|
|
43737
|
+
*/
|
|
43738
|
+
details?: pulumi.Input<pulumi.Input<{
|
|
43739
|
+
[key: string]: any;
|
|
43740
|
+
}>[]>;
|
|
43704
43741
|
/**
|
|
43705
43742
|
* A developer-facing error message.
|
|
43706
43743
|
*/
|
package/types/output.d.ts
CHANGED
|
@@ -25301,6 +25301,7 @@ export declare namespace container {
|
|
|
25301
25301
|
*
|
|
25302
25302
|
*
|
|
25303
25303
|
*
|
|
25304
|
+
* enforce encryption of data in-use.
|
|
25304
25305
|
*
|
|
25305
25306
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25306
25307
|
*
|
|
@@ -25321,6 +25322,7 @@ export declare namespace container {
|
|
|
25321
25322
|
*
|
|
25322
25323
|
*
|
|
25323
25324
|
*
|
|
25325
|
+
* enforce encryption of data in-use.
|
|
25324
25326
|
*
|
|
25325
25327
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25326
25328
|
*
|
|
@@ -25341,6 +25343,7 @@ export declare namespace container {
|
|
|
25341
25343
|
*
|
|
25342
25344
|
*
|
|
25343
25345
|
*
|
|
25346
|
+
* enforce encryption of data in-use.
|
|
25344
25347
|
*
|
|
25345
25348
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25346
25349
|
*
|
|
@@ -25361,6 +25364,7 @@ export declare namespace container {
|
|
|
25361
25364
|
*
|
|
25362
25365
|
*
|
|
25363
25366
|
*
|
|
25367
|
+
* enforce encryption of data in-use.
|
|
25364
25368
|
*
|
|
25365
25369
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25366
25370
|
*
|
|
@@ -25381,6 +25385,7 @@ export declare namespace container {
|
|
|
25381
25385
|
*
|
|
25382
25386
|
*
|
|
25383
25387
|
*
|
|
25388
|
+
* enforce encryption of data in-use.
|
|
25384
25389
|
*
|
|
25385
25390
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25386
25391
|
*
|
|
@@ -25401,6 +25406,7 @@ export declare namespace container {
|
|
|
25401
25406
|
*
|
|
25402
25407
|
*
|
|
25403
25408
|
*
|
|
25409
|
+
* enforce encryption of data in-use.
|
|
25404
25410
|
*
|
|
25405
25411
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25406
25412
|
*
|
|
@@ -25448,6 +25454,7 @@ export declare namespace container {
|
|
|
25448
25454
|
*
|
|
25449
25455
|
*
|
|
25450
25456
|
*
|
|
25457
|
+
* enforce encryption of data in-use.
|
|
25451
25458
|
*
|
|
25452
25459
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25453
25460
|
*
|
|
@@ -25482,6 +25489,7 @@ export declare namespace container {
|
|
|
25482
25489
|
*
|
|
25483
25490
|
*
|
|
25484
25491
|
*
|
|
25492
|
+
* enforce encryption of data in-use.
|
|
25485
25493
|
*
|
|
25486
25494
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
25487
25495
|
*
|
|
@@ -25671,7 +25679,8 @@ export declare namespace container {
|
|
|
25671
25679
|
}
|
|
25672
25680
|
interface ClusterConfidentialNodes {
|
|
25673
25681
|
/**
|
|
25674
|
-
* Enable Confidential Nodes for this cluster
|
|
25682
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
25683
|
+
* enforce encryption of data in-use.
|
|
25675
25684
|
*/
|
|
25676
25685
|
enabled: boolean;
|
|
25677
25686
|
}
|
|
@@ -25921,7 +25930,7 @@ export declare namespace container {
|
|
|
25921
25930
|
*/
|
|
25922
25931
|
advancedDatapathObservabilityConfigs: outputs.container.ClusterMonitoringConfigAdvancedDatapathObservabilityConfig[];
|
|
25923
25932
|
/**
|
|
25924
|
-
* The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `CONTROLLER_MANAGER`, and `
|
|
25933
|
+
* The GKE components exposing metrics. Supported values include: `SYSTEM_COMPONENTS`, `APISERVER`, `SCHEDULER`, `CONTROLLER_MANAGER`, `STORAGE`, `HPA`, `POD`, `DAEMONSET`, `DEPLOYMENT` and `STATEFULSET`. In beta provider, `WORKLOADS` is supported on top of those 10 values. (`WORKLOADS` is deprecated and removed in GKE 1.24.)
|
|
25925
25934
|
*/
|
|
25926
25935
|
enableComponents: string[];
|
|
25927
25936
|
/**
|
|
@@ -25930,6 +25939,9 @@ export declare namespace container {
|
|
|
25930
25939
|
managedPrometheus: outputs.container.ClusterMonitoringConfigManagedPrometheus;
|
|
25931
25940
|
}
|
|
25932
25941
|
interface ClusterMonitoringConfigAdvancedDatapathObservabilityConfig {
|
|
25942
|
+
/**
|
|
25943
|
+
* Whether or not to enable advanced datapath metrics.
|
|
25944
|
+
*/
|
|
25933
25945
|
enableMetrics: boolean;
|
|
25934
25946
|
/**
|
|
25935
25947
|
* Mode used to make Relay available.
|
|
@@ -26175,7 +26187,8 @@ export declare namespace container {
|
|
|
26175
26187
|
}
|
|
26176
26188
|
interface ClusterNodeConfigConfidentialNodes {
|
|
26177
26189
|
/**
|
|
26178
|
-
* Enable Confidential Nodes for this cluster
|
|
26190
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
26191
|
+
* enforce encryption of data in-use.
|
|
26179
26192
|
*/
|
|
26180
26193
|
enabled: boolean;
|
|
26181
26194
|
}
|
|
@@ -26776,7 +26789,8 @@ export declare namespace container {
|
|
|
26776
26789
|
}
|
|
26777
26790
|
interface ClusterNodePoolNodeConfigConfidentialNodes {
|
|
26778
26791
|
/**
|
|
26779
|
-
* Enable Confidential Nodes for this cluster
|
|
26792
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
26793
|
+
* enforce encryption of data in-use.
|
|
26780
26794
|
*/
|
|
26781
26795
|
enabled: boolean;
|
|
26782
26796
|
}
|
|
@@ -27213,6 +27227,7 @@ export declare namespace container {
|
|
|
27213
27227
|
*
|
|
27214
27228
|
*
|
|
27215
27229
|
*
|
|
27230
|
+
* enforce encryption of data in-use.
|
|
27216
27231
|
*
|
|
27217
27232
|
* If enabled, pods must be valid under a PodSecurityPolicy to be created.
|
|
27218
27233
|
*
|
|
@@ -27945,6 +27960,9 @@ export declare namespace container {
|
|
|
27945
27960
|
interface NodePoolNodeConfig {
|
|
27946
27961
|
advancedMachineFeatures?: outputs.container.NodePoolNodeConfigAdvancedMachineFeatures;
|
|
27947
27962
|
bootDiskKmsKey?: string;
|
|
27963
|
+
/**
|
|
27964
|
+
* Configuration for Confidential Nodes feature. Structure is documented below.
|
|
27965
|
+
*/
|
|
27948
27966
|
confidentialNodes: outputs.container.NodePoolNodeConfigConfidentialNodes;
|
|
27949
27967
|
diskSizeGb: number;
|
|
27950
27968
|
diskType: string;
|
|
@@ -27988,6 +28006,10 @@ export declare namespace container {
|
|
|
27988
28006
|
threadsPerCore: number;
|
|
27989
28007
|
}
|
|
27990
28008
|
interface NodePoolNodeConfigConfidentialNodes {
|
|
28009
|
+
/**
|
|
28010
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
28011
|
+
* enforce encryption of data in-use.
|
|
28012
|
+
*/
|
|
27991
28013
|
enabled: boolean;
|
|
27992
28014
|
}
|
|
27993
28015
|
interface NodePoolNodeConfigEphemeralStorageConfig {
|
|
@@ -27997,6 +28019,10 @@ export declare namespace container {
|
|
|
27997
28019
|
localSsdCount: number;
|
|
27998
28020
|
}
|
|
27999
28021
|
interface NodePoolNodeConfigGcfsConfig {
|
|
28022
|
+
/**
|
|
28023
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
28024
|
+
* enforce encryption of data in-use.
|
|
28025
|
+
*/
|
|
28000
28026
|
enabled: boolean;
|
|
28001
28027
|
}
|
|
28002
28028
|
interface NodePoolNodeConfigGuestAccelerator {
|
|
@@ -28019,6 +28045,10 @@ export declare namespace container {
|
|
|
28019
28045
|
maxSharedClientsPerGpu: number;
|
|
28020
28046
|
}
|
|
28021
28047
|
interface NodePoolNodeConfigGvnic {
|
|
28048
|
+
/**
|
|
28049
|
+
* Enable Confidential GKE Nodes for this cluster, to
|
|
28050
|
+
* enforce encryption of data in-use.
|
|
28051
|
+
*/
|
|
28022
28052
|
enabled: boolean;
|
|
28023
28053
|
}
|
|
28024
28054
|
interface NodePoolNodeConfigHostMaintenancePolicy {
|
|
@@ -47206,6 +47236,13 @@ export declare namespace networkconnectivity {
|
|
|
47206
47236
|
* The status code, which should be an enum value of [google.rpc.Code][].
|
|
47207
47237
|
*/
|
|
47208
47238
|
code?: number;
|
|
47239
|
+
/**
|
|
47240
|
+
* (Output)
|
|
47241
|
+
* A list of messages that carry the error details.
|
|
47242
|
+
*/
|
|
47243
|
+
details: {
|
|
47244
|
+
[key: string]: any;
|
|
47245
|
+
}[];
|
|
47209
47246
|
/**
|
|
47210
47247
|
* A developer-facing error message.
|
|
47211
47248
|
*/
|