@distilled.cloud/kubernetes 0.25.1 → 0.26.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
|
@@ -239,7 +239,7 @@ export declare const createStorageV1CSIDriver: API.OperationMethod<{
|
|
|
239
239
|
}[] | undefined;
|
|
240
240
|
readonly volumeLifecycleModes?: readonly string[] | undefined;
|
|
241
241
|
};
|
|
242
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
242
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
243
243
|
export declare const CreateStorageV1CSINodeInput: Schema.Struct<{
|
|
244
244
|
readonly pretty: Schema.optional<Schema.String>;
|
|
245
245
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -448,7 +448,7 @@ export declare const createStorageV1CSINode: API.OperationMethod<{
|
|
|
448
448
|
readonly topologyKeys?: readonly string[] | undefined;
|
|
449
449
|
}[];
|
|
450
450
|
};
|
|
451
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
451
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
452
452
|
export declare const CreateStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
453
453
|
readonly namespace: Schema.String;
|
|
454
454
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -668,7 +668,7 @@ export declare const createStorageV1NamespacedCSIStorageCapacity: API.OperationM
|
|
|
668
668
|
} | undefined;
|
|
669
669
|
} | undefined;
|
|
670
670
|
readonly storageClassName: string;
|
|
671
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
671
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
672
672
|
export declare const CreateStorageV1StorageClassInput: Schema.Struct<{
|
|
673
673
|
readonly pretty: Schema.optional<Schema.String>;
|
|
674
674
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -889,7 +889,7 @@ export declare const createStorageV1StorageClass: API.OperationMethod<{
|
|
|
889
889
|
readonly provisioner: string;
|
|
890
890
|
readonly reclaimPolicy?: string | undefined;
|
|
891
891
|
readonly volumeBindingMode?: string | undefined;
|
|
892
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
892
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
893
893
|
export declare const CreateStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
894
894
|
readonly pretty: Schema.optional<Schema.String>;
|
|
895
895
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2074,7 +2074,7 @@ export declare const createStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
2074
2074
|
readonly time?: string | undefined;
|
|
2075
2075
|
} | undefined;
|
|
2076
2076
|
} | undefined;
|
|
2077
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2077
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2078
2078
|
export declare const CreateStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
2079
2079
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2080
2080
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2255,7 +2255,7 @@ export declare const createStorageV1VolumeAttributesClass: API.OperationMethod<{
|
|
|
2255
2255
|
readonly parameters?: {
|
|
2256
2256
|
readonly [x: string]: string;
|
|
2257
2257
|
} | undefined;
|
|
2258
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2258
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2259
2259
|
export declare const CreateStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
2260
2260
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2261
2261
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2436,7 +2436,7 @@ export declare const createStorageV1beta1VolumeAttributesClass: API.OperationMet
|
|
|
2436
2436
|
readonly parameters?: {
|
|
2437
2437
|
readonly [x: string]: string;
|
|
2438
2438
|
} | undefined;
|
|
2439
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2439
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2440
2440
|
export declare const DeleteStorageV1CSIDriverInput: Schema.Struct<{
|
|
2441
2441
|
readonly name: Schema.String;
|
|
2442
2442
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2586,7 +2586,7 @@ export declare const deleteStorageV1CSIDriver: API.OperationMethod<{
|
|
|
2586
2586
|
}[] | undefined;
|
|
2587
2587
|
readonly volumeLifecycleModes?: readonly string[] | undefined;
|
|
2588
2588
|
};
|
|
2589
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
2589
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
2590
2590
|
export declare const DeleteStorageV1CSINodeInput: Schema.Struct<{
|
|
2591
2591
|
readonly name: Schema.String;
|
|
2592
2592
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -2724,7 +2724,7 @@ export declare const deleteStorageV1CSINode: API.OperationMethod<{
|
|
|
2724
2724
|
readonly topologyKeys?: readonly string[] | undefined;
|
|
2725
2725
|
}[];
|
|
2726
2726
|
};
|
|
2727
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
2727
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
2728
2728
|
export declare const DeleteStorageV1CollectionCSIDriverInput: Schema.Struct<{
|
|
2729
2729
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2730
2730
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -2889,7 +2889,7 @@ export declare const deleteStorageV1CollectionCSIDriver: API.OperationMethod<{
|
|
|
2889
2889
|
} | undefined;
|
|
2890
2890
|
readonly reason?: string | undefined;
|
|
2891
2891
|
readonly status?: string | undefined;
|
|
2892
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
2892
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
2893
2893
|
export declare const DeleteStorageV1CollectionCSINodeInput: Schema.Struct<{
|
|
2894
2894
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2895
2895
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -3054,7 +3054,7 @@ export declare const deleteStorageV1CollectionCSINode: API.OperationMethod<{
|
|
|
3054
3054
|
} | undefined;
|
|
3055
3055
|
readonly reason?: string | undefined;
|
|
3056
3056
|
readonly status?: string | undefined;
|
|
3057
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
3057
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
3058
3058
|
export declare const DeleteStorageV1CollectionNamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
3059
3059
|
readonly namespace: Schema.String;
|
|
3060
3060
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -3222,7 +3222,7 @@ export declare const deleteStorageV1CollectionNamespacedCSIStorageCapacity: API.
|
|
|
3222
3222
|
} | undefined;
|
|
3223
3223
|
readonly reason?: string | undefined;
|
|
3224
3224
|
readonly status?: string | undefined;
|
|
3225
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
3225
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
3226
3226
|
export declare const DeleteStorageV1CollectionStorageClassInput: Schema.Struct<{
|
|
3227
3227
|
readonly pretty: Schema.optional<Schema.String>;
|
|
3228
3228
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -3387,7 +3387,7 @@ export declare const deleteStorageV1CollectionStorageClass: API.OperationMethod<
|
|
|
3387
3387
|
} | undefined;
|
|
3388
3388
|
readonly reason?: string | undefined;
|
|
3389
3389
|
readonly status?: string | undefined;
|
|
3390
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
3390
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
3391
3391
|
export declare const DeleteStorageV1CollectionVolumeAttachmentInput: Schema.Struct<{
|
|
3392
3392
|
readonly pretty: Schema.optional<Schema.String>;
|
|
3393
3393
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -3552,7 +3552,7 @@ export declare const deleteStorageV1CollectionVolumeAttachment: API.OperationMet
|
|
|
3552
3552
|
} | undefined;
|
|
3553
3553
|
readonly reason?: string | undefined;
|
|
3554
3554
|
readonly status?: string | undefined;
|
|
3555
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
3555
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
3556
3556
|
export declare const DeleteStorageV1CollectionVolumeAttributesClassInput: Schema.Struct<{
|
|
3557
3557
|
readonly pretty: Schema.optional<Schema.String>;
|
|
3558
3558
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -3717,7 +3717,7 @@ export declare const deleteStorageV1CollectionVolumeAttributesClass: API.Operati
|
|
|
3717
3717
|
} | undefined;
|
|
3718
3718
|
readonly reason?: string | undefined;
|
|
3719
3719
|
readonly status?: string | undefined;
|
|
3720
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
3720
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
3721
3721
|
export declare const DeleteStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
3722
3722
|
readonly name: Schema.String;
|
|
3723
3723
|
readonly namespace: Schema.String;
|
|
@@ -3820,7 +3820,7 @@ export declare const deleteStorageV1NamespacedCSIStorageCapacity: API.OperationM
|
|
|
3820
3820
|
} | undefined;
|
|
3821
3821
|
readonly reason?: string | undefined;
|
|
3822
3822
|
readonly status?: string | undefined;
|
|
3823
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
3823
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
3824
3824
|
export declare const DeleteStorageV1StorageClassInput: Schema.Struct<{
|
|
3825
3825
|
readonly name: Schema.String;
|
|
3826
3826
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -3964,7 +3964,7 @@ export declare const deleteStorageV1StorageClass: API.OperationMethod<{
|
|
|
3964
3964
|
readonly provisioner: string;
|
|
3965
3965
|
readonly reclaimPolicy?: string | undefined;
|
|
3966
3966
|
readonly volumeBindingMode?: string | undefined;
|
|
3967
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
3967
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
3968
3968
|
export declare const DeleteStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
3969
3969
|
readonly name: Schema.String;
|
|
3970
3970
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -4590,7 +4590,7 @@ export declare const deleteStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
4590
4590
|
readonly time?: string | undefined;
|
|
4591
4591
|
} | undefined;
|
|
4592
4592
|
} | undefined;
|
|
4593
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
4593
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
4594
4594
|
export declare const DeleteStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
4595
4595
|
readonly name: Schema.String;
|
|
4596
4596
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -4714,7 +4714,7 @@ export declare const deleteStorageV1VolumeAttributesClass: API.OperationMethod<{
|
|
|
4714
4714
|
readonly parameters?: {
|
|
4715
4715
|
readonly [x: string]: string;
|
|
4716
4716
|
} | undefined;
|
|
4717
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
4717
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
4718
4718
|
export declare const DeleteStorageV1beta1CollectionVolumeAttributesClassInput: Schema.Struct<{
|
|
4719
4719
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4720
4720
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4879,7 +4879,7 @@ export declare const deleteStorageV1beta1CollectionVolumeAttributesClass: API.Op
|
|
|
4879
4879
|
} | undefined;
|
|
4880
4880
|
readonly reason?: string | undefined;
|
|
4881
4881
|
readonly status?: string | undefined;
|
|
4882
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4882
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4883
4883
|
export declare const DeleteStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
4884
4884
|
readonly name: Schema.String;
|
|
4885
4885
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5003,7 +5003,7 @@ export declare const deleteStorageV1beta1VolumeAttributesClass: API.OperationMet
|
|
|
5003
5003
|
readonly parameters?: {
|
|
5004
5004
|
readonly [x: string]: string;
|
|
5005
5005
|
} | undefined;
|
|
5006
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5006
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5007
5007
|
export declare const GetStorageAPIGroupInput: Schema.Struct<{}>;
|
|
5008
5008
|
export type GetStorageAPIGroupInput = typeof GetStorageAPIGroupInput.Type;
|
|
5009
5009
|
export declare const GetStorageAPIGroupOutput: Schema.Struct<{
|
|
@@ -5043,7 +5043,7 @@ export declare const getStorageAPIGroup: API.OperationMethod<{}, {
|
|
|
5043
5043
|
readonly groupVersion: string;
|
|
5044
5044
|
readonly version: string;
|
|
5045
5045
|
}[];
|
|
5046
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5046
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5047
5047
|
export declare const GetStorageV1APIResourcesInput: Schema.Struct<{}>;
|
|
5048
5048
|
export type GetStorageV1APIResourcesInput = typeof GetStorageV1APIResourcesInput.Type;
|
|
5049
5049
|
export declare const GetStorageV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -5083,7 +5083,7 @@ export declare const getStorageV1APIResources: API.OperationMethod<{}, {
|
|
|
5083
5083
|
readonly verbs: readonly string[];
|
|
5084
5084
|
readonly version?: string | undefined;
|
|
5085
5085
|
}[];
|
|
5086
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5086
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5087
5087
|
export declare const GetStorageV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
5088
5088
|
export type GetStorageV1beta1APIResourcesInput = typeof GetStorageV1beta1APIResourcesInput.Type;
|
|
5089
5089
|
export declare const GetStorageV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -5123,7 +5123,7 @@ export declare const getStorageV1beta1APIResources: API.OperationMethod<{}, {
|
|
|
5123
5123
|
readonly verbs: readonly string[];
|
|
5124
5124
|
readonly version?: string | undefined;
|
|
5125
5125
|
}[];
|
|
5126
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5126
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5127
5127
|
export declare const ListStorageV1CSIDriverInput: Schema.Struct<{
|
|
5128
5128
|
readonly pretty: Schema.optional<Schema.String>;
|
|
5129
5129
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -5343,7 +5343,7 @@ export declare const listStorageV1CSIDriver: API.OperationMethod<{
|
|
|
5343
5343
|
readonly selector: string;
|
|
5344
5344
|
} | undefined;
|
|
5345
5345
|
} | undefined;
|
|
5346
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5346
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5347
5347
|
export declare const ListStorageV1CSINodeInput: Schema.Struct<{
|
|
5348
5348
|
readonly pretty: Schema.optional<Schema.String>;
|
|
5349
5349
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -5551,7 +5551,7 @@ export declare const listStorageV1CSINode: API.OperationMethod<{
|
|
|
5551
5551
|
readonly selector: string;
|
|
5552
5552
|
} | undefined;
|
|
5553
5553
|
} | undefined;
|
|
5554
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5554
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5555
5555
|
export declare const ListStorageV1CSIStorageCapacityForAllNamespacesInput: Schema.Struct<{
|
|
5556
5556
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
5557
5557
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -5763,7 +5763,7 @@ export declare const listStorageV1CSIStorageCapacityForAllNamespaces: API.Operat
|
|
|
5763
5763
|
readonly selector: string;
|
|
5764
5764
|
} | undefined;
|
|
5765
5765
|
} | undefined;
|
|
5766
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5766
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5767
5767
|
export declare const ListStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
5768
5768
|
readonly namespace: Schema.String;
|
|
5769
5769
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5978,7 +5978,7 @@ export declare const listStorageV1NamespacedCSIStorageCapacity: API.OperationMet
|
|
|
5978
5978
|
readonly selector: string;
|
|
5979
5979
|
} | undefined;
|
|
5980
5980
|
} | undefined;
|
|
5981
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5981
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5982
5982
|
export declare const ListStorageV1StorageClassInput: Schema.Struct<{
|
|
5983
5983
|
readonly pretty: Schema.optional<Schema.String>;
|
|
5984
5984
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -6192,7 +6192,7 @@ export declare const listStorageV1StorageClass: API.OperationMethod<{
|
|
|
6192
6192
|
readonly selector: string;
|
|
6193
6193
|
} | undefined;
|
|
6194
6194
|
} | undefined;
|
|
6195
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6195
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6196
6196
|
export declare const ListStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
6197
6197
|
readonly pretty: Schema.optional<Schema.String>;
|
|
6198
6198
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -6888,7 +6888,7 @@ export declare const listStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
6888
6888
|
readonly selector: string;
|
|
6889
6889
|
} | undefined;
|
|
6890
6890
|
} | undefined;
|
|
6891
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6891
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6892
6892
|
export declare const ListStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
6893
6893
|
readonly pretty: Schema.optional<Schema.String>;
|
|
6894
6894
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -7082,7 +7082,7 @@ export declare const listStorageV1VolumeAttributesClass: API.OperationMethod<{
|
|
|
7082
7082
|
readonly selector: string;
|
|
7083
7083
|
} | undefined;
|
|
7084
7084
|
} | undefined;
|
|
7085
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7085
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7086
7086
|
export declare const ListStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
7087
7087
|
readonly pretty: Schema.optional<Schema.String>;
|
|
7088
7088
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -7276,7 +7276,7 @@ export declare const listStorageV1beta1VolumeAttributesClass: API.OperationMetho
|
|
|
7276
7276
|
readonly selector: string;
|
|
7277
7277
|
} | undefined;
|
|
7278
7278
|
} | undefined;
|
|
7279
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7279
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7280
7280
|
export declare const PatchStorageV1CSIDriverInput: Schema.Struct<{
|
|
7281
7281
|
readonly name: Schema.String;
|
|
7282
7282
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -7411,7 +7411,7 @@ export declare const patchStorageV1CSIDriver: API.OperationMethod<{
|
|
|
7411
7411
|
}[] | undefined;
|
|
7412
7412
|
readonly volumeLifecycleModes?: readonly string[] | undefined;
|
|
7413
7413
|
};
|
|
7414
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7414
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
7415
7415
|
export declare const PatchStorageV1CSINodeInput: Schema.Struct<{
|
|
7416
7416
|
readonly name: Schema.String;
|
|
7417
7417
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -7534,7 +7534,7 @@ export declare const patchStorageV1CSINode: API.OperationMethod<{
|
|
|
7534
7534
|
readonly topologyKeys?: readonly string[] | undefined;
|
|
7535
7535
|
}[];
|
|
7536
7536
|
};
|
|
7537
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7537
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
7538
7538
|
export declare const PatchStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
7539
7539
|
readonly name: Schema.String;
|
|
7540
7540
|
readonly namespace: Schema.String;
|
|
@@ -7664,7 +7664,7 @@ export declare const patchStorageV1NamespacedCSIStorageCapacity: API.OperationMe
|
|
|
7664
7664
|
} | undefined;
|
|
7665
7665
|
} | undefined;
|
|
7666
7666
|
readonly storageClassName: string;
|
|
7667
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7667
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
7668
7668
|
export declare const PatchStorageV1StorageClassInput: Schema.Struct<{
|
|
7669
7669
|
readonly name: Schema.String;
|
|
7670
7670
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -7793,7 +7793,7 @@ export declare const patchStorageV1StorageClass: API.OperationMethod<{
|
|
|
7793
7793
|
readonly provisioner: string;
|
|
7794
7794
|
readonly reclaimPolicy?: string | undefined;
|
|
7795
7795
|
readonly volumeBindingMode?: string | undefined;
|
|
7796
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7796
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
7797
7797
|
export declare const PatchStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
7798
7798
|
readonly name: Schema.String;
|
|
7799
7799
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -8404,7 +8404,7 @@ export declare const patchStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
8404
8404
|
readonly time?: string | undefined;
|
|
8405
8405
|
} | undefined;
|
|
8406
8406
|
} | undefined;
|
|
8407
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
8407
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
8408
8408
|
export declare const PatchStorageV1VolumeAttachmentStatusInput: Schema.Struct<{
|
|
8409
8409
|
readonly name: Schema.String;
|
|
8410
8410
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9015,7 +9015,7 @@ export declare const patchStorageV1VolumeAttachmentStatus: API.OperationMethod<{
|
|
|
9015
9015
|
readonly time?: string | undefined;
|
|
9016
9016
|
} | undefined;
|
|
9017
9017
|
} | undefined;
|
|
9018
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
9018
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
9019
9019
|
export declare const PatchStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
9020
9020
|
readonly name: Schema.String;
|
|
9021
9021
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9124,7 +9124,7 @@ export declare const patchStorageV1VolumeAttributesClass: API.OperationMethod<{
|
|
|
9124
9124
|
readonly parameters?: {
|
|
9125
9125
|
readonly [x: string]: string;
|
|
9126
9126
|
} | undefined;
|
|
9127
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
9127
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
9128
9128
|
export declare const PatchStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
9129
9129
|
readonly name: Schema.String;
|
|
9130
9130
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9233,7 +9233,7 @@ export declare const patchStorageV1beta1VolumeAttributesClass: API.OperationMeth
|
|
|
9233
9233
|
readonly parameters?: {
|
|
9234
9234
|
readonly [x: string]: string;
|
|
9235
9235
|
} | undefined;
|
|
9236
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
9236
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
9237
9237
|
export declare const ReadStorageV1CSIDriverInput: Schema.Struct<{
|
|
9238
9238
|
readonly name: Schema.String;
|
|
9239
9239
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9356,7 +9356,7 @@ export declare const readStorageV1CSIDriver: API.OperationMethod<{
|
|
|
9356
9356
|
}[] | undefined;
|
|
9357
9357
|
readonly volumeLifecycleModes?: readonly string[] | undefined;
|
|
9358
9358
|
};
|
|
9359
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
9359
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
9360
9360
|
export declare const ReadStorageV1CSINodeInput: Schema.Struct<{
|
|
9361
9361
|
readonly name: Schema.String;
|
|
9362
9362
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9467,7 +9467,7 @@ export declare const readStorageV1CSINode: API.OperationMethod<{
|
|
|
9467
9467
|
readonly topologyKeys?: readonly string[] | undefined;
|
|
9468
9468
|
}[];
|
|
9469
9469
|
};
|
|
9470
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
9470
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
9471
9471
|
export declare const ReadStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
9472
9472
|
readonly name: Schema.String;
|
|
9473
9473
|
readonly namespace: Schema.String;
|
|
@@ -9585,7 +9585,7 @@ export declare const readStorageV1NamespacedCSIStorageCapacity: API.OperationMet
|
|
|
9585
9585
|
} | undefined;
|
|
9586
9586
|
} | undefined;
|
|
9587
9587
|
readonly storageClassName: string;
|
|
9588
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
9588
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
9589
9589
|
export declare const ReadStorageV1StorageClassInput: Schema.Struct<{
|
|
9590
9590
|
readonly name: Schema.String;
|
|
9591
9591
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -9702,7 +9702,7 @@ export declare const readStorageV1StorageClass: API.OperationMethod<{
|
|
|
9702
9702
|
readonly provisioner: string;
|
|
9703
9703
|
readonly reclaimPolicy?: string | undefined;
|
|
9704
9704
|
readonly volumeBindingMode?: string | undefined;
|
|
9705
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
9705
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
9706
9706
|
export declare const ReadStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
9707
9707
|
readonly name: Schema.String;
|
|
9708
9708
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10301,7 +10301,7 @@ export declare const readStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
10301
10301
|
readonly time?: string | undefined;
|
|
10302
10302
|
} | undefined;
|
|
10303
10303
|
} | undefined;
|
|
10304
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
10304
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
10305
10305
|
export declare const ReadStorageV1VolumeAttachmentStatusInput: Schema.Struct<{
|
|
10306
10306
|
readonly name: Schema.String;
|
|
10307
10307
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10900,7 +10900,7 @@ export declare const readStorageV1VolumeAttachmentStatus: API.OperationMethod<{
|
|
|
10900
10900
|
readonly time?: string | undefined;
|
|
10901
10901
|
} | undefined;
|
|
10902
10902
|
} | undefined;
|
|
10903
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
10903
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
10904
10904
|
export declare const ReadStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
10905
10905
|
readonly name: Schema.String;
|
|
10906
10906
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10997,7 +10997,7 @@ export declare const readStorageV1VolumeAttributesClass: API.OperationMethod<{
|
|
|
10997
10997
|
readonly parameters?: {
|
|
10998
10998
|
readonly [x: string]: string;
|
|
10999
10999
|
} | undefined;
|
|
11000
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
11000
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
11001
11001
|
export declare const ReadStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
11002
11002
|
readonly name: Schema.String;
|
|
11003
11003
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11094,7 +11094,7 @@ export declare const readStorageV1beta1VolumeAttributesClass: API.OperationMetho
|
|
|
11094
11094
|
readonly parameters?: {
|
|
11095
11095
|
readonly [x: string]: string;
|
|
11096
11096
|
} | undefined;
|
|
11097
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
11097
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
11098
11098
|
export declare const ReplaceStorageV1CSIDriverInput: Schema.Struct<{
|
|
11099
11099
|
readonly name: Schema.String;
|
|
11100
11100
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11330,7 +11330,7 @@ export declare const replaceStorageV1CSIDriver: API.OperationMethod<{
|
|
|
11330
11330
|
}[] | undefined;
|
|
11331
11331
|
readonly volumeLifecycleModes?: readonly string[] | undefined;
|
|
11332
11332
|
};
|
|
11333
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11333
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11334
11334
|
export declare const ReplaceStorageV1CSINodeInput: Schema.Struct<{
|
|
11335
11335
|
readonly name: Schema.String;
|
|
11336
11336
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11542,7 +11542,7 @@ export declare const replaceStorageV1CSINode: API.OperationMethod<{
|
|
|
11542
11542
|
readonly topologyKeys?: readonly string[] | undefined;
|
|
11543
11543
|
}[];
|
|
11544
11544
|
};
|
|
11545
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11545
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11546
11546
|
export declare const ReplaceStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
11547
11547
|
readonly name: Schema.String;
|
|
11548
11548
|
readonly namespace: Schema.String;
|
|
@@ -11765,7 +11765,7 @@ export declare const replaceStorageV1NamespacedCSIStorageCapacity: API.Operation
|
|
|
11765
11765
|
} | undefined;
|
|
11766
11766
|
} | undefined;
|
|
11767
11767
|
readonly storageClassName: string;
|
|
11768
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11768
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11769
11769
|
export declare const ReplaceStorageV1StorageClassInput: Schema.Struct<{
|
|
11770
11770
|
readonly name: Schema.String;
|
|
11771
11771
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11989,7 +11989,7 @@ export declare const replaceStorageV1StorageClass: API.OperationMethod<{
|
|
|
11989
11989
|
readonly provisioner: string;
|
|
11990
11990
|
readonly reclaimPolicy?: string | undefined;
|
|
11991
11991
|
readonly volumeBindingMode?: string | undefined;
|
|
11992
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11992
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11993
11993
|
export declare const ReplaceStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
11994
11994
|
readonly name: Schema.String;
|
|
11995
11995
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13177,7 +13177,7 @@ export declare const replaceStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
13177
13177
|
readonly time?: string | undefined;
|
|
13178
13178
|
} | undefined;
|
|
13179
13179
|
} | undefined;
|
|
13180
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
13180
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
13181
13181
|
export declare const ReplaceStorageV1VolumeAttachmentStatusInput: Schema.Struct<{
|
|
13182
13182
|
readonly name: Schema.String;
|
|
13183
13183
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14365,7 +14365,7 @@ export declare const replaceStorageV1VolumeAttachmentStatus: API.OperationMethod
|
|
|
14365
14365
|
readonly time?: string | undefined;
|
|
14366
14366
|
} | undefined;
|
|
14367
14367
|
} | undefined;
|
|
14368
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
14368
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
14369
14369
|
export declare const ReplaceStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
14370
14370
|
readonly name: Schema.String;
|
|
14371
14371
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14549,7 +14549,7 @@ export declare const replaceStorageV1VolumeAttributesClass: API.OperationMethod<
|
|
|
14549
14549
|
readonly parameters?: {
|
|
14550
14550
|
readonly [x: string]: string;
|
|
14551
14551
|
} | undefined;
|
|
14552
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
14552
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
14553
14553
|
export declare const ReplaceStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
14554
14554
|
readonly name: Schema.String;
|
|
14555
14555
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14733,7 +14733,7 @@ export declare const replaceStorageV1beta1VolumeAttributesClass: API.OperationMe
|
|
|
14733
14733
|
readonly parameters?: {
|
|
14734
14734
|
readonly [x: string]: string;
|
|
14735
14735
|
} | undefined;
|
|
14736
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
14736
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
14737
14737
|
export declare const WatchStorageV1CSIDriverInput: Schema.Struct<{
|
|
14738
14738
|
readonly name: Schema.String;
|
|
14739
14739
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -14830,7 +14830,7 @@ export declare const watchStorageV1CSIDriver: API.OperationMethod<{
|
|
|
14830
14830
|
}, {
|
|
14831
14831
|
readonly object: unknown;
|
|
14832
14832
|
readonly type: string;
|
|
14833
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
14833
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
14834
14834
|
export declare const WatchStorageV1CSIDriverListInput: Schema.Struct<{
|
|
14835
14835
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
14836
14836
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -14924,7 +14924,7 @@ export declare const watchStorageV1CSIDriverList: API.OperationMethod<{
|
|
|
14924
14924
|
}, {
|
|
14925
14925
|
readonly object: unknown;
|
|
14926
14926
|
readonly type: string;
|
|
14927
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
14927
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
14928
14928
|
export declare const WatchStorageV1CSINodeInput: Schema.Struct<{
|
|
14929
14929
|
readonly name: Schema.String;
|
|
14930
14930
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -15021,7 +15021,7 @@ export declare const watchStorageV1CSINode: API.OperationMethod<{
|
|
|
15021
15021
|
}, {
|
|
15022
15022
|
readonly object: unknown;
|
|
15023
15023
|
readonly type: string;
|
|
15024
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15024
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15025
15025
|
export declare const WatchStorageV1CSINodeListInput: Schema.Struct<{
|
|
15026
15026
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
15027
15027
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15115,7 +15115,7 @@ export declare const watchStorageV1CSINodeList: API.OperationMethod<{
|
|
|
15115
15115
|
}, {
|
|
15116
15116
|
readonly object: unknown;
|
|
15117
15117
|
readonly type: string;
|
|
15118
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15118
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15119
15119
|
export declare const WatchStorageV1CSIStorageCapacityListForAllNamespacesInput: Schema.Struct<{
|
|
15120
15120
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
15121
15121
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15209,7 +15209,7 @@ export declare const watchStorageV1CSIStorageCapacityListForAllNamespaces: API.O
|
|
|
15209
15209
|
}, {
|
|
15210
15210
|
readonly object: unknown;
|
|
15211
15211
|
readonly type: string;
|
|
15212
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15212
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15213
15213
|
export declare const WatchStorageV1NamespacedCSIStorageCapacityInput: Schema.Struct<{
|
|
15214
15214
|
readonly name: Schema.String;
|
|
15215
15215
|
readonly namespace: Schema.String;
|
|
@@ -15309,7 +15309,7 @@ export declare const watchStorageV1NamespacedCSIStorageCapacity: API.OperationMe
|
|
|
15309
15309
|
}, {
|
|
15310
15310
|
readonly object: unknown;
|
|
15311
15311
|
readonly type: string;
|
|
15312
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15312
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15313
15313
|
export declare const WatchStorageV1NamespacedCSIStorageCapacityListInput: Schema.Struct<{
|
|
15314
15314
|
readonly namespace: Schema.String;
|
|
15315
15315
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -15406,7 +15406,7 @@ export declare const watchStorageV1NamespacedCSIStorageCapacityList: API.Operati
|
|
|
15406
15406
|
}, {
|
|
15407
15407
|
readonly object: unknown;
|
|
15408
15408
|
readonly type: string;
|
|
15409
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15409
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15410
15410
|
export declare const WatchStorageV1StorageClassInput: Schema.Struct<{
|
|
15411
15411
|
readonly name: Schema.String;
|
|
15412
15412
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -15503,7 +15503,7 @@ export declare const watchStorageV1StorageClass: API.OperationMethod<{
|
|
|
15503
15503
|
}, {
|
|
15504
15504
|
readonly object: unknown;
|
|
15505
15505
|
readonly type: string;
|
|
15506
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15506
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15507
15507
|
export declare const WatchStorageV1StorageClassListInput: Schema.Struct<{
|
|
15508
15508
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
15509
15509
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15597,7 +15597,7 @@ export declare const watchStorageV1StorageClassList: API.OperationMethod<{
|
|
|
15597
15597
|
}, {
|
|
15598
15598
|
readonly object: unknown;
|
|
15599
15599
|
readonly type: string;
|
|
15600
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15600
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15601
15601
|
export declare const WatchStorageV1VolumeAttachmentInput: Schema.Struct<{
|
|
15602
15602
|
readonly name: Schema.String;
|
|
15603
15603
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -15694,7 +15694,7 @@ export declare const watchStorageV1VolumeAttachment: API.OperationMethod<{
|
|
|
15694
15694
|
}, {
|
|
15695
15695
|
readonly object: unknown;
|
|
15696
15696
|
readonly type: string;
|
|
15697
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15697
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15698
15698
|
export declare const WatchStorageV1VolumeAttachmentListInput: Schema.Struct<{
|
|
15699
15699
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
15700
15700
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15788,7 +15788,7 @@ export declare const watchStorageV1VolumeAttachmentList: API.OperationMethod<{
|
|
|
15788
15788
|
}, {
|
|
15789
15789
|
readonly object: unknown;
|
|
15790
15790
|
readonly type: string;
|
|
15791
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15791
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15792
15792
|
export declare const WatchStorageV1VolumeAttributesClassInput: Schema.Struct<{
|
|
15793
15793
|
readonly name: Schema.String;
|
|
15794
15794
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -15885,7 +15885,7 @@ export declare const watchStorageV1VolumeAttributesClass: API.OperationMethod<{
|
|
|
15885
15885
|
}, {
|
|
15886
15886
|
readonly object: unknown;
|
|
15887
15887
|
readonly type: string;
|
|
15888
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15888
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15889
15889
|
export declare const WatchStorageV1VolumeAttributesClassListInput: Schema.Struct<{
|
|
15890
15890
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
15891
15891
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -15979,7 +15979,7 @@ export declare const watchStorageV1VolumeAttributesClassList: API.OperationMetho
|
|
|
15979
15979
|
}, {
|
|
15980
15980
|
readonly object: unknown;
|
|
15981
15981
|
readonly type: string;
|
|
15982
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
15982
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
15983
15983
|
export declare const WatchStorageV1beta1VolumeAttributesClassInput: Schema.Struct<{
|
|
15984
15984
|
readonly name: Schema.String;
|
|
15985
15985
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -16076,7 +16076,7 @@ export declare const watchStorageV1beta1VolumeAttributesClass: API.OperationMeth
|
|
|
16076
16076
|
}, {
|
|
16077
16077
|
readonly object: unknown;
|
|
16078
16078
|
readonly type: string;
|
|
16079
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16079
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16080
16080
|
export declare const WatchStorageV1beta1VolumeAttributesClassListInput: Schema.Struct<{
|
|
16081
16081
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
16082
16082
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -16170,5 +16170,5 @@ export declare const watchStorageV1beta1VolumeAttributesClassList: API.Operation
|
|
|
16170
16170
|
}, {
|
|
16171
16171
|
readonly object: unknown;
|
|
16172
16172
|
readonly type: string;
|
|
16173
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
16173
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
16174
16174
|
//# sourceMappingURL=storage.d.ts.map
|