@distilled.cloud/kubernetes 0.25.1 → 0.25.2
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/lib/client/api.d.ts +4 -4
- package/lib/client/api.d.ts.map +1 -1
- package/lib/services/admissionregistration.d.ts +97 -97
- package/lib/services/admissionregistration.d.ts.map +1 -1
- package/lib/services/apiextensions.d.ts +14 -14
- package/lib/services/apiextensions.d.ts.map +1 -1
- package/lib/services/apiregistration.d.ts +14 -14
- package/lib/services/apiregistration.d.ts.map +1 -1
- package/lib/services/apps.d.ts +78 -78
- package/lib/services/apps.d.ts.map +1 -1
- package/lib/services/authentication.d.ts +4 -4
- package/lib/services/authentication.d.ts.map +1 -1
- package/lib/services/authorization.d.ts +6 -6
- package/lib/services/authorization.d.ts.map +1 -1
- package/lib/services/autoscaling.d.ts +31 -31
- package/lib/services/autoscaling.d.ts.map +1 -1
- package/lib/services/batch.d.ts +30 -30
- package/lib/services/batch.d.ts.map +1 -1
- package/lib/services/certificates.d.ts +51 -51
- package/lib/services/certificates.d.ts.map +1 -1
- package/lib/services/coordination.d.ts +37 -37
- package/lib/services/coordination.d.ts.map +1 -1
- package/lib/services/core.d.ts +243 -243
- package/lib/services/core.d.ts.map +1 -1
- package/lib/services/discovery.d.ts +13 -13
- package/lib/services/discovery.d.ts.map +1 -1
- package/lib/services/events.d.ts +13 -13
- package/lib/services/events.d.ts.map +1 -1
- package/lib/services/flowcontrol-apiserver.d.ts +26 -26
- package/lib/services/flowcontrol-apiserver.d.ts.map +1 -1
- package/lib/services/internal-apiserver.d.ts +14 -14
- package/lib/services/internal-apiserver.d.ts.map +1 -1
- package/lib/services/networking.d.ts +79 -79
- package/lib/services/networking.d.ts.map +1 -1
- package/lib/services/node.d.ts +11 -11
- package/lib/services/node.d.ts.map +1 -1
- package/lib/services/policy.d.ts +16 -16
- package/lib/services/policy.d.ts.map +1 -1
- package/lib/services/rbac-authorization.d.ts +42 -42
- package/lib/services/rbac-authorization.d.ts.map +1 -1
- package/lib/services/resource.d.ts +170 -170
- package/lib/services/resource.d.ts.map +1 -1
- package/lib/services/scheduling.d.ts +37 -37
- package/lib/services/scheduling.d.ts.map +1 -1
- package/lib/services/storage.d.ts +71 -71
- package/lib/services/storage.d.ts.map +1 -1
- package/lib/services/storagemigration.d.ts +14 -14
- package/lib/services/storagemigration.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -231,7 +231,7 @@ export declare const createResourceV1DeviceClass: API.OperationMethod<{
|
|
|
231
231
|
} | undefined;
|
|
232
232
|
}[] | undefined;
|
|
233
233
|
};
|
|
234
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
234
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
235
235
|
export declare const CreateResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
236
236
|
readonly namespace: Schema.String;
|
|
237
237
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -951,7 +951,7 @@ export declare const createResourceV1NamespacedResourceClaim: API.OperationMetho
|
|
|
951
951
|
readonly uid: string;
|
|
952
952
|
}[] | undefined;
|
|
953
953
|
} | undefined;
|
|
954
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
954
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
955
955
|
export declare const CreateResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
956
956
|
readonly namespace: Schema.String;
|
|
957
957
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -1519,7 +1519,7 @@ export declare const createResourceV1NamespacedResourceClaimTemplate: API.Operat
|
|
|
1519
1519
|
} | undefined;
|
|
1520
1520
|
};
|
|
1521
1521
|
};
|
|
1522
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1522
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1523
1523
|
export declare const CreateResourceV1ResourceSliceInput: Schema.Struct<{
|
|
1524
1524
|
readonly pretty: Schema.optional<Schema.String>;
|
|
1525
1525
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2076,7 +2076,7 @@ export declare const createResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
2076
2076
|
readonly name: string;
|
|
2077
2077
|
}[] | undefined;
|
|
2078
2078
|
};
|
|
2079
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2079
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2080
2080
|
export declare const CreateResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
2081
2081
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2082
2082
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2337,7 +2337,7 @@ export declare const createResourceV1alpha3DeviceTaintRule: API.OperationMethod<
|
|
|
2337
2337
|
readonly type: string;
|
|
2338
2338
|
}[] | undefined;
|
|
2339
2339
|
} | undefined;
|
|
2340
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2340
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2341
2341
|
export declare const CreateResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
2342
2342
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2343
2343
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2618,7 +2618,7 @@ export declare const createResourceV1alpha3ResourcePoolStatusRequest: API.Operat
|
|
|
2618
2618
|
readonly validationError?: string | undefined;
|
|
2619
2619
|
}[] | undefined;
|
|
2620
2620
|
} | undefined;
|
|
2621
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2621
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2622
2622
|
export declare const CreateResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
2623
2623
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2624
2624
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2843,7 +2843,7 @@ export declare const createResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
2843
2843
|
} | undefined;
|
|
2844
2844
|
}[] | undefined;
|
|
2845
2845
|
};
|
|
2846
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2846
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2847
2847
|
export declare const CreateResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
2848
2848
|
readonly namespace: Schema.String;
|
|
2849
2849
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -3555,7 +3555,7 @@ export declare const createResourceV1beta1NamespacedResourceClaim: API.Operation
|
|
|
3555
3555
|
readonly uid: string;
|
|
3556
3556
|
}[] | undefined;
|
|
3557
3557
|
} | undefined;
|
|
3558
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3558
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3559
3559
|
export declare const CreateResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
3560
3560
|
readonly namespace: Schema.String;
|
|
3561
3561
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -4115,7 +4115,7 @@ export declare const createResourceV1beta1NamespacedResourceClaimTemplate: API.O
|
|
|
4115
4115
|
} | undefined;
|
|
4116
4116
|
};
|
|
4117
4117
|
};
|
|
4118
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4118
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4119
4119
|
export declare const CreateResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
4120
4120
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4121
4121
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -4680,7 +4680,7 @@ export declare const createResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
4680
4680
|
readonly name: string;
|
|
4681
4681
|
}[] | undefined;
|
|
4682
4682
|
};
|
|
4683
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4683
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4684
4684
|
export declare const CreateResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
4685
4685
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4686
4686
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -4905,7 +4905,7 @@ export declare const createResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
4905
4905
|
} | undefined;
|
|
4906
4906
|
}[] | undefined;
|
|
4907
4907
|
};
|
|
4908
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4908
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4909
4909
|
export declare const CreateResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
4910
4910
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4911
4911
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -5166,7 +5166,7 @@ export declare const createResourceV1beta2DeviceTaintRule: API.OperationMethod<{
|
|
|
5166
5166
|
readonly type: string;
|
|
5167
5167
|
}[] | undefined;
|
|
5168
5168
|
} | undefined;
|
|
5169
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
5169
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
5170
5170
|
export declare const CreateResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
5171
5171
|
readonly namespace: Schema.String;
|
|
5172
5172
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5886,7 +5886,7 @@ export declare const createResourceV1beta2NamespacedResourceClaim: API.Operation
|
|
|
5886
5886
|
readonly uid: string;
|
|
5887
5887
|
}[] | undefined;
|
|
5888
5888
|
} | undefined;
|
|
5889
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
5889
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
5890
5890
|
export declare const CreateResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
5891
5891
|
readonly namespace: Schema.String;
|
|
5892
5892
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -6454,7 +6454,7 @@ export declare const createResourceV1beta2NamespacedResourceClaimTemplate: API.O
|
|
|
6454
6454
|
} | undefined;
|
|
6455
6455
|
};
|
|
6456
6456
|
};
|
|
6457
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6457
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
6458
6458
|
export declare const CreateResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
6459
6459
|
readonly pretty: Schema.optional<Schema.String>;
|
|
6460
6460
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -7011,7 +7011,7 @@ export declare const createResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
7011
7011
|
readonly name: string;
|
|
7012
7012
|
}[] | undefined;
|
|
7013
7013
|
};
|
|
7014
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7014
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
7015
7015
|
export declare const DeleteResourceV1CollectionDeviceClassInput: Schema.Struct<{
|
|
7016
7016
|
readonly pretty: Schema.optional<Schema.String>;
|
|
7017
7017
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -7176,7 +7176,7 @@ export declare const deleteResourceV1CollectionDeviceClass: API.OperationMethod<
|
|
|
7176
7176
|
} | undefined;
|
|
7177
7177
|
readonly reason?: string | undefined;
|
|
7178
7178
|
readonly status?: string | undefined;
|
|
7179
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7179
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7180
7180
|
export declare const DeleteResourceV1CollectionNamespacedResourceClaimInput: Schema.Struct<{
|
|
7181
7181
|
readonly namespace: Schema.String;
|
|
7182
7182
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -7344,7 +7344,7 @@ export declare const deleteResourceV1CollectionNamespacedResourceClaim: API.Oper
|
|
|
7344
7344
|
} | undefined;
|
|
7345
7345
|
readonly reason?: string | undefined;
|
|
7346
7346
|
readonly status?: string | undefined;
|
|
7347
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7347
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7348
7348
|
export declare const DeleteResourceV1CollectionNamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
7349
7349
|
readonly namespace: Schema.String;
|
|
7350
7350
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -7512,7 +7512,7 @@ export declare const deleteResourceV1CollectionNamespacedResourceClaimTemplate:
|
|
|
7512
7512
|
} | undefined;
|
|
7513
7513
|
readonly reason?: string | undefined;
|
|
7514
7514
|
readonly status?: string | undefined;
|
|
7515
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7515
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7516
7516
|
export declare const DeleteResourceV1CollectionResourceSliceInput: Schema.Struct<{
|
|
7517
7517
|
readonly pretty: Schema.optional<Schema.String>;
|
|
7518
7518
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -7677,7 +7677,7 @@ export declare const deleteResourceV1CollectionResourceSlice: API.OperationMetho
|
|
|
7677
7677
|
} | undefined;
|
|
7678
7678
|
readonly reason?: string | undefined;
|
|
7679
7679
|
readonly status?: string | undefined;
|
|
7680
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7680
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7681
7681
|
export declare const DeleteResourceV1DeviceClassInput: Schema.Struct<{
|
|
7682
7682
|
readonly name: Schema.String;
|
|
7683
7683
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -7823,7 +7823,7 @@ export declare const deleteResourceV1DeviceClass: API.OperationMethod<{
|
|
|
7823
7823
|
} | undefined;
|
|
7824
7824
|
}[] | undefined;
|
|
7825
7825
|
};
|
|
7826
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
7826
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
7827
7827
|
export declare const DeleteResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
7828
7828
|
readonly name: Schema.String;
|
|
7829
7829
|
readonly namespace: Schema.String;
|
|
@@ -8218,7 +8218,7 @@ export declare const deleteResourceV1NamespacedResourceClaim: API.OperationMetho
|
|
|
8218
8218
|
readonly uid: string;
|
|
8219
8219
|
}[] | undefined;
|
|
8220
8220
|
} | undefined;
|
|
8221
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
8221
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
8222
8222
|
export declare const DeleteResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
8223
8223
|
readonly name: Schema.String;
|
|
8224
8224
|
readonly namespace: Schema.String;
|
|
@@ -8537,7 +8537,7 @@ export declare const deleteResourceV1NamespacedResourceClaimTemplate: API.Operat
|
|
|
8537
8537
|
} | undefined;
|
|
8538
8538
|
};
|
|
8539
8539
|
};
|
|
8540
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
8540
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
8541
8541
|
export declare const DeleteResourceV1ResourceSliceInput: Schema.Struct<{
|
|
8542
8542
|
readonly name: Schema.String;
|
|
8543
8543
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -8849,7 +8849,7 @@ export declare const deleteResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
8849
8849
|
readonly name: string;
|
|
8850
8850
|
}[] | undefined;
|
|
8851
8851
|
};
|
|
8852
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
8852
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
8853
8853
|
export declare const DeleteResourceV1alpha3CollectionDeviceTaintRuleInput: Schema.Struct<{
|
|
8854
8854
|
readonly pretty: Schema.optional<Schema.String>;
|
|
8855
8855
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -9014,7 +9014,7 @@ export declare const deleteResourceV1alpha3CollectionDeviceTaintRule: API.Operat
|
|
|
9014
9014
|
} | undefined;
|
|
9015
9015
|
readonly reason?: string | undefined;
|
|
9016
9016
|
readonly status?: string | undefined;
|
|
9017
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9017
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9018
9018
|
export declare const DeleteResourceV1alpha3CollectionResourcePoolStatusRequestInput: Schema.Struct<{
|
|
9019
9019
|
readonly pretty: Schema.optional<Schema.String>;
|
|
9020
9020
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -9179,7 +9179,7 @@ export declare const deleteResourceV1alpha3CollectionResourcePoolStatusRequest:
|
|
|
9179
9179
|
} | undefined;
|
|
9180
9180
|
readonly reason?: string | undefined;
|
|
9181
9181
|
readonly status?: string | undefined;
|
|
9182
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9182
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9183
9183
|
export declare const DeleteResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
9184
9184
|
readonly name: Schema.String;
|
|
9185
9185
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9343,7 +9343,7 @@ export declare const deleteResourceV1alpha3DeviceTaintRule: API.OperationMethod<
|
|
|
9343
9343
|
readonly type: string;
|
|
9344
9344
|
}[] | undefined;
|
|
9345
9345
|
} | undefined;
|
|
9346
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
9346
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
9347
9347
|
export declare const DeleteResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
9348
9348
|
readonly name: Schema.String;
|
|
9349
9349
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9517,7 +9517,7 @@ export declare const deleteResourceV1alpha3ResourcePoolStatusRequest: API.Operat
|
|
|
9517
9517
|
readonly validationError?: string | undefined;
|
|
9518
9518
|
}[] | undefined;
|
|
9519
9519
|
} | undefined;
|
|
9520
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9520
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9521
9521
|
export declare const DeleteResourceV1beta1CollectionDeviceClassInput: Schema.Struct<{
|
|
9522
9522
|
readonly pretty: Schema.optional<Schema.String>;
|
|
9523
9523
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -9682,7 +9682,7 @@ export declare const deleteResourceV1beta1CollectionDeviceClass: API.OperationMe
|
|
|
9682
9682
|
} | undefined;
|
|
9683
9683
|
readonly reason?: string | undefined;
|
|
9684
9684
|
readonly status?: string | undefined;
|
|
9685
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9685
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9686
9686
|
export declare const DeleteResourceV1beta1CollectionNamespacedResourceClaimInput: Schema.Struct<{
|
|
9687
9687
|
readonly namespace: Schema.String;
|
|
9688
9688
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9850,7 +9850,7 @@ export declare const deleteResourceV1beta1CollectionNamespacedResourceClaim: API
|
|
|
9850
9850
|
} | undefined;
|
|
9851
9851
|
readonly reason?: string | undefined;
|
|
9852
9852
|
readonly status?: string | undefined;
|
|
9853
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9853
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9854
9854
|
export declare const DeleteResourceV1beta1CollectionNamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
9855
9855
|
readonly namespace: Schema.String;
|
|
9856
9856
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10018,7 +10018,7 @@ export declare const deleteResourceV1beta1CollectionNamespacedResourceClaimTempl
|
|
|
10018
10018
|
} | undefined;
|
|
10019
10019
|
readonly reason?: string | undefined;
|
|
10020
10020
|
readonly status?: string | undefined;
|
|
10021
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
10021
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
10022
10022
|
export declare const DeleteResourceV1beta1CollectionResourceSliceInput: Schema.Struct<{
|
|
10023
10023
|
readonly pretty: Schema.optional<Schema.String>;
|
|
10024
10024
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -10183,7 +10183,7 @@ export declare const deleteResourceV1beta1CollectionResourceSlice: API.Operation
|
|
|
10183
10183
|
} | undefined;
|
|
10184
10184
|
readonly reason?: string | undefined;
|
|
10185
10185
|
readonly status?: string | undefined;
|
|
10186
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
10186
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
10187
10187
|
export declare const DeleteResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
10188
10188
|
readonly name: Schema.String;
|
|
10189
10189
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10329,7 +10329,7 @@ export declare const deleteResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
10329
10329
|
} | undefined;
|
|
10330
10330
|
}[] | undefined;
|
|
10331
10331
|
};
|
|
10332
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
10332
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
10333
10333
|
export declare const DeleteResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
10334
10334
|
readonly name: Schema.String;
|
|
10335
10335
|
readonly namespace: Schema.String;
|
|
@@ -10720,7 +10720,7 @@ export declare const deleteResourceV1beta1NamespacedResourceClaim: API.Operation
|
|
|
10720
10720
|
readonly uid: string;
|
|
10721
10721
|
}[] | undefined;
|
|
10722
10722
|
} | undefined;
|
|
10723
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
10723
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
10724
10724
|
export declare const DeleteResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
10725
10725
|
readonly name: Schema.String;
|
|
10726
10726
|
readonly namespace: Schema.String;
|
|
@@ -11035,7 +11035,7 @@ export declare const deleteResourceV1beta1NamespacedResourceClaimTemplate: API.O
|
|
|
11035
11035
|
} | undefined;
|
|
11036
11036
|
};
|
|
11037
11037
|
};
|
|
11038
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
11038
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
11039
11039
|
export declare const DeleteResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
11040
11040
|
readonly name: Schema.String;
|
|
11041
11041
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11351,7 +11351,7 @@ export declare const deleteResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
11351
11351
|
readonly name: string;
|
|
11352
11352
|
}[] | undefined;
|
|
11353
11353
|
};
|
|
11354
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
11354
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
11355
11355
|
export declare const DeleteResourceV1beta2CollectionDeviceClassInput: Schema.Struct<{
|
|
11356
11356
|
readonly pretty: Schema.optional<Schema.String>;
|
|
11357
11357
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -11516,7 +11516,7 @@ export declare const deleteResourceV1beta2CollectionDeviceClass: API.OperationMe
|
|
|
11516
11516
|
} | undefined;
|
|
11517
11517
|
readonly reason?: string | undefined;
|
|
11518
11518
|
readonly status?: string | undefined;
|
|
11519
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
11519
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
11520
11520
|
export declare const DeleteResourceV1beta2CollectionDeviceTaintRuleInput: Schema.Struct<{
|
|
11521
11521
|
readonly pretty: Schema.optional<Schema.String>;
|
|
11522
11522
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -11681,7 +11681,7 @@ export declare const deleteResourceV1beta2CollectionDeviceTaintRule: API.Operati
|
|
|
11681
11681
|
} | undefined;
|
|
11682
11682
|
readonly reason?: string | undefined;
|
|
11683
11683
|
readonly status?: string | undefined;
|
|
11684
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
11684
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
11685
11685
|
export declare const DeleteResourceV1beta2CollectionNamespacedResourceClaimInput: Schema.Struct<{
|
|
11686
11686
|
readonly namespace: Schema.String;
|
|
11687
11687
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11849,7 +11849,7 @@ export declare const deleteResourceV1beta2CollectionNamespacedResourceClaim: API
|
|
|
11849
11849
|
} | undefined;
|
|
11850
11850
|
readonly reason?: string | undefined;
|
|
11851
11851
|
readonly status?: string | undefined;
|
|
11852
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
11852
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
11853
11853
|
export declare const DeleteResourceV1beta2CollectionNamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
11854
11854
|
readonly namespace: Schema.String;
|
|
11855
11855
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12017,7 +12017,7 @@ export declare const deleteResourceV1beta2CollectionNamespacedResourceClaimTempl
|
|
|
12017
12017
|
} | undefined;
|
|
12018
12018
|
readonly reason?: string | undefined;
|
|
12019
12019
|
readonly status?: string | undefined;
|
|
12020
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
12020
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
12021
12021
|
export declare const DeleteResourceV1beta2CollectionResourceSliceInput: Schema.Struct<{
|
|
12022
12022
|
readonly pretty: Schema.optional<Schema.String>;
|
|
12023
12023
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -12182,7 +12182,7 @@ export declare const deleteResourceV1beta2CollectionResourceSlice: API.Operation
|
|
|
12182
12182
|
} | undefined;
|
|
12183
12183
|
readonly reason?: string | undefined;
|
|
12184
12184
|
readonly status?: string | undefined;
|
|
12185
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
12185
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
12186
12186
|
export declare const DeleteResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
12187
12187
|
readonly name: Schema.String;
|
|
12188
12188
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12328,7 +12328,7 @@ export declare const deleteResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
12328
12328
|
} | undefined;
|
|
12329
12329
|
}[] | undefined;
|
|
12330
12330
|
};
|
|
12331
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
12331
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
12332
12332
|
export declare const DeleteResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
12333
12333
|
readonly name: Schema.String;
|
|
12334
12334
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12492,7 +12492,7 @@ export declare const deleteResourceV1beta2DeviceTaintRule: API.OperationMethod<{
|
|
|
12492
12492
|
readonly type: string;
|
|
12493
12493
|
}[] | undefined;
|
|
12494
12494
|
} | undefined;
|
|
12495
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
12495
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
12496
12496
|
export declare const DeleteResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
12497
12497
|
readonly name: Schema.String;
|
|
12498
12498
|
readonly namespace: Schema.String;
|
|
@@ -12887,7 +12887,7 @@ export declare const deleteResourceV1beta2NamespacedResourceClaim: API.Operation
|
|
|
12887
12887
|
readonly uid: string;
|
|
12888
12888
|
}[] | undefined;
|
|
12889
12889
|
} | undefined;
|
|
12890
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
12890
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
12891
12891
|
export declare const DeleteResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
12892
12892
|
readonly name: Schema.String;
|
|
12893
12893
|
readonly namespace: Schema.String;
|
|
@@ -13206,7 +13206,7 @@ export declare const deleteResourceV1beta2NamespacedResourceClaimTemplate: API.O
|
|
|
13206
13206
|
} | undefined;
|
|
13207
13207
|
};
|
|
13208
13208
|
};
|
|
13209
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13209
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
13210
13210
|
export declare const DeleteResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
13211
13211
|
readonly name: Schema.String;
|
|
13212
13212
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13518,7 +13518,7 @@ export declare const deleteResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
13518
13518
|
readonly name: string;
|
|
13519
13519
|
}[] | undefined;
|
|
13520
13520
|
};
|
|
13521
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13521
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
13522
13522
|
export declare const GetResourceAPIGroupInput: Schema.Struct<{}>;
|
|
13523
13523
|
export type GetResourceAPIGroupInput = typeof GetResourceAPIGroupInput.Type;
|
|
13524
13524
|
export declare const GetResourceAPIGroupOutput: Schema.Struct<{
|
|
@@ -13558,7 +13558,7 @@ export declare const getResourceAPIGroup: API.OperationMethod<{}, {
|
|
|
13558
13558
|
readonly groupVersion: string;
|
|
13559
13559
|
readonly version: string;
|
|
13560
13560
|
}[];
|
|
13561
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13561
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13562
13562
|
export declare const GetResourceV1APIResourcesInput: Schema.Struct<{}>;
|
|
13563
13563
|
export type GetResourceV1APIResourcesInput = typeof GetResourceV1APIResourcesInput.Type;
|
|
13564
13564
|
export declare const GetResourceV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -13598,7 +13598,7 @@ export declare const getResourceV1APIResources: API.OperationMethod<{}, {
|
|
|
13598
13598
|
readonly verbs: readonly string[];
|
|
13599
13599
|
readonly version?: string | undefined;
|
|
13600
13600
|
}[];
|
|
13601
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13601
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13602
13602
|
export declare const GetResourceV1alpha3APIResourcesInput: Schema.Struct<{}>;
|
|
13603
13603
|
export type GetResourceV1alpha3APIResourcesInput = typeof GetResourceV1alpha3APIResourcesInput.Type;
|
|
13604
13604
|
export declare const GetResourceV1alpha3APIResourcesOutput: Schema.Struct<{
|
|
@@ -13638,7 +13638,7 @@ export declare const getResourceV1alpha3APIResources: API.OperationMethod<{}, {
|
|
|
13638
13638
|
readonly verbs: readonly string[];
|
|
13639
13639
|
readonly version?: string | undefined;
|
|
13640
13640
|
}[];
|
|
13641
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13641
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13642
13642
|
export declare const GetResourceV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
13643
13643
|
export type GetResourceV1beta1APIResourcesInput = typeof GetResourceV1beta1APIResourcesInput.Type;
|
|
13644
13644
|
export declare const GetResourceV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -13678,7 +13678,7 @@ export declare const getResourceV1beta1APIResources: API.OperationMethod<{}, {
|
|
|
13678
13678
|
readonly verbs: readonly string[];
|
|
13679
13679
|
readonly version?: string | undefined;
|
|
13680
13680
|
}[];
|
|
13681
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13681
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13682
13682
|
export declare const GetResourceV1beta2APIResourcesInput: Schema.Struct<{}>;
|
|
13683
13683
|
export type GetResourceV1beta2APIResourcesInput = typeof GetResourceV1beta2APIResourcesInput.Type;
|
|
13684
13684
|
export declare const GetResourceV1beta2APIResourcesOutput: Schema.Struct<{
|
|
@@ -13718,7 +13718,7 @@ export declare const getResourceV1beta2APIResources: API.OperationMethod<{}, {
|
|
|
13718
13718
|
readonly verbs: readonly string[];
|
|
13719
13719
|
readonly version?: string | undefined;
|
|
13720
13720
|
}[];
|
|
13721
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13721
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13722
13722
|
export declare const ListResourceV1DeviceClassInput: Schema.Struct<{
|
|
13723
13723
|
readonly pretty: Schema.optional<Schema.String>;
|
|
13724
13724
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -13934,7 +13934,7 @@ export declare const listResourceV1DeviceClass: API.OperationMethod<{
|
|
|
13934
13934
|
readonly selector: string;
|
|
13935
13935
|
} | undefined;
|
|
13936
13936
|
} | undefined;
|
|
13937
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
13937
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
13938
13938
|
export declare const ListResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
13939
13939
|
readonly namespace: Schema.String;
|
|
13940
13940
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14399,7 +14399,7 @@ export declare const listResourceV1NamespacedResourceClaim: API.OperationMethod<
|
|
|
14399
14399
|
readonly selector: string;
|
|
14400
14400
|
} | undefined;
|
|
14401
14401
|
} | undefined;
|
|
14402
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
14402
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
14403
14403
|
export declare const ListResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
14404
14404
|
readonly namespace: Schema.String;
|
|
14405
14405
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14788,7 +14788,7 @@ export declare const listResourceV1NamespacedResourceClaimTemplate: API.Operatio
|
|
|
14788
14788
|
readonly selector: string;
|
|
14789
14789
|
} | undefined;
|
|
14790
14790
|
} | undefined;
|
|
14791
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
14791
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
14792
14792
|
export declare const ListResourceV1ResourceClaimForAllNamespacesInput: Schema.Struct<{
|
|
14793
14793
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
14794
14794
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15250,7 +15250,7 @@ export declare const listResourceV1ResourceClaimForAllNamespaces: API.OperationM
|
|
|
15250
15250
|
readonly selector: string;
|
|
15251
15251
|
} | undefined;
|
|
15252
15252
|
} | undefined;
|
|
15253
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15253
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15254
15254
|
export declare const ListResourceV1ResourceClaimTemplateForAllNamespacesInput: Schema.Struct<{
|
|
15255
15255
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
15256
15256
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15636,7 +15636,7 @@ export declare const listResourceV1ResourceClaimTemplateForAllNamespaces: API.Op
|
|
|
15636
15636
|
readonly selector: string;
|
|
15637
15637
|
} | undefined;
|
|
15638
15638
|
} | undefined;
|
|
15639
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15639
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15640
15640
|
export declare const ListResourceV1ResourceSliceInput: Schema.Struct<{
|
|
15641
15641
|
readonly pretty: Schema.optional<Schema.String>;
|
|
15642
15642
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -16018,7 +16018,7 @@ export declare const listResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
16018
16018
|
readonly selector: string;
|
|
16019
16019
|
} | undefined;
|
|
16020
16020
|
} | undefined;
|
|
16021
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16021
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16022
16022
|
export declare const ListResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
16023
16023
|
readonly pretty: Schema.optional<Schema.String>;
|
|
16024
16024
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -16252,7 +16252,7 @@ export declare const listResourceV1alpha3DeviceTaintRule: API.OperationMethod<{
|
|
|
16252
16252
|
readonly selector: string;
|
|
16253
16253
|
} | undefined;
|
|
16254
16254
|
} | undefined;
|
|
16255
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16255
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16256
16256
|
export declare const ListResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
16257
16257
|
readonly pretty: Schema.optional<Schema.String>;
|
|
16258
16258
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -16496,7 +16496,7 @@ export declare const listResourceV1alpha3ResourcePoolStatusRequest: API.Operatio
|
|
|
16496
16496
|
readonly selector: string;
|
|
16497
16497
|
} | undefined;
|
|
16498
16498
|
} | undefined;
|
|
16499
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16499
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16500
16500
|
export declare const ListResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
16501
16501
|
readonly pretty: Schema.optional<Schema.String>;
|
|
16502
16502
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -16712,7 +16712,7 @@ export declare const listResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
16712
16712
|
readonly selector: string;
|
|
16713
16713
|
} | undefined;
|
|
16714
16714
|
} | undefined;
|
|
16715
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16715
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16716
16716
|
export declare const ListResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
16717
16717
|
readonly namespace: Schema.String;
|
|
16718
16718
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -17173,7 +17173,7 @@ export declare const listResourceV1beta1NamespacedResourceClaim: API.OperationMe
|
|
|
17173
17173
|
readonly selector: string;
|
|
17174
17174
|
} | undefined;
|
|
17175
17175
|
} | undefined;
|
|
17176
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
17176
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
17177
17177
|
export declare const ListResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
17178
17178
|
readonly namespace: Schema.String;
|
|
17179
17179
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -17558,7 +17558,7 @@ export declare const listResourceV1beta1NamespacedResourceClaimTemplate: API.Ope
|
|
|
17558
17558
|
readonly selector: string;
|
|
17559
17559
|
} | undefined;
|
|
17560
17560
|
} | undefined;
|
|
17561
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
17561
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
17562
17562
|
export declare const ListResourceV1beta1ResourceClaimForAllNamespacesInput: Schema.Struct<{
|
|
17563
17563
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
17564
17564
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -18016,7 +18016,7 @@ export declare const listResourceV1beta1ResourceClaimForAllNamespaces: API.Opera
|
|
|
18016
18016
|
readonly selector: string;
|
|
18017
18017
|
} | undefined;
|
|
18018
18018
|
} | undefined;
|
|
18019
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
18019
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
18020
18020
|
export declare const ListResourceV1beta1ResourceClaimTemplateForAllNamespacesInput: Schema.Struct<{
|
|
18021
18021
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
18022
18022
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -18398,7 +18398,7 @@ export declare const listResourceV1beta1ResourceClaimTemplateForAllNamespaces: A
|
|
|
18398
18398
|
readonly selector: string;
|
|
18399
18399
|
} | undefined;
|
|
18400
18400
|
} | undefined;
|
|
18401
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
18401
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
18402
18402
|
export declare const ListResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
18403
18403
|
readonly pretty: Schema.optional<Schema.String>;
|
|
18404
18404
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -18784,7 +18784,7 @@ export declare const listResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
18784
18784
|
readonly selector: string;
|
|
18785
18785
|
} | undefined;
|
|
18786
18786
|
} | undefined;
|
|
18787
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
18787
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
18788
18788
|
export declare const ListResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
18789
18789
|
readonly pretty: Schema.optional<Schema.String>;
|
|
18790
18790
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19000,7 +19000,7 @@ export declare const listResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
19000
19000
|
readonly selector: string;
|
|
19001
19001
|
} | undefined;
|
|
19002
19002
|
} | undefined;
|
|
19003
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19003
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19004
19004
|
export declare const ListResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
19005
19005
|
readonly pretty: Schema.optional<Schema.String>;
|
|
19006
19006
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19234,7 +19234,7 @@ export declare const listResourceV1beta2DeviceTaintRule: API.OperationMethod<{
|
|
|
19234
19234
|
readonly selector: string;
|
|
19235
19235
|
} | undefined;
|
|
19236
19236
|
} | undefined;
|
|
19237
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19237
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19238
19238
|
export declare const ListResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
19239
19239
|
readonly namespace: Schema.String;
|
|
19240
19240
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -19699,7 +19699,7 @@ export declare const listResourceV1beta2NamespacedResourceClaim: API.OperationMe
|
|
|
19699
19699
|
readonly selector: string;
|
|
19700
19700
|
} | undefined;
|
|
19701
19701
|
} | undefined;
|
|
19702
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19702
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19703
19703
|
export declare const ListResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
19704
19704
|
readonly namespace: Schema.String;
|
|
19705
19705
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -20088,7 +20088,7 @@ export declare const listResourceV1beta2NamespacedResourceClaimTemplate: API.Ope
|
|
|
20088
20088
|
readonly selector: string;
|
|
20089
20089
|
} | undefined;
|
|
20090
20090
|
} | undefined;
|
|
20091
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20091
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20092
20092
|
export declare const ListResourceV1beta2ResourceClaimForAllNamespacesInput: Schema.Struct<{
|
|
20093
20093
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20094
20094
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20550,7 +20550,7 @@ export declare const listResourceV1beta2ResourceClaimForAllNamespaces: API.Opera
|
|
|
20550
20550
|
readonly selector: string;
|
|
20551
20551
|
} | undefined;
|
|
20552
20552
|
} | undefined;
|
|
20553
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20553
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20554
20554
|
export declare const ListResourceV1beta2ResourceClaimTemplateForAllNamespacesInput: Schema.Struct<{
|
|
20555
20555
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20556
20556
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20936,7 +20936,7 @@ export declare const listResourceV1beta2ResourceClaimTemplateForAllNamespaces: A
|
|
|
20936
20936
|
readonly selector: string;
|
|
20937
20937
|
} | undefined;
|
|
20938
20938
|
} | undefined;
|
|
20939
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20939
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20940
20940
|
export declare const ListResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
20941
20941
|
readonly pretty: Schema.optional<Schema.String>;
|
|
20942
20942
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -21318,7 +21318,7 @@ export declare const listResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
21318
21318
|
readonly selector: string;
|
|
21319
21319
|
} | undefined;
|
|
21320
21320
|
} | undefined;
|
|
21321
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
21321
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
21322
21322
|
export declare const PatchResourceV1DeviceClassInput: Schema.Struct<{
|
|
21323
21323
|
readonly name: Schema.String;
|
|
21324
21324
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -21449,7 +21449,7 @@ export declare const patchResourceV1DeviceClass: API.OperationMethod<{
|
|
|
21449
21449
|
} | undefined;
|
|
21450
21450
|
}[] | undefined;
|
|
21451
21451
|
};
|
|
21452
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
21452
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
21453
21453
|
export declare const PatchResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
21454
21454
|
readonly name: Schema.String;
|
|
21455
21455
|
readonly namespace: Schema.String;
|
|
@@ -21829,7 +21829,7 @@ export declare const patchResourceV1NamespacedResourceClaim: API.OperationMethod
|
|
|
21829
21829
|
readonly uid: string;
|
|
21830
21830
|
}[] | undefined;
|
|
21831
21831
|
} | undefined;
|
|
21832
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
21832
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
21833
21833
|
export declare const PatchResourceV1NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
21834
21834
|
readonly name: Schema.String;
|
|
21835
21835
|
readonly namespace: Schema.String;
|
|
@@ -22209,7 +22209,7 @@ export declare const patchResourceV1NamespacedResourceClaimStatus: API.Operation
|
|
|
22209
22209
|
readonly uid: string;
|
|
22210
22210
|
}[] | undefined;
|
|
22211
22211
|
} | undefined;
|
|
22212
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22212
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22213
22213
|
export declare const PatchResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
22214
22214
|
readonly name: Schema.String;
|
|
22215
22215
|
readonly namespace: Schema.String;
|
|
@@ -22513,7 +22513,7 @@ export declare const patchResourceV1NamespacedResourceClaimTemplate: API.Operati
|
|
|
22513
22513
|
} | undefined;
|
|
22514
22514
|
};
|
|
22515
22515
|
};
|
|
22516
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22516
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22517
22517
|
export declare const PatchResourceV1ResourceSliceInput: Schema.Struct<{
|
|
22518
22518
|
readonly name: Schema.String;
|
|
22519
22519
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -22810,7 +22810,7 @@ export declare const patchResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
22810
22810
|
readonly name: string;
|
|
22811
22811
|
}[] | undefined;
|
|
22812
22812
|
};
|
|
22813
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22813
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22814
22814
|
export declare const PatchResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
22815
22815
|
readonly name: Schema.String;
|
|
22816
22816
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -22959,7 +22959,7 @@ export declare const patchResourceV1alpha3DeviceTaintRule: API.OperationMethod<{
|
|
|
22959
22959
|
readonly type: string;
|
|
22960
22960
|
}[] | undefined;
|
|
22961
22961
|
} | undefined;
|
|
22962
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
22962
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
22963
22963
|
export declare const PatchResourceV1alpha3DeviceTaintRuleStatusInput: Schema.Struct<{
|
|
22964
22964
|
readonly name: Schema.String;
|
|
22965
22965
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -23108,7 +23108,7 @@ export declare const patchResourceV1alpha3DeviceTaintRuleStatus: API.OperationMe
|
|
|
23108
23108
|
readonly type: string;
|
|
23109
23109
|
}[] | undefined;
|
|
23110
23110
|
} | undefined;
|
|
23111
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
23111
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
23112
23112
|
export declare const PatchResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
23113
23113
|
readonly name: Schema.String;
|
|
23114
23114
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -23267,7 +23267,7 @@ export declare const patchResourceV1alpha3ResourcePoolStatusRequest: API.Operati
|
|
|
23267
23267
|
readonly validationError?: string | undefined;
|
|
23268
23268
|
}[] | undefined;
|
|
23269
23269
|
} | undefined;
|
|
23270
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
23270
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
23271
23271
|
export declare const PatchResourceV1alpha3ResourcePoolStatusRequestStatusInput: Schema.Struct<{
|
|
23272
23272
|
readonly name: Schema.String;
|
|
23273
23273
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -23426,7 +23426,7 @@ export declare const patchResourceV1alpha3ResourcePoolStatusRequestStatus: API.O
|
|
|
23426
23426
|
readonly validationError?: string | undefined;
|
|
23427
23427
|
}[] | undefined;
|
|
23428
23428
|
} | undefined;
|
|
23429
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
23429
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
23430
23430
|
export declare const PatchResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
23431
23431
|
readonly name: Schema.String;
|
|
23432
23432
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -23557,7 +23557,7 @@ export declare const patchResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
23557
23557
|
} | undefined;
|
|
23558
23558
|
}[] | undefined;
|
|
23559
23559
|
};
|
|
23560
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
23560
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
23561
23561
|
export declare const PatchResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
23562
23562
|
readonly name: Schema.String;
|
|
23563
23563
|
readonly namespace: Schema.String;
|
|
@@ -23933,7 +23933,7 @@ export declare const patchResourceV1beta1NamespacedResourceClaim: API.OperationM
|
|
|
23933
23933
|
readonly uid: string;
|
|
23934
23934
|
}[] | undefined;
|
|
23935
23935
|
} | undefined;
|
|
23936
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
23936
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
23937
23937
|
export declare const PatchResourceV1beta1NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
23938
23938
|
readonly name: Schema.String;
|
|
23939
23939
|
readonly namespace: Schema.String;
|
|
@@ -24309,7 +24309,7 @@ export declare const patchResourceV1beta1NamespacedResourceClaimStatus: API.Oper
|
|
|
24309
24309
|
readonly uid: string;
|
|
24310
24310
|
}[] | undefined;
|
|
24311
24311
|
} | undefined;
|
|
24312
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
24312
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
24313
24313
|
export declare const PatchResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
24314
24314
|
readonly name: Schema.String;
|
|
24315
24315
|
readonly namespace: Schema.String;
|
|
@@ -24609,7 +24609,7 @@ export declare const patchResourceV1beta1NamespacedResourceClaimTemplate: API.Op
|
|
|
24609
24609
|
} | undefined;
|
|
24610
24610
|
};
|
|
24611
24611
|
};
|
|
24612
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
24612
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
24613
24613
|
export declare const PatchResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
24614
24614
|
readonly name: Schema.String;
|
|
24615
24615
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -24910,7 +24910,7 @@ export declare const patchResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
24910
24910
|
readonly name: string;
|
|
24911
24911
|
}[] | undefined;
|
|
24912
24912
|
};
|
|
24913
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
24913
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
24914
24914
|
export declare const PatchResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
24915
24915
|
readonly name: Schema.String;
|
|
24916
24916
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25041,7 +25041,7 @@ export declare const patchResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
25041
25041
|
} | undefined;
|
|
25042
25042
|
}[] | undefined;
|
|
25043
25043
|
};
|
|
25044
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
25044
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
25045
25045
|
export declare const PatchResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
25046
25046
|
readonly name: Schema.String;
|
|
25047
25047
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25190,7 +25190,7 @@ export declare const patchResourceV1beta2DeviceTaintRule: API.OperationMethod<{
|
|
|
25190
25190
|
readonly type: string;
|
|
25191
25191
|
}[] | undefined;
|
|
25192
25192
|
} | undefined;
|
|
25193
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
25193
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
25194
25194
|
export declare const PatchResourceV1beta2DeviceTaintRuleStatusInput: Schema.Struct<{
|
|
25195
25195
|
readonly name: Schema.String;
|
|
25196
25196
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -25339,7 +25339,7 @@ export declare const patchResourceV1beta2DeviceTaintRuleStatus: API.OperationMet
|
|
|
25339
25339
|
readonly type: string;
|
|
25340
25340
|
}[] | undefined;
|
|
25341
25341
|
} | undefined;
|
|
25342
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
25342
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
25343
25343
|
export declare const PatchResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
25344
25344
|
readonly name: Schema.String;
|
|
25345
25345
|
readonly namespace: Schema.String;
|
|
@@ -25719,7 +25719,7 @@ export declare const patchResourceV1beta2NamespacedResourceClaim: API.OperationM
|
|
|
25719
25719
|
readonly uid: string;
|
|
25720
25720
|
}[] | undefined;
|
|
25721
25721
|
} | undefined;
|
|
25722
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
25722
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
25723
25723
|
export declare const PatchResourceV1beta2NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
25724
25724
|
readonly name: Schema.String;
|
|
25725
25725
|
readonly namespace: Schema.String;
|
|
@@ -26099,7 +26099,7 @@ export declare const patchResourceV1beta2NamespacedResourceClaimStatus: API.Oper
|
|
|
26099
26099
|
readonly uid: string;
|
|
26100
26100
|
}[] | undefined;
|
|
26101
26101
|
} | undefined;
|
|
26102
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
26102
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
26103
26103
|
export declare const PatchResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
26104
26104
|
readonly name: Schema.String;
|
|
26105
26105
|
readonly namespace: Schema.String;
|
|
@@ -26403,7 +26403,7 @@ export declare const patchResourceV1beta2NamespacedResourceClaimTemplate: API.Op
|
|
|
26403
26403
|
} | undefined;
|
|
26404
26404
|
};
|
|
26405
26405
|
};
|
|
26406
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
26406
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
26407
26407
|
export declare const PatchResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
26408
26408
|
readonly name: Schema.String;
|
|
26409
26409
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26700,7 +26700,7 @@ export declare const patchResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
26700
26700
|
readonly name: string;
|
|
26701
26701
|
}[] | undefined;
|
|
26702
26702
|
};
|
|
26703
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
26703
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
26704
26704
|
export declare const ReadResourceV1DeviceClassInput: Schema.Struct<{
|
|
26705
26705
|
readonly name: Schema.String;
|
|
26706
26706
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -26819,7 +26819,7 @@ export declare const readResourceV1DeviceClass: API.OperationMethod<{
|
|
|
26819
26819
|
} | undefined;
|
|
26820
26820
|
}[] | undefined;
|
|
26821
26821
|
};
|
|
26822
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
26822
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
26823
26823
|
export declare const ReadResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
26824
26824
|
readonly name: Schema.String;
|
|
26825
26825
|
readonly namespace: Schema.String;
|
|
@@ -27187,7 +27187,7 @@ export declare const readResourceV1NamespacedResourceClaim: API.OperationMethod<
|
|
|
27187
27187
|
readonly uid: string;
|
|
27188
27188
|
}[] | undefined;
|
|
27189
27189
|
} | undefined;
|
|
27190
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
27190
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
27191
27191
|
export declare const ReadResourceV1NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
27192
27192
|
readonly name: Schema.String;
|
|
27193
27193
|
readonly namespace: Schema.String;
|
|
@@ -27555,7 +27555,7 @@ export declare const readResourceV1NamespacedResourceClaimStatus: API.OperationM
|
|
|
27555
27555
|
readonly uid: string;
|
|
27556
27556
|
}[] | undefined;
|
|
27557
27557
|
} | undefined;
|
|
27558
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
27558
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
27559
27559
|
export declare const ReadResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
27560
27560
|
readonly name: Schema.String;
|
|
27561
27561
|
readonly namespace: Schema.String;
|
|
@@ -27847,7 +27847,7 @@ export declare const readResourceV1NamespacedResourceClaimTemplate: API.Operatio
|
|
|
27847
27847
|
} | undefined;
|
|
27848
27848
|
};
|
|
27849
27849
|
};
|
|
27850
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
27850
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
27851
27851
|
export declare const ReadResourceV1ResourceSliceInput: Schema.Struct<{
|
|
27852
27852
|
readonly name: Schema.String;
|
|
27853
27853
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -28132,7 +28132,7 @@ export declare const readResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
28132
28132
|
readonly name: string;
|
|
28133
28133
|
}[] | undefined;
|
|
28134
28134
|
};
|
|
28135
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
28135
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
28136
28136
|
export declare const ReadResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
28137
28137
|
readonly name: Schema.String;
|
|
28138
28138
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -28269,7 +28269,7 @@ export declare const readResourceV1alpha3DeviceTaintRule: API.OperationMethod<{
|
|
|
28269
28269
|
readonly type: string;
|
|
28270
28270
|
}[] | undefined;
|
|
28271
28271
|
} | undefined;
|
|
28272
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
28272
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
28273
28273
|
export declare const ReadResourceV1alpha3DeviceTaintRuleStatusInput: Schema.Struct<{
|
|
28274
28274
|
readonly name: Schema.String;
|
|
28275
28275
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -28406,7 +28406,7 @@ export declare const readResourceV1alpha3DeviceTaintRuleStatus: API.OperationMet
|
|
|
28406
28406
|
readonly type: string;
|
|
28407
28407
|
}[] | undefined;
|
|
28408
28408
|
} | undefined;
|
|
28409
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
28409
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
28410
28410
|
export declare const ReadResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
28411
28411
|
readonly name: Schema.String;
|
|
28412
28412
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -28553,7 +28553,7 @@ export declare const readResourceV1alpha3ResourcePoolStatusRequest: API.Operatio
|
|
|
28553
28553
|
readonly validationError?: string | undefined;
|
|
28554
28554
|
}[] | undefined;
|
|
28555
28555
|
} | undefined;
|
|
28556
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
28556
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
28557
28557
|
export declare const ReadResourceV1alpha3ResourcePoolStatusRequestStatusInput: Schema.Struct<{
|
|
28558
28558
|
readonly name: Schema.String;
|
|
28559
28559
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -28700,7 +28700,7 @@ export declare const readResourceV1alpha3ResourcePoolStatusRequestStatus: API.Op
|
|
|
28700
28700
|
readonly validationError?: string | undefined;
|
|
28701
28701
|
}[] | undefined;
|
|
28702
28702
|
} | undefined;
|
|
28703
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
28703
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
28704
28704
|
export declare const ReadResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
28705
28705
|
readonly name: Schema.String;
|
|
28706
28706
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -28819,7 +28819,7 @@ export declare const readResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
28819
28819
|
} | undefined;
|
|
28820
28820
|
}[] | undefined;
|
|
28821
28821
|
};
|
|
28822
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
28822
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
28823
28823
|
export declare const ReadResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
28824
28824
|
readonly name: Schema.String;
|
|
28825
28825
|
readonly namespace: Schema.String;
|
|
@@ -29183,7 +29183,7 @@ export declare const readResourceV1beta1NamespacedResourceClaim: API.OperationMe
|
|
|
29183
29183
|
readonly uid: string;
|
|
29184
29184
|
}[] | undefined;
|
|
29185
29185
|
} | undefined;
|
|
29186
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
29186
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
29187
29187
|
export declare const ReadResourceV1beta1NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
29188
29188
|
readonly name: Schema.String;
|
|
29189
29189
|
readonly namespace: Schema.String;
|
|
@@ -29547,7 +29547,7 @@ export declare const readResourceV1beta1NamespacedResourceClaimStatus: API.Opera
|
|
|
29547
29547
|
readonly uid: string;
|
|
29548
29548
|
}[] | undefined;
|
|
29549
29549
|
} | undefined;
|
|
29550
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
29550
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
29551
29551
|
export declare const ReadResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
29552
29552
|
readonly name: Schema.String;
|
|
29553
29553
|
readonly namespace: Schema.String;
|
|
@@ -29835,7 +29835,7 @@ export declare const readResourceV1beta1NamespacedResourceClaimTemplate: API.Ope
|
|
|
29835
29835
|
} | undefined;
|
|
29836
29836
|
};
|
|
29837
29837
|
};
|
|
29838
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
29838
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
29839
29839
|
export declare const ReadResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
29840
29840
|
readonly name: Schema.String;
|
|
29841
29841
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -30124,7 +30124,7 @@ export declare const readResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
30124
30124
|
readonly name: string;
|
|
30125
30125
|
}[] | undefined;
|
|
30126
30126
|
};
|
|
30127
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
30127
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
30128
30128
|
export declare const ReadResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
30129
30129
|
readonly name: Schema.String;
|
|
30130
30130
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -30243,7 +30243,7 @@ export declare const readResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
30243
30243
|
} | undefined;
|
|
30244
30244
|
}[] | undefined;
|
|
30245
30245
|
};
|
|
30246
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
30246
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
30247
30247
|
export declare const ReadResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
30248
30248
|
readonly name: Schema.String;
|
|
30249
30249
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -30380,7 +30380,7 @@ export declare const readResourceV1beta2DeviceTaintRule: API.OperationMethod<{
|
|
|
30380
30380
|
readonly type: string;
|
|
30381
30381
|
}[] | undefined;
|
|
30382
30382
|
} | undefined;
|
|
30383
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
30383
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
30384
30384
|
export declare const ReadResourceV1beta2DeviceTaintRuleStatusInput: Schema.Struct<{
|
|
30385
30385
|
readonly name: Schema.String;
|
|
30386
30386
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -30517,7 +30517,7 @@ export declare const readResourceV1beta2DeviceTaintRuleStatus: API.OperationMeth
|
|
|
30517
30517
|
readonly type: string;
|
|
30518
30518
|
}[] | undefined;
|
|
30519
30519
|
} | undefined;
|
|
30520
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
30520
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
30521
30521
|
export declare const ReadResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
30522
30522
|
readonly name: Schema.String;
|
|
30523
30523
|
readonly namespace: Schema.String;
|
|
@@ -30885,7 +30885,7 @@ export declare const readResourceV1beta2NamespacedResourceClaim: API.OperationMe
|
|
|
30885
30885
|
readonly uid: string;
|
|
30886
30886
|
}[] | undefined;
|
|
30887
30887
|
} | undefined;
|
|
30888
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
30888
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
30889
30889
|
export declare const ReadResourceV1beta2NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
30890
30890
|
readonly name: Schema.String;
|
|
30891
30891
|
readonly namespace: Schema.String;
|
|
@@ -31253,7 +31253,7 @@ export declare const readResourceV1beta2NamespacedResourceClaimStatus: API.Opera
|
|
|
31253
31253
|
readonly uid: string;
|
|
31254
31254
|
}[] | undefined;
|
|
31255
31255
|
} | undefined;
|
|
31256
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
31256
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
31257
31257
|
export declare const ReadResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
31258
31258
|
readonly name: Schema.String;
|
|
31259
31259
|
readonly namespace: Schema.String;
|
|
@@ -31545,7 +31545,7 @@ export declare const readResourceV1beta2NamespacedResourceClaimTemplate: API.Ope
|
|
|
31545
31545
|
} | undefined;
|
|
31546
31546
|
};
|
|
31547
31547
|
};
|
|
31548
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
31548
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
31549
31549
|
export declare const ReadResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
31550
31550
|
readonly name: Schema.String;
|
|
31551
31551
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -31830,7 +31830,7 @@ export declare const readResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
31830
31830
|
readonly name: string;
|
|
31831
31831
|
}[] | undefined;
|
|
31832
31832
|
};
|
|
31833
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
31833
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
31834
31834
|
export declare const ReplaceResourceV1DeviceClassInput: Schema.Struct<{
|
|
31835
31835
|
readonly name: Schema.String;
|
|
31836
31836
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -32058,7 +32058,7 @@ export declare const replaceResourceV1DeviceClass: API.OperationMethod<{
|
|
|
32058
32058
|
} | undefined;
|
|
32059
32059
|
}[] | undefined;
|
|
32060
32060
|
};
|
|
32061
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
32061
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
32062
32062
|
export declare const ReplaceResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
32063
32063
|
readonly name: Schema.String;
|
|
32064
32064
|
readonly namespace: Schema.String;
|
|
@@ -32781,7 +32781,7 @@ export declare const replaceResourceV1NamespacedResourceClaim: API.OperationMeth
|
|
|
32781
32781
|
readonly uid: string;
|
|
32782
32782
|
}[] | undefined;
|
|
32783
32783
|
} | undefined;
|
|
32784
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
32784
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
32785
32785
|
export declare const ReplaceResourceV1NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
32786
32786
|
readonly name: Schema.String;
|
|
32787
32787
|
readonly namespace: Schema.String;
|
|
@@ -33504,7 +33504,7 @@ export declare const replaceResourceV1NamespacedResourceClaimStatus: API.Operati
|
|
|
33504
33504
|
readonly uid: string;
|
|
33505
33505
|
}[] | undefined;
|
|
33506
33506
|
} | undefined;
|
|
33507
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
33507
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
33508
33508
|
export declare const ReplaceResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
33509
33509
|
readonly name: Schema.String;
|
|
33510
33510
|
readonly namespace: Schema.String;
|
|
@@ -34075,7 +34075,7 @@ export declare const replaceResourceV1NamespacedResourceClaimTemplate: API.Opera
|
|
|
34075
34075
|
} | undefined;
|
|
34076
34076
|
};
|
|
34077
34077
|
};
|
|
34078
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
34078
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
34079
34079
|
export declare const ReplaceResourceV1ResourceSliceInput: Schema.Struct<{
|
|
34080
34080
|
readonly name: Schema.String;
|
|
34081
34081
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -34635,7 +34635,7 @@ export declare const replaceResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
34635
34635
|
readonly name: string;
|
|
34636
34636
|
}[] | undefined;
|
|
34637
34637
|
};
|
|
34638
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
34638
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
34639
34639
|
export declare const ReplaceResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
34640
34640
|
readonly name: Schema.String;
|
|
34641
34641
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -34899,7 +34899,7 @@ export declare const replaceResourceV1alpha3DeviceTaintRule: API.OperationMethod
|
|
|
34899
34899
|
readonly type: string;
|
|
34900
34900
|
}[] | undefined;
|
|
34901
34901
|
} | undefined;
|
|
34902
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
34902
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
34903
34903
|
export declare const ReplaceResourceV1alpha3DeviceTaintRuleStatusInput: Schema.Struct<{
|
|
34904
34904
|
readonly name: Schema.String;
|
|
34905
34905
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -35163,7 +35163,7 @@ export declare const replaceResourceV1alpha3DeviceTaintRuleStatus: API.Operation
|
|
|
35163
35163
|
readonly type: string;
|
|
35164
35164
|
}[] | undefined;
|
|
35165
35165
|
} | undefined;
|
|
35166
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
35166
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
35167
35167
|
export declare const ReplaceResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
35168
35168
|
readonly name: Schema.String;
|
|
35169
35169
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -35447,7 +35447,7 @@ export declare const replaceResourceV1alpha3ResourcePoolStatusRequest: API.Opera
|
|
|
35447
35447
|
readonly validationError?: string | undefined;
|
|
35448
35448
|
}[] | undefined;
|
|
35449
35449
|
} | undefined;
|
|
35450
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
35450
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
35451
35451
|
export declare const ReplaceResourceV1alpha3ResourcePoolStatusRequestStatusInput: Schema.Struct<{
|
|
35452
35452
|
readonly name: Schema.String;
|
|
35453
35453
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -35731,7 +35731,7 @@ export declare const replaceResourceV1alpha3ResourcePoolStatusRequestStatus: API
|
|
|
35731
35731
|
readonly validationError?: string | undefined;
|
|
35732
35732
|
}[] | undefined;
|
|
35733
35733
|
} | undefined;
|
|
35734
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
35734
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
35735
35735
|
export declare const ReplaceResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
35736
35736
|
readonly name: Schema.String;
|
|
35737
35737
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -35959,7 +35959,7 @@ export declare const replaceResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
35959
35959
|
} | undefined;
|
|
35960
35960
|
}[] | undefined;
|
|
35961
35961
|
};
|
|
35962
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
35962
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
35963
35963
|
export declare const ReplaceResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
35964
35964
|
readonly name: Schema.String;
|
|
35965
35965
|
readonly namespace: Schema.String;
|
|
@@ -36674,7 +36674,7 @@ export declare const replaceResourceV1beta1NamespacedResourceClaim: API.Operatio
|
|
|
36674
36674
|
readonly uid: string;
|
|
36675
36675
|
}[] | undefined;
|
|
36676
36676
|
} | undefined;
|
|
36677
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
36677
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
36678
36678
|
export declare const ReplaceResourceV1beta1NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
36679
36679
|
readonly name: Schema.String;
|
|
36680
36680
|
readonly namespace: Schema.String;
|
|
@@ -37389,7 +37389,7 @@ export declare const replaceResourceV1beta1NamespacedResourceClaimStatus: API.Op
|
|
|
37389
37389
|
readonly uid: string;
|
|
37390
37390
|
}[] | undefined;
|
|
37391
37391
|
} | undefined;
|
|
37392
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
37392
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
37393
37393
|
export declare const ReplaceResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
37394
37394
|
readonly name: Schema.String;
|
|
37395
37395
|
readonly namespace: Schema.String;
|
|
@@ -37952,7 +37952,7 @@ export declare const replaceResourceV1beta1NamespacedResourceClaimTemplate: API.
|
|
|
37952
37952
|
} | undefined;
|
|
37953
37953
|
};
|
|
37954
37954
|
};
|
|
37955
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
37955
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
37956
37956
|
export declare const ReplaceResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
37957
37957
|
readonly name: Schema.String;
|
|
37958
37958
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -38520,7 +38520,7 @@ export declare const replaceResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
38520
38520
|
readonly name: string;
|
|
38521
38521
|
}[] | undefined;
|
|
38522
38522
|
};
|
|
38523
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
38523
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
38524
38524
|
export declare const ReplaceResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
38525
38525
|
readonly name: Schema.String;
|
|
38526
38526
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -38748,7 +38748,7 @@ export declare const replaceResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
38748
38748
|
} | undefined;
|
|
38749
38749
|
}[] | undefined;
|
|
38750
38750
|
};
|
|
38751
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
38751
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
38752
38752
|
export declare const ReplaceResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
38753
38753
|
readonly name: Schema.String;
|
|
38754
38754
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -39012,7 +39012,7 @@ export declare const replaceResourceV1beta2DeviceTaintRule: API.OperationMethod<
|
|
|
39012
39012
|
readonly type: string;
|
|
39013
39013
|
}[] | undefined;
|
|
39014
39014
|
} | undefined;
|
|
39015
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
39015
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
39016
39016
|
export declare const ReplaceResourceV1beta2DeviceTaintRuleStatusInput: Schema.Struct<{
|
|
39017
39017
|
readonly name: Schema.String;
|
|
39018
39018
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -39276,7 +39276,7 @@ export declare const replaceResourceV1beta2DeviceTaintRuleStatus: API.OperationM
|
|
|
39276
39276
|
readonly type: string;
|
|
39277
39277
|
}[] | undefined;
|
|
39278
39278
|
} | undefined;
|
|
39279
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
39279
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
39280
39280
|
export declare const ReplaceResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
39281
39281
|
readonly name: Schema.String;
|
|
39282
39282
|
readonly namespace: Schema.String;
|
|
@@ -39999,7 +39999,7 @@ export declare const replaceResourceV1beta2NamespacedResourceClaim: API.Operatio
|
|
|
39999
39999
|
readonly uid: string;
|
|
40000
40000
|
}[] | undefined;
|
|
40001
40001
|
} | undefined;
|
|
40002
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
40002
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
40003
40003
|
export declare const ReplaceResourceV1beta2NamespacedResourceClaimStatusInput: Schema.Struct<{
|
|
40004
40004
|
readonly name: Schema.String;
|
|
40005
40005
|
readonly namespace: Schema.String;
|
|
@@ -40722,7 +40722,7 @@ export declare const replaceResourceV1beta2NamespacedResourceClaimStatus: API.Op
|
|
|
40722
40722
|
readonly uid: string;
|
|
40723
40723
|
}[] | undefined;
|
|
40724
40724
|
} | undefined;
|
|
40725
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
40725
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
40726
40726
|
export declare const ReplaceResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
40727
40727
|
readonly name: Schema.String;
|
|
40728
40728
|
readonly namespace: Schema.String;
|
|
@@ -41293,7 +41293,7 @@ export declare const replaceResourceV1beta2NamespacedResourceClaimTemplate: API.
|
|
|
41293
41293
|
} | undefined;
|
|
41294
41294
|
};
|
|
41295
41295
|
};
|
|
41296
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
41296
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
41297
41297
|
export declare const ReplaceResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
41298
41298
|
readonly name: Schema.String;
|
|
41299
41299
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -41853,7 +41853,7 @@ export declare const replaceResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
41853
41853
|
readonly name: string;
|
|
41854
41854
|
}[] | undefined;
|
|
41855
41855
|
};
|
|
41856
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
41856
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
41857
41857
|
export declare const WatchResourceV1DeviceClassInput: Schema.Struct<{
|
|
41858
41858
|
readonly name: Schema.String;
|
|
41859
41859
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -41950,7 +41950,7 @@ export declare const watchResourceV1DeviceClass: API.OperationMethod<{
|
|
|
41950
41950
|
}, {
|
|
41951
41951
|
readonly object: unknown;
|
|
41952
41952
|
readonly type: string;
|
|
41953
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
41953
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
41954
41954
|
export declare const WatchResourceV1DeviceClassListInput: Schema.Struct<{
|
|
41955
41955
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
41956
41956
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -42044,7 +42044,7 @@ export declare const watchResourceV1DeviceClassList: API.OperationMethod<{
|
|
|
42044
42044
|
}, {
|
|
42045
42045
|
readonly object: unknown;
|
|
42046
42046
|
readonly type: string;
|
|
42047
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42047
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42048
42048
|
export declare const WatchResourceV1NamespacedResourceClaimInput: Schema.Struct<{
|
|
42049
42049
|
readonly name: Schema.String;
|
|
42050
42050
|
readonly namespace: Schema.String;
|
|
@@ -42144,7 +42144,7 @@ export declare const watchResourceV1NamespacedResourceClaim: API.OperationMethod
|
|
|
42144
42144
|
}, {
|
|
42145
42145
|
readonly object: unknown;
|
|
42146
42146
|
readonly type: string;
|
|
42147
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42147
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42148
42148
|
export declare const WatchResourceV1NamespacedResourceClaimListInput: Schema.Struct<{
|
|
42149
42149
|
readonly namespace: Schema.String;
|
|
42150
42150
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -42241,7 +42241,7 @@ export declare const watchResourceV1NamespacedResourceClaimList: API.OperationMe
|
|
|
42241
42241
|
}, {
|
|
42242
42242
|
readonly object: unknown;
|
|
42243
42243
|
readonly type: string;
|
|
42244
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42244
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42245
42245
|
export declare const WatchResourceV1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
42246
42246
|
readonly name: Schema.String;
|
|
42247
42247
|
readonly namespace: Schema.String;
|
|
@@ -42341,7 +42341,7 @@ export declare const watchResourceV1NamespacedResourceClaimTemplate: API.Operati
|
|
|
42341
42341
|
}, {
|
|
42342
42342
|
readonly object: unknown;
|
|
42343
42343
|
readonly type: string;
|
|
42344
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42344
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42345
42345
|
export declare const WatchResourceV1NamespacedResourceClaimTemplateListInput: Schema.Struct<{
|
|
42346
42346
|
readonly namespace: Schema.String;
|
|
42347
42347
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -42438,7 +42438,7 @@ export declare const watchResourceV1NamespacedResourceClaimTemplateList: API.Ope
|
|
|
42438
42438
|
}, {
|
|
42439
42439
|
readonly object: unknown;
|
|
42440
42440
|
readonly type: string;
|
|
42441
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42441
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42442
42442
|
export declare const WatchResourceV1ResourceClaimListForAllNamespacesInput: Schema.Struct<{
|
|
42443
42443
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
42444
42444
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -42532,7 +42532,7 @@ export declare const watchResourceV1ResourceClaimListForAllNamespaces: API.Opera
|
|
|
42532
42532
|
}, {
|
|
42533
42533
|
readonly object: unknown;
|
|
42534
42534
|
readonly type: string;
|
|
42535
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42535
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42536
42536
|
export declare const WatchResourceV1ResourceClaimTemplateListForAllNamespacesInput: Schema.Struct<{
|
|
42537
42537
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
42538
42538
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -42626,7 +42626,7 @@ export declare const watchResourceV1ResourceClaimTemplateListForAllNamespaces: A
|
|
|
42626
42626
|
}, {
|
|
42627
42627
|
readonly object: unknown;
|
|
42628
42628
|
readonly type: string;
|
|
42629
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42629
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42630
42630
|
export declare const WatchResourceV1ResourceSliceInput: Schema.Struct<{
|
|
42631
42631
|
readonly name: Schema.String;
|
|
42632
42632
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -42723,7 +42723,7 @@ export declare const watchResourceV1ResourceSlice: API.OperationMethod<{
|
|
|
42723
42723
|
}, {
|
|
42724
42724
|
readonly object: unknown;
|
|
42725
42725
|
readonly type: string;
|
|
42726
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42726
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42727
42727
|
export declare const WatchResourceV1ResourceSliceListInput: Schema.Struct<{
|
|
42728
42728
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
42729
42729
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -42817,7 +42817,7 @@ export declare const watchResourceV1ResourceSliceList: API.OperationMethod<{
|
|
|
42817
42817
|
}, {
|
|
42818
42818
|
readonly object: unknown;
|
|
42819
42819
|
readonly type: string;
|
|
42820
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42820
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42821
42821
|
export declare const WatchResourceV1alpha3DeviceTaintRuleInput: Schema.Struct<{
|
|
42822
42822
|
readonly name: Schema.String;
|
|
42823
42823
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -42914,7 +42914,7 @@ export declare const watchResourceV1alpha3DeviceTaintRule: API.OperationMethod<{
|
|
|
42914
42914
|
}, {
|
|
42915
42915
|
readonly object: unknown;
|
|
42916
42916
|
readonly type: string;
|
|
42917
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
42917
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
42918
42918
|
export declare const WatchResourceV1alpha3DeviceTaintRuleListInput: Schema.Struct<{
|
|
42919
42919
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
42920
42920
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -43008,7 +43008,7 @@ export declare const watchResourceV1alpha3DeviceTaintRuleList: API.OperationMeth
|
|
|
43008
43008
|
}, {
|
|
43009
43009
|
readonly object: unknown;
|
|
43010
43010
|
readonly type: string;
|
|
43011
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43011
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43012
43012
|
export declare const WatchResourceV1alpha3ResourcePoolStatusRequestInput: Schema.Struct<{
|
|
43013
43013
|
readonly name: Schema.String;
|
|
43014
43014
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -43105,7 +43105,7 @@ export declare const watchResourceV1alpha3ResourcePoolStatusRequest: API.Operati
|
|
|
43105
43105
|
}, {
|
|
43106
43106
|
readonly object: unknown;
|
|
43107
43107
|
readonly type: string;
|
|
43108
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43108
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43109
43109
|
export declare const WatchResourceV1alpha3ResourcePoolStatusRequestListInput: Schema.Struct<{
|
|
43110
43110
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
43111
43111
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -43199,7 +43199,7 @@ export declare const watchResourceV1alpha3ResourcePoolStatusRequestList: API.Ope
|
|
|
43199
43199
|
}, {
|
|
43200
43200
|
readonly object: unknown;
|
|
43201
43201
|
readonly type: string;
|
|
43202
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43202
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43203
43203
|
export declare const WatchResourceV1beta1DeviceClassInput: Schema.Struct<{
|
|
43204
43204
|
readonly name: Schema.String;
|
|
43205
43205
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -43296,7 +43296,7 @@ export declare const watchResourceV1beta1DeviceClass: API.OperationMethod<{
|
|
|
43296
43296
|
}, {
|
|
43297
43297
|
readonly object: unknown;
|
|
43298
43298
|
readonly type: string;
|
|
43299
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43299
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43300
43300
|
export declare const WatchResourceV1beta1DeviceClassListInput: Schema.Struct<{
|
|
43301
43301
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
43302
43302
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -43390,7 +43390,7 @@ export declare const watchResourceV1beta1DeviceClassList: API.OperationMethod<{
|
|
|
43390
43390
|
}, {
|
|
43391
43391
|
readonly object: unknown;
|
|
43392
43392
|
readonly type: string;
|
|
43393
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43393
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43394
43394
|
export declare const WatchResourceV1beta1NamespacedResourceClaimInput: Schema.Struct<{
|
|
43395
43395
|
readonly name: Schema.String;
|
|
43396
43396
|
readonly namespace: Schema.String;
|
|
@@ -43490,7 +43490,7 @@ export declare const watchResourceV1beta1NamespacedResourceClaim: API.OperationM
|
|
|
43490
43490
|
}, {
|
|
43491
43491
|
readonly object: unknown;
|
|
43492
43492
|
readonly type: string;
|
|
43493
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43493
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43494
43494
|
export declare const WatchResourceV1beta1NamespacedResourceClaimListInput: Schema.Struct<{
|
|
43495
43495
|
readonly namespace: Schema.String;
|
|
43496
43496
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -43587,7 +43587,7 @@ export declare const watchResourceV1beta1NamespacedResourceClaimList: API.Operat
|
|
|
43587
43587
|
}, {
|
|
43588
43588
|
readonly object: unknown;
|
|
43589
43589
|
readonly type: string;
|
|
43590
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43590
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43591
43591
|
export declare const WatchResourceV1beta1NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
43592
43592
|
readonly name: Schema.String;
|
|
43593
43593
|
readonly namespace: Schema.String;
|
|
@@ -43687,7 +43687,7 @@ export declare const watchResourceV1beta1NamespacedResourceClaimTemplate: API.Op
|
|
|
43687
43687
|
}, {
|
|
43688
43688
|
readonly object: unknown;
|
|
43689
43689
|
readonly type: string;
|
|
43690
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43690
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43691
43691
|
export declare const WatchResourceV1beta1NamespacedResourceClaimTemplateListInput: Schema.Struct<{
|
|
43692
43692
|
readonly namespace: Schema.String;
|
|
43693
43693
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -43784,7 +43784,7 @@ export declare const watchResourceV1beta1NamespacedResourceClaimTemplateList: AP
|
|
|
43784
43784
|
}, {
|
|
43785
43785
|
readonly object: unknown;
|
|
43786
43786
|
readonly type: string;
|
|
43787
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43787
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43788
43788
|
export declare const WatchResourceV1beta1ResourceClaimListForAllNamespacesInput: Schema.Struct<{
|
|
43789
43789
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
43790
43790
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -43878,7 +43878,7 @@ export declare const watchResourceV1beta1ResourceClaimListForAllNamespaces: API.
|
|
|
43878
43878
|
}, {
|
|
43879
43879
|
readonly object: unknown;
|
|
43880
43880
|
readonly type: string;
|
|
43881
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43881
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43882
43882
|
export declare const WatchResourceV1beta1ResourceClaimTemplateListForAllNamespacesInput: Schema.Struct<{
|
|
43883
43883
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
43884
43884
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -43972,7 +43972,7 @@ export declare const watchResourceV1beta1ResourceClaimTemplateListForAllNamespac
|
|
|
43972
43972
|
}, {
|
|
43973
43973
|
readonly object: unknown;
|
|
43974
43974
|
readonly type: string;
|
|
43975
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
43975
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
43976
43976
|
export declare const WatchResourceV1beta1ResourceSliceInput: Schema.Struct<{
|
|
43977
43977
|
readonly name: Schema.String;
|
|
43978
43978
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -44069,7 +44069,7 @@ export declare const watchResourceV1beta1ResourceSlice: API.OperationMethod<{
|
|
|
44069
44069
|
}, {
|
|
44070
44070
|
readonly object: unknown;
|
|
44071
44071
|
readonly type: string;
|
|
44072
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44072
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44073
44073
|
export declare const WatchResourceV1beta1ResourceSliceListInput: Schema.Struct<{
|
|
44074
44074
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
44075
44075
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -44163,7 +44163,7 @@ export declare const watchResourceV1beta1ResourceSliceList: API.OperationMethod<
|
|
|
44163
44163
|
}, {
|
|
44164
44164
|
readonly object: unknown;
|
|
44165
44165
|
readonly type: string;
|
|
44166
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44166
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44167
44167
|
export declare const WatchResourceV1beta2DeviceClassInput: Schema.Struct<{
|
|
44168
44168
|
readonly name: Schema.String;
|
|
44169
44169
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -44260,7 +44260,7 @@ export declare const watchResourceV1beta2DeviceClass: API.OperationMethod<{
|
|
|
44260
44260
|
}, {
|
|
44261
44261
|
readonly object: unknown;
|
|
44262
44262
|
readonly type: string;
|
|
44263
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44263
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44264
44264
|
export declare const WatchResourceV1beta2DeviceClassListInput: Schema.Struct<{
|
|
44265
44265
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
44266
44266
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -44354,7 +44354,7 @@ export declare const watchResourceV1beta2DeviceClassList: API.OperationMethod<{
|
|
|
44354
44354
|
}, {
|
|
44355
44355
|
readonly object: unknown;
|
|
44356
44356
|
readonly type: string;
|
|
44357
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44357
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44358
44358
|
export declare const WatchResourceV1beta2DeviceTaintRuleInput: Schema.Struct<{
|
|
44359
44359
|
readonly name: Schema.String;
|
|
44360
44360
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -44451,7 +44451,7 @@ export declare const watchResourceV1beta2DeviceTaintRule: API.OperationMethod<{
|
|
|
44451
44451
|
}, {
|
|
44452
44452
|
readonly object: unknown;
|
|
44453
44453
|
readonly type: string;
|
|
44454
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44454
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44455
44455
|
export declare const WatchResourceV1beta2DeviceTaintRuleListInput: Schema.Struct<{
|
|
44456
44456
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
44457
44457
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -44545,7 +44545,7 @@ export declare const watchResourceV1beta2DeviceTaintRuleList: API.OperationMetho
|
|
|
44545
44545
|
}, {
|
|
44546
44546
|
readonly object: unknown;
|
|
44547
44547
|
readonly type: string;
|
|
44548
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44548
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44549
44549
|
export declare const WatchResourceV1beta2NamespacedResourceClaimInput: Schema.Struct<{
|
|
44550
44550
|
readonly name: Schema.String;
|
|
44551
44551
|
readonly namespace: Schema.String;
|
|
@@ -44645,7 +44645,7 @@ export declare const watchResourceV1beta2NamespacedResourceClaim: API.OperationM
|
|
|
44645
44645
|
}, {
|
|
44646
44646
|
readonly object: unknown;
|
|
44647
44647
|
readonly type: string;
|
|
44648
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44648
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44649
44649
|
export declare const WatchResourceV1beta2NamespacedResourceClaimListInput: Schema.Struct<{
|
|
44650
44650
|
readonly namespace: Schema.String;
|
|
44651
44651
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -44742,7 +44742,7 @@ export declare const watchResourceV1beta2NamespacedResourceClaimList: API.Operat
|
|
|
44742
44742
|
}, {
|
|
44743
44743
|
readonly object: unknown;
|
|
44744
44744
|
readonly type: string;
|
|
44745
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44745
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44746
44746
|
export declare const WatchResourceV1beta2NamespacedResourceClaimTemplateInput: Schema.Struct<{
|
|
44747
44747
|
readonly name: Schema.String;
|
|
44748
44748
|
readonly namespace: Schema.String;
|
|
@@ -44842,7 +44842,7 @@ export declare const watchResourceV1beta2NamespacedResourceClaimTemplate: API.Op
|
|
|
44842
44842
|
}, {
|
|
44843
44843
|
readonly object: unknown;
|
|
44844
44844
|
readonly type: string;
|
|
44845
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44845
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44846
44846
|
export declare const WatchResourceV1beta2NamespacedResourceClaimTemplateListInput: Schema.Struct<{
|
|
44847
44847
|
readonly namespace: Schema.String;
|
|
44848
44848
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -44939,7 +44939,7 @@ export declare const watchResourceV1beta2NamespacedResourceClaimTemplateList: AP
|
|
|
44939
44939
|
}, {
|
|
44940
44940
|
readonly object: unknown;
|
|
44941
44941
|
readonly type: string;
|
|
44942
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
44942
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
44943
44943
|
export declare const WatchResourceV1beta2ResourceClaimListForAllNamespacesInput: Schema.Struct<{
|
|
44944
44944
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
44945
44945
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -45033,7 +45033,7 @@ export declare const watchResourceV1beta2ResourceClaimListForAllNamespaces: API.
|
|
|
45033
45033
|
}, {
|
|
45034
45034
|
readonly object: unknown;
|
|
45035
45035
|
readonly type: string;
|
|
45036
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
45036
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
45037
45037
|
export declare const WatchResourceV1beta2ResourceClaimTemplateListForAllNamespacesInput: Schema.Struct<{
|
|
45038
45038
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
45039
45039
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -45127,7 +45127,7 @@ export declare const watchResourceV1beta2ResourceClaimTemplateListForAllNamespac
|
|
|
45127
45127
|
}, {
|
|
45128
45128
|
readonly object: unknown;
|
|
45129
45129
|
readonly type: string;
|
|
45130
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
45130
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
45131
45131
|
export declare const WatchResourceV1beta2ResourceSliceInput: Schema.Struct<{
|
|
45132
45132
|
readonly name: Schema.String;
|
|
45133
45133
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -45224,7 +45224,7 @@ export declare const watchResourceV1beta2ResourceSlice: API.OperationMethod<{
|
|
|
45224
45224
|
}, {
|
|
45225
45225
|
readonly object: unknown;
|
|
45226
45226
|
readonly type: string;
|
|
45227
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
45227
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
45228
45228
|
export declare const WatchResourceV1beta2ResourceSliceListInput: Schema.Struct<{
|
|
45229
45229
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
45230
45230
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -45318,5 +45318,5 @@ export declare const watchResourceV1beta2ResourceSliceList: API.OperationMethod<
|
|
|
45318
45318
|
}, {
|
|
45319
45319
|
readonly object: unknown;
|
|
45320
45320
|
readonly type: string;
|
|
45321
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
45321
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
45322
45322
|
//# sourceMappingURL=resource.d.ts.map
|