@daocloud-proto/kpanda 0.33.0-dev-385f1829 → 0.33.0-dev-ee4dcd48

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.
@@ -41,4 +41,7 @@ export type CreateClusterRoleBindingRequest = {
41
41
  subject?: KpandaIoApiRbacV1alpha1Common.Subject
42
42
  roleRef?: KpandaIoApiRbacV1alpha1Common.RoleRef
43
43
  name?: string
44
+ labels?: {[key: string]: string}
45
+ annotations?: {[key: string]: string}
46
+ ownerReferences?: KpandaIoApiTypesObjectmeta.OwnerReference[]
44
47
  }
@@ -44,4 +44,7 @@ export type CreateRoleBindingRequest = {
44
44
  subject?: KpandaIoApiRbacV1alpha1Common.Subject
45
45
  roleRef?: KpandaIoApiRbacV1alpha1Common.RoleRef
46
46
  name?: string
47
+ labels?: {[key: string]: string}
48
+ annotations?: {[key: string]: string}
49
+ ownerReferences?: KpandaIoApiTypesObjectmeta.OwnerReference[]
47
50
  }
@@ -18,6 +18,8 @@ export type OwnerReference = {
18
18
  controller?: boolean
19
19
  name?: string
20
20
  kind?: string
21
+ apiVersion?: string
22
+ blockOwnerDeletion?: boolean
21
23
  }
22
24
 
23
25
  export type ObjectMeta = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.33.0-dev-385f1829",
3
+ "version":"v0.33.0-dev-ee4dcd48",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {