@pulumi/rancher2 3.6.0 → 3.6.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/rancher2",
3
- "version": "v3.6.0",
3
+ "version": "v3.6.1",
4
4
  "description": "A Pulumi package for creating and managing rancher2 resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -11,7 +11,7 @@
11
11
  "license": "Apache-2.0",
12
12
  "scripts": {
13
13
  "build": "tsc",
14
- "install": "node scripts/install-pulumi-plugin.js resource rancher2 v3.6.0"
14
+ "install": "node scripts/install-pulumi-plugin.js resource rancher2 v3.6.1"
15
15
  },
16
16
  "dependencies": {
17
17
  "@pulumi/pulumi": "^3.0.0"
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/rancher2",
3
- "version": "v3.6.0",
3
+ "version": "v3.6.1",
4
4
  "description": "A Pulumi package for creating and managing rancher2 resources.",
5
5
  "keywords": [
6
6
  "pulumi",
package/types/input.d.ts CHANGED
@@ -4797,7 +4797,7 @@ export interface GlobalRoleRule {
4797
4797
  */
4798
4798
  resources?: pulumi.Input<pulumi.Input<string>[]>;
4799
4799
  /**
4800
- * Policy rule verbs. `create`, `delete`, `deletecollection`, `get`, `list`, `patch`, `update`, `view`, `watch`, `own` and `*` values are supported (list)
4800
+ * Policy rule verbs. `bind`, `create`, `delete`, `deletecollection`, `escalate`, `get`, `impersonate`, `list`, `patch`, `update`, `use`, `view`, `watch`, `own` and `*` values are supported (list)
4801
4801
  */
4802
4802
  verbs?: pulumi.Input<pulumi.Input<string>[]>;
4803
4803
  }
@@ -7143,7 +7143,7 @@ export interface RoleTemplateRule {
7143
7143
  */
7144
7144
  resources?: pulumi.Input<pulumi.Input<string>[]>;
7145
7145
  /**
7146
- * Policy rule verbs. `create`, `delete`, `deletecollection`, `get`, `list`, `patch`, `update`, `view`, `watch`, `own` and `*` values are supported (list)
7146
+ * Policy rule verbs. `bind`, `create`, `delete`, `deletecollection`, `escalate`, `get`, `impersonate`, `list`, `patch`, `update`, `use`, `view`, `watch`, `own` and `*` values are supported (list)
7147
7147
  */
7148
7148
  verbs?: pulumi.Input<pulumi.Input<string>[]>;
7149
7149
  }
package/types/output.d.ts CHANGED
@@ -6848,7 +6848,7 @@ export interface GlobalRoleRule {
6848
6848
  */
6849
6849
  resources?: string[];
6850
6850
  /**
6851
- * Policy rule verbs. `create`, `delete`, `deletecollection`, `get`, `list`, `patch`, `update`, `view`, `watch`, `own` and `*` values are supported (list)
6851
+ * Policy rule verbs. `bind`, `create`, `delete`, `deletecollection`, `escalate`, `get`, `impersonate`, `list`, `patch`, `update`, `use`, `view`, `watch`, `own` and `*` values are supported (list)
6852
6852
  */
6853
6853
  verbs?: string[];
6854
6854
  }
@@ -9194,7 +9194,7 @@ export interface RoleTemplateRule {
9194
9194
  */
9195
9195
  resources?: string[];
9196
9196
  /**
9197
- * Policy rule verbs. `create`, `delete`, `deletecollection`, `get`, `list`, `patch`, `update`, `view`, `watch`, `own` and `*` values are supported (list)
9197
+ * Policy rule verbs. `bind`, `create`, `delete`, `deletecollection`, `escalate`, `get`, `impersonate`, `list`, `patch`, `update`, `use`, `view`, `watch`, `own` and `*` values are supported (list)
9198
9198
  */
9199
9199
  verbs?: string[];
9200
9200
  }