@distilled.cloud/kubernetes 0.12.7 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client/api.d.ts +5 -4
- package/lib/client/api.d.ts.map +1 -1
- package/lib/client/api.js.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 +4 -4
- package/src/client/api.ts +1 -1
package/lib/services/apps.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare const createAppsV1NamespacedControllerRevision: API.OperationMeth
|
|
|
101
101
|
readonly uid?: string | undefined;
|
|
102
102
|
} | undefined;
|
|
103
103
|
readonly revision: number;
|
|
104
|
-
}, Conflict | UnprocessableEntity,
|
|
104
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
105
105
|
export declare const CreateAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
106
106
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
107
107
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3176,7 +3176,7 @@ export declare const createAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
3176
3176
|
readonly observedGeneration?: number | undefined;
|
|
3177
3177
|
readonly updatedNumberScheduled?: number | undefined;
|
|
3178
3178
|
} | undefined;
|
|
3179
|
-
}, Conflict | UnprocessableEntity,
|
|
3179
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3180
3180
|
export declare const CreateAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
3181
3181
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3182
3182
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -6257,7 +6257,7 @@ export declare const createAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
6257
6257
|
readonly unavailableReplicas?: number | undefined;
|
|
6258
6258
|
readonly updatedReplicas?: number | undefined;
|
|
6259
6259
|
} | undefined;
|
|
6260
|
-
}, Conflict | UnprocessableEntity,
|
|
6260
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6261
6261
|
export declare const CreateAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
6262
6262
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
6263
6263
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -9312,7 +9312,7 @@ export declare const createAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
9312
9312
|
readonly replicas: number;
|
|
9313
9313
|
readonly terminatingReplicas?: number | undefined;
|
|
9314
9314
|
} | undefined;
|
|
9315
|
-
}, Conflict | UnprocessableEntity,
|
|
9315
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
9316
9316
|
export declare const CreateAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
9317
9317
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
9318
9318
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -12595,7 +12595,7 @@ export declare const createAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
12595
12595
|
readonly updateRevision?: string | undefined;
|
|
12596
12596
|
readonly updatedReplicas?: number | undefined;
|
|
12597
12597
|
} | undefined;
|
|
12598
|
-
}, Conflict | UnprocessableEntity,
|
|
12598
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
12599
12599
|
export declare const DeleteAppsV1CollectionNamespacedControllerRevisionInput: Schema.Struct<{
|
|
12600
12600
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
12601
12601
|
}>;
|
|
@@ -12665,7 +12665,7 @@ export declare const deleteAppsV1CollectionNamespacedControllerRevision: API.Ope
|
|
|
12665
12665
|
} | undefined;
|
|
12666
12666
|
readonly reason?: string | undefined;
|
|
12667
12667
|
readonly status?: string | undefined;
|
|
12668
|
-
}, never,
|
|
12668
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
12669
12669
|
export declare const DeleteAppsV1CollectionNamespacedDaemonSetInput: Schema.Struct<{
|
|
12670
12670
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
12671
12671
|
}>;
|
|
@@ -12735,7 +12735,7 @@ export declare const deleteAppsV1CollectionNamespacedDaemonSet: API.OperationMet
|
|
|
12735
12735
|
} | undefined;
|
|
12736
12736
|
readonly reason?: string | undefined;
|
|
12737
12737
|
readonly status?: string | undefined;
|
|
12738
|
-
}, never,
|
|
12738
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
12739
12739
|
export declare const DeleteAppsV1CollectionNamespacedDeploymentInput: Schema.Struct<{
|
|
12740
12740
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
12741
12741
|
}>;
|
|
@@ -12805,7 +12805,7 @@ export declare const deleteAppsV1CollectionNamespacedDeployment: API.OperationMe
|
|
|
12805
12805
|
} | undefined;
|
|
12806
12806
|
readonly reason?: string | undefined;
|
|
12807
12807
|
readonly status?: string | undefined;
|
|
12808
|
-
}, never,
|
|
12808
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
12809
12809
|
export declare const DeleteAppsV1CollectionNamespacedReplicaSetInput: Schema.Struct<{
|
|
12810
12810
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
12811
12811
|
}>;
|
|
@@ -12875,7 +12875,7 @@ export declare const deleteAppsV1CollectionNamespacedReplicaSet: API.OperationMe
|
|
|
12875
12875
|
} | undefined;
|
|
12876
12876
|
readonly reason?: string | undefined;
|
|
12877
12877
|
readonly status?: string | undefined;
|
|
12878
|
-
}, never,
|
|
12878
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
12879
12879
|
export declare const DeleteAppsV1CollectionNamespacedStatefulSetInput: Schema.Struct<{
|
|
12880
12880
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
12881
12881
|
}>;
|
|
@@ -12945,7 +12945,7 @@ export declare const deleteAppsV1CollectionNamespacedStatefulSet: API.OperationM
|
|
|
12945
12945
|
} | undefined;
|
|
12946
12946
|
readonly reason?: string | undefined;
|
|
12947
12947
|
readonly status?: string | undefined;
|
|
12948
|
-
}, never,
|
|
12948
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
12949
12949
|
export declare const DeleteAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
12950
12950
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
12951
12951
|
}>;
|
|
@@ -13015,7 +13015,7 @@ export declare const deleteAppsV1NamespacedControllerRevision: API.OperationMeth
|
|
|
13015
13015
|
} | undefined;
|
|
13016
13016
|
readonly reason?: string | undefined;
|
|
13017
13017
|
readonly status?: string | undefined;
|
|
13018
|
-
}, Conflict | NotFound,
|
|
13018
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13019
13019
|
export declare const DeleteAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
13020
13020
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
13021
13021
|
}>;
|
|
@@ -13085,7 +13085,7 @@ export declare const deleteAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
13085
13085
|
} | undefined;
|
|
13086
13086
|
readonly reason?: string | undefined;
|
|
13087
13087
|
readonly status?: string | undefined;
|
|
13088
|
-
}, Conflict | NotFound,
|
|
13088
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13089
13089
|
export declare const DeleteAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
13090
13090
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
13091
13091
|
}>;
|
|
@@ -13155,7 +13155,7 @@ export declare const deleteAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
13155
13155
|
} | undefined;
|
|
13156
13156
|
readonly reason?: string | undefined;
|
|
13157
13157
|
readonly status?: string | undefined;
|
|
13158
|
-
}, Conflict | NotFound,
|
|
13158
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13159
13159
|
export declare const DeleteAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
13160
13160
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
13161
13161
|
}>;
|
|
@@ -13225,7 +13225,7 @@ export declare const deleteAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
13225
13225
|
} | undefined;
|
|
13226
13226
|
readonly reason?: string | undefined;
|
|
13227
13227
|
readonly status?: string | undefined;
|
|
13228
|
-
}, Conflict | NotFound,
|
|
13228
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13229
13229
|
export declare const DeleteAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
13230
13230
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
13231
13231
|
}>;
|
|
@@ -13295,7 +13295,7 @@ export declare const deleteAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
13295
13295
|
} | undefined;
|
|
13296
13296
|
readonly reason?: string | undefined;
|
|
13297
13297
|
readonly status?: string | undefined;
|
|
13298
|
-
}, Conflict | NotFound,
|
|
13298
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
13299
13299
|
export declare const GetAppsAPIGroupInput: Schema.Struct<{}>;
|
|
13300
13300
|
export type GetAppsAPIGroupInput = typeof GetAppsAPIGroupInput.Type;
|
|
13301
13301
|
export declare const GetAppsAPIGroupOutput: Schema.Struct<{
|
|
@@ -13335,7 +13335,7 @@ export declare const getAppsAPIGroup: API.OperationMethod<{}, {
|
|
|
13335
13335
|
readonly groupVersion: string;
|
|
13336
13336
|
readonly version: string;
|
|
13337
13337
|
}[];
|
|
13338
|
-
}, never,
|
|
13338
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
13339
13339
|
export declare const GetAppsV1APIResourcesInput: Schema.Struct<{}>;
|
|
13340
13340
|
export type GetAppsV1APIResourcesInput = typeof GetAppsV1APIResourcesInput.Type;
|
|
13341
13341
|
export declare const GetAppsV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -13375,7 +13375,7 @@ export declare const getAppsV1APIResources: API.OperationMethod<{}, {
|
|
|
13375
13375
|
readonly verbs: readonly string[];
|
|
13376
13376
|
readonly version?: string | undefined;
|
|
13377
13377
|
}[];
|
|
13378
|
-
}, never,
|
|
13378
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
13379
13379
|
export declare const ListAppsV1ControllerRevisionForAllNamespacesInput: Schema.Struct<{}>;
|
|
13380
13380
|
export type ListAppsV1ControllerRevisionForAllNamespacesInput = typeof ListAppsV1ControllerRevisionForAllNamespacesInput.Type;
|
|
13381
13381
|
export declare const ListAppsV1ControllerRevisionForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -13487,7 +13487,7 @@ export declare const listAppsV1ControllerRevisionForAllNamespaces: API.Operation
|
|
|
13487
13487
|
readonly selector: string;
|
|
13488
13488
|
} | undefined;
|
|
13489
13489
|
} | undefined;
|
|
13490
|
-
}, never,
|
|
13490
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
13491
13491
|
export declare const ListAppsV1DaemonSetForAllNamespacesInput: Schema.Struct<{}>;
|
|
13492
13492
|
export type ListAppsV1DaemonSetForAllNamespacesInput = typeof ListAppsV1DaemonSetForAllNamespacesInput.Type;
|
|
13493
13493
|
export declare const ListAppsV1DaemonSetForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -16579,7 +16579,7 @@ export declare const listAppsV1DaemonSetForAllNamespaces: API.OperationMethod<{}
|
|
|
16579
16579
|
readonly selector: string;
|
|
16580
16580
|
} | undefined;
|
|
16581
16581
|
} | undefined;
|
|
16582
|
-
}, never,
|
|
16582
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
16583
16583
|
export declare const ListAppsV1DeploymentForAllNamespacesInput: Schema.Struct<{}>;
|
|
16584
16584
|
export type ListAppsV1DeploymentForAllNamespacesInput = typeof ListAppsV1DeploymentForAllNamespacesInput.Type;
|
|
16585
16585
|
export declare const ListAppsV1DeploymentForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -19677,7 +19677,7 @@ export declare const listAppsV1DeploymentForAllNamespaces: API.OperationMethod<{
|
|
|
19677
19677
|
readonly selector: string;
|
|
19678
19678
|
} | undefined;
|
|
19679
19679
|
} | undefined;
|
|
19680
|
-
}, never,
|
|
19680
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
19681
19681
|
export declare const ListAppsV1NamespacedControllerRevisionInput: Schema.Struct<{}>;
|
|
19682
19682
|
export type ListAppsV1NamespacedControllerRevisionInput = typeof ListAppsV1NamespacedControllerRevisionInput.Type;
|
|
19683
19683
|
export declare const ListAppsV1NamespacedControllerRevisionOutput: Schema.Struct<{
|
|
@@ -19789,7 +19789,7 @@ export declare const listAppsV1NamespacedControllerRevision: API.OperationMethod
|
|
|
19789
19789
|
readonly selector: string;
|
|
19790
19790
|
} | undefined;
|
|
19791
19791
|
} | undefined;
|
|
19792
|
-
}, never,
|
|
19792
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
19793
19793
|
export declare const ListAppsV1NamespacedDaemonSetInput: Schema.Struct<{}>;
|
|
19794
19794
|
export type ListAppsV1NamespacedDaemonSetInput = typeof ListAppsV1NamespacedDaemonSetInput.Type;
|
|
19795
19795
|
export declare const ListAppsV1NamespacedDaemonSetOutput: Schema.Struct<{
|
|
@@ -22881,7 +22881,7 @@ export declare const listAppsV1NamespacedDaemonSet: API.OperationMethod<{}, {
|
|
|
22881
22881
|
readonly selector: string;
|
|
22882
22882
|
} | undefined;
|
|
22883
22883
|
} | undefined;
|
|
22884
|
-
}, never,
|
|
22884
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
22885
22885
|
export declare const ListAppsV1NamespacedDeploymentInput: Schema.Struct<{}>;
|
|
22886
22886
|
export type ListAppsV1NamespacedDeploymentInput = typeof ListAppsV1NamespacedDeploymentInput.Type;
|
|
22887
22887
|
export declare const ListAppsV1NamespacedDeploymentOutput: Schema.Struct<{
|
|
@@ -25979,7 +25979,7 @@ export declare const listAppsV1NamespacedDeployment: API.OperationMethod<{}, {
|
|
|
25979
25979
|
readonly selector: string;
|
|
25980
25980
|
} | undefined;
|
|
25981
25981
|
} | undefined;
|
|
25982
|
-
}, never,
|
|
25982
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
25983
25983
|
export declare const ListAppsV1NamespacedReplicaSetInput: Schema.Struct<{}>;
|
|
25984
25984
|
export type ListAppsV1NamespacedReplicaSetInput = typeof ListAppsV1NamespacedReplicaSetInput.Type;
|
|
25985
25985
|
export declare const ListAppsV1NamespacedReplicaSetOutput: Schema.Struct<{
|
|
@@ -29051,7 +29051,7 @@ export declare const listAppsV1NamespacedReplicaSet: API.OperationMethod<{}, {
|
|
|
29051
29051
|
readonly selector: string;
|
|
29052
29052
|
} | undefined;
|
|
29053
29053
|
} | undefined;
|
|
29054
|
-
}, never,
|
|
29054
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
29055
29055
|
export declare const ListAppsV1NamespacedStatefulSetInput: Schema.Struct<{}>;
|
|
29056
29056
|
export type ListAppsV1NamespacedStatefulSetInput = typeof ListAppsV1NamespacedStatefulSetInput.Type;
|
|
29057
29057
|
export declare const ListAppsV1NamespacedStatefulSetOutput: Schema.Struct<{
|
|
@@ -32351,7 +32351,7 @@ export declare const listAppsV1NamespacedStatefulSet: API.OperationMethod<{}, {
|
|
|
32351
32351
|
readonly selector: string;
|
|
32352
32352
|
} | undefined;
|
|
32353
32353
|
} | undefined;
|
|
32354
|
-
}, never,
|
|
32354
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
32355
32355
|
export declare const ListAppsV1ReplicaSetForAllNamespacesInput: Schema.Struct<{}>;
|
|
32356
32356
|
export type ListAppsV1ReplicaSetForAllNamespacesInput = typeof ListAppsV1ReplicaSetForAllNamespacesInput.Type;
|
|
32357
32357
|
export declare const ListAppsV1ReplicaSetForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -35423,7 +35423,7 @@ export declare const listAppsV1ReplicaSetForAllNamespaces: API.OperationMethod<{
|
|
|
35423
35423
|
readonly selector: string;
|
|
35424
35424
|
} | undefined;
|
|
35425
35425
|
} | undefined;
|
|
35426
|
-
}, never,
|
|
35426
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
35427
35427
|
export declare const ListAppsV1StatefulSetForAllNamespacesInput: Schema.Struct<{}>;
|
|
35428
35428
|
export type ListAppsV1StatefulSetForAllNamespacesInput = typeof ListAppsV1StatefulSetForAllNamespacesInput.Type;
|
|
35429
35429
|
export declare const ListAppsV1StatefulSetForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -38723,7 +38723,7 @@ export declare const listAppsV1StatefulSetForAllNamespaces: API.OperationMethod<
|
|
|
38723
38723
|
readonly selector: string;
|
|
38724
38724
|
} | undefined;
|
|
38725
38725
|
} | undefined;
|
|
38726
|
-
}, never,
|
|
38726
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
38727
38727
|
export declare const PatchAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
38728
38728
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
38729
38729
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -38818,7 +38818,7 @@ export declare const patchAppsV1NamespacedControllerRevision: API.OperationMetho
|
|
|
38818
38818
|
readonly uid?: string | undefined;
|
|
38819
38819
|
} | undefined;
|
|
38820
38820
|
readonly revision: number;
|
|
38821
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
38821
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
38822
38822
|
export declare const PatchAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
38823
38823
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
38824
38824
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -41893,7 +41893,7 @@ export declare const patchAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
41893
41893
|
readonly observedGeneration?: number | undefined;
|
|
41894
41894
|
readonly updatedNumberScheduled?: number | undefined;
|
|
41895
41895
|
} | undefined;
|
|
41896
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
41896
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
41897
41897
|
export declare const PatchAppsV1NamespacedDaemonSetStatusInput: Schema.Struct<{
|
|
41898
41898
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
41899
41899
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -44968,7 +44968,7 @@ export declare const patchAppsV1NamespacedDaemonSetStatus: API.OperationMethod<{
|
|
|
44968
44968
|
readonly observedGeneration?: number | undefined;
|
|
44969
44969
|
readonly updatedNumberScheduled?: number | undefined;
|
|
44970
44970
|
} | undefined;
|
|
44971
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
44971
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
44972
44972
|
export declare const PatchAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
44973
44973
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
44974
44974
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -48049,7 +48049,7 @@ export declare const patchAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
48049
48049
|
readonly unavailableReplicas?: number | undefined;
|
|
48050
48050
|
readonly updatedReplicas?: number | undefined;
|
|
48051
48051
|
} | undefined;
|
|
48052
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
48052
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
48053
48053
|
export declare const PatchAppsV1NamespacedDeploymentScaleInput: Schema.Struct<{
|
|
48054
48054
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
48055
48055
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -48154,7 +48154,7 @@ export declare const patchAppsV1NamespacedDeploymentScale: API.OperationMethod<{
|
|
|
48154
48154
|
readonly replicas: number;
|
|
48155
48155
|
readonly selector?: string | undefined;
|
|
48156
48156
|
} | undefined;
|
|
48157
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
48157
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
48158
48158
|
export declare const PatchAppsV1NamespacedDeploymentStatusInput: Schema.Struct<{
|
|
48159
48159
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
48160
48160
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -51235,7 +51235,7 @@ export declare const patchAppsV1NamespacedDeploymentStatus: API.OperationMethod<
|
|
|
51235
51235
|
readonly unavailableReplicas?: number | undefined;
|
|
51236
51236
|
readonly updatedReplicas?: number | undefined;
|
|
51237
51237
|
} | undefined;
|
|
51238
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
51238
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
51239
51239
|
export declare const PatchAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
51240
51240
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
51241
51241
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -54290,7 +54290,7 @@ export declare const patchAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
54290
54290
|
readonly replicas: number;
|
|
54291
54291
|
readonly terminatingReplicas?: number | undefined;
|
|
54292
54292
|
} | undefined;
|
|
54293
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
54293
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
54294
54294
|
export declare const PatchAppsV1NamespacedReplicaSetScaleInput: Schema.Struct<{
|
|
54295
54295
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
54296
54296
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -54395,7 +54395,7 @@ export declare const patchAppsV1NamespacedReplicaSetScale: API.OperationMethod<{
|
|
|
54395
54395
|
readonly replicas: number;
|
|
54396
54396
|
readonly selector?: string | undefined;
|
|
54397
54397
|
} | undefined;
|
|
54398
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
54398
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
54399
54399
|
export declare const PatchAppsV1NamespacedReplicaSetStatusInput: Schema.Struct<{
|
|
54400
54400
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
54401
54401
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -57450,7 +57450,7 @@ export declare const patchAppsV1NamespacedReplicaSetStatus: API.OperationMethod<
|
|
|
57450
57450
|
readonly replicas: number;
|
|
57451
57451
|
readonly terminatingReplicas?: number | undefined;
|
|
57452
57452
|
} | undefined;
|
|
57453
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
57453
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
57454
57454
|
export declare const PatchAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
57455
57455
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
57456
57456
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -60733,7 +60733,7 @@ export declare const patchAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
60733
60733
|
readonly updateRevision?: string | undefined;
|
|
60734
60734
|
readonly updatedReplicas?: number | undefined;
|
|
60735
60735
|
} | undefined;
|
|
60736
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
60736
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
60737
60737
|
export declare const PatchAppsV1NamespacedStatefulSetScaleInput: Schema.Struct<{
|
|
60738
60738
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
60739
60739
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -60838,7 +60838,7 @@ export declare const patchAppsV1NamespacedStatefulSetScale: API.OperationMethod<
|
|
|
60838
60838
|
readonly replicas: number;
|
|
60839
60839
|
readonly selector?: string | undefined;
|
|
60840
60840
|
} | undefined;
|
|
60841
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
60841
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
60842
60842
|
export declare const PatchAppsV1NamespacedStatefulSetStatusInput: Schema.Struct<{
|
|
60843
60843
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
60844
60844
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -64121,7 +64121,7 @@ export declare const patchAppsV1NamespacedStatefulSetStatus: API.OperationMethod
|
|
|
64121
64121
|
readonly updateRevision?: string | undefined;
|
|
64122
64122
|
readonly updatedReplicas?: number | undefined;
|
|
64123
64123
|
} | undefined;
|
|
64124
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
64124
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
64125
64125
|
export declare const ReadAppsV1NamespacedControllerRevisionInput: Schema.Struct<{}>;
|
|
64126
64126
|
export type ReadAppsV1NamespacedControllerRevisionInput = typeof ReadAppsV1NamespacedControllerRevisionInput.Type;
|
|
64127
64127
|
export declare const ReadAppsV1NamespacedControllerRevisionOutput: Schema.Struct<{
|
|
@@ -64207,7 +64207,7 @@ export declare const readAppsV1NamespacedControllerRevision: API.OperationMethod
|
|
|
64207
64207
|
readonly uid?: string | undefined;
|
|
64208
64208
|
} | undefined;
|
|
64209
64209
|
readonly revision: number;
|
|
64210
|
-
}, NotFound,
|
|
64210
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
64211
64211
|
export declare const ReadAppsV1NamespacedDaemonSetInput: Schema.Struct<{}>;
|
|
64212
64212
|
export type ReadAppsV1NamespacedDaemonSetInput = typeof ReadAppsV1NamespacedDaemonSetInput.Type;
|
|
64213
64213
|
export declare const ReadAppsV1NamespacedDaemonSetOutput: Schema.Struct<{
|
|
@@ -67273,7 +67273,7 @@ export declare const readAppsV1NamespacedDaemonSet: API.OperationMethod<{}, {
|
|
|
67273
67273
|
readonly observedGeneration?: number | undefined;
|
|
67274
67274
|
readonly updatedNumberScheduled?: number | undefined;
|
|
67275
67275
|
} | undefined;
|
|
67276
|
-
}, NotFound,
|
|
67276
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
67277
67277
|
export declare const ReadAppsV1NamespacedDaemonSetStatusInput: Schema.Struct<{}>;
|
|
67278
67278
|
export type ReadAppsV1NamespacedDaemonSetStatusInput = typeof ReadAppsV1NamespacedDaemonSetStatusInput.Type;
|
|
67279
67279
|
export declare const ReadAppsV1NamespacedDaemonSetStatusOutput: Schema.Struct<{
|
|
@@ -70339,7 +70339,7 @@ export declare const readAppsV1NamespacedDaemonSetStatus: API.OperationMethod<{}
|
|
|
70339
70339
|
readonly observedGeneration?: number | undefined;
|
|
70340
70340
|
readonly updatedNumberScheduled?: number | undefined;
|
|
70341
70341
|
} | undefined;
|
|
70342
|
-
}, NotFound,
|
|
70342
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
70343
70343
|
export declare const ReadAppsV1NamespacedDeploymentInput: Schema.Struct<{}>;
|
|
70344
70344
|
export type ReadAppsV1NamespacedDeploymentInput = typeof ReadAppsV1NamespacedDeploymentInput.Type;
|
|
70345
70345
|
export declare const ReadAppsV1NamespacedDeploymentOutput: Schema.Struct<{
|
|
@@ -73411,7 +73411,7 @@ export declare const readAppsV1NamespacedDeployment: API.OperationMethod<{}, {
|
|
|
73411
73411
|
readonly unavailableReplicas?: number | undefined;
|
|
73412
73412
|
readonly updatedReplicas?: number | undefined;
|
|
73413
73413
|
} | undefined;
|
|
73414
|
-
}, NotFound,
|
|
73414
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
73415
73415
|
export declare const ReadAppsV1NamespacedDeploymentScaleInput: Schema.Struct<{}>;
|
|
73416
73416
|
export type ReadAppsV1NamespacedDeploymentScaleInput = typeof ReadAppsV1NamespacedDeploymentScaleInput.Type;
|
|
73417
73417
|
export declare const ReadAppsV1NamespacedDeploymentScaleOutput: Schema.Struct<{
|
|
@@ -73507,7 +73507,7 @@ export declare const readAppsV1NamespacedDeploymentScale: API.OperationMethod<{}
|
|
|
73507
73507
|
readonly replicas: number;
|
|
73508
73508
|
readonly selector?: string | undefined;
|
|
73509
73509
|
} | undefined;
|
|
73510
|
-
}, NotFound,
|
|
73510
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
73511
73511
|
export declare const ReadAppsV1NamespacedDeploymentStatusInput: Schema.Struct<{}>;
|
|
73512
73512
|
export type ReadAppsV1NamespacedDeploymentStatusInput = typeof ReadAppsV1NamespacedDeploymentStatusInput.Type;
|
|
73513
73513
|
export declare const ReadAppsV1NamespacedDeploymentStatusOutput: Schema.Struct<{
|
|
@@ -76579,7 +76579,7 @@ export declare const readAppsV1NamespacedDeploymentStatus: API.OperationMethod<{
|
|
|
76579
76579
|
readonly unavailableReplicas?: number | undefined;
|
|
76580
76580
|
readonly updatedReplicas?: number | undefined;
|
|
76581
76581
|
} | undefined;
|
|
76582
|
-
}, NotFound,
|
|
76582
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
76583
76583
|
export declare const ReadAppsV1NamespacedReplicaSetInput: Schema.Struct<{}>;
|
|
76584
76584
|
export type ReadAppsV1NamespacedReplicaSetInput = typeof ReadAppsV1NamespacedReplicaSetInput.Type;
|
|
76585
76585
|
export declare const ReadAppsV1NamespacedReplicaSetOutput: Schema.Struct<{
|
|
@@ -79625,7 +79625,7 @@ export declare const readAppsV1NamespacedReplicaSet: API.OperationMethod<{}, {
|
|
|
79625
79625
|
readonly replicas: number;
|
|
79626
79626
|
readonly terminatingReplicas?: number | undefined;
|
|
79627
79627
|
} | undefined;
|
|
79628
|
-
}, NotFound,
|
|
79628
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
79629
79629
|
export declare const ReadAppsV1NamespacedReplicaSetScaleInput: Schema.Struct<{}>;
|
|
79630
79630
|
export type ReadAppsV1NamespacedReplicaSetScaleInput = typeof ReadAppsV1NamespacedReplicaSetScaleInput.Type;
|
|
79631
79631
|
export declare const ReadAppsV1NamespacedReplicaSetScaleOutput: Schema.Struct<{
|
|
@@ -79721,7 +79721,7 @@ export declare const readAppsV1NamespacedReplicaSetScale: API.OperationMethod<{}
|
|
|
79721
79721
|
readonly replicas: number;
|
|
79722
79722
|
readonly selector?: string | undefined;
|
|
79723
79723
|
} | undefined;
|
|
79724
|
-
}, NotFound,
|
|
79724
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
79725
79725
|
export declare const ReadAppsV1NamespacedReplicaSetStatusInput: Schema.Struct<{}>;
|
|
79726
79726
|
export type ReadAppsV1NamespacedReplicaSetStatusInput = typeof ReadAppsV1NamespacedReplicaSetStatusInput.Type;
|
|
79727
79727
|
export declare const ReadAppsV1NamespacedReplicaSetStatusOutput: Schema.Struct<{
|
|
@@ -82767,7 +82767,7 @@ export declare const readAppsV1NamespacedReplicaSetStatus: API.OperationMethod<{
|
|
|
82767
82767
|
readonly replicas: number;
|
|
82768
82768
|
readonly terminatingReplicas?: number | undefined;
|
|
82769
82769
|
} | undefined;
|
|
82770
|
-
}, NotFound,
|
|
82770
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
82771
82771
|
export declare const ReadAppsV1NamespacedStatefulSetInput: Schema.Struct<{}>;
|
|
82772
82772
|
export type ReadAppsV1NamespacedStatefulSetInput = typeof ReadAppsV1NamespacedStatefulSetInput.Type;
|
|
82773
82773
|
export declare const ReadAppsV1NamespacedStatefulSetOutput: Schema.Struct<{
|
|
@@ -86041,7 +86041,7 @@ export declare const readAppsV1NamespacedStatefulSet: API.OperationMethod<{}, {
|
|
|
86041
86041
|
readonly updateRevision?: string | undefined;
|
|
86042
86042
|
readonly updatedReplicas?: number | undefined;
|
|
86043
86043
|
} | undefined;
|
|
86044
|
-
}, NotFound,
|
|
86044
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
86045
86045
|
export declare const ReadAppsV1NamespacedStatefulSetScaleInput: Schema.Struct<{}>;
|
|
86046
86046
|
export type ReadAppsV1NamespacedStatefulSetScaleInput = typeof ReadAppsV1NamespacedStatefulSetScaleInput.Type;
|
|
86047
86047
|
export declare const ReadAppsV1NamespacedStatefulSetScaleOutput: Schema.Struct<{
|
|
@@ -86137,7 +86137,7 @@ export declare const readAppsV1NamespacedStatefulSetScale: API.OperationMethod<{
|
|
|
86137
86137
|
readonly replicas: number;
|
|
86138
86138
|
readonly selector?: string | undefined;
|
|
86139
86139
|
} | undefined;
|
|
86140
|
-
}, NotFound,
|
|
86140
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
86141
86141
|
export declare const ReadAppsV1NamespacedStatefulSetStatusInput: Schema.Struct<{}>;
|
|
86142
86142
|
export type ReadAppsV1NamespacedStatefulSetStatusInput = typeof ReadAppsV1NamespacedStatefulSetStatusInput.Type;
|
|
86143
86143
|
export declare const ReadAppsV1NamespacedStatefulSetStatusOutput: Schema.Struct<{
|
|
@@ -89411,7 +89411,7 @@ export declare const readAppsV1NamespacedStatefulSetStatus: API.OperationMethod<
|
|
|
89411
89411
|
readonly updateRevision?: string | undefined;
|
|
89412
89412
|
readonly updatedReplicas?: number | undefined;
|
|
89413
89413
|
} | undefined;
|
|
89414
|
-
}, NotFound,
|
|
89414
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
89415
89415
|
export declare const ReplaceAppsV1NamespacedControllerRevisionInput: Schema.Struct<{
|
|
89416
89416
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
89417
89417
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -89506,7 +89506,7 @@ export declare const replaceAppsV1NamespacedControllerRevision: API.OperationMet
|
|
|
89506
89506
|
readonly uid?: string | undefined;
|
|
89507
89507
|
} | undefined;
|
|
89508
89508
|
readonly revision: number;
|
|
89509
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
89509
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
89510
89510
|
export declare const ReplaceAppsV1NamespacedDaemonSetInput: Schema.Struct<{
|
|
89511
89511
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
89512
89512
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -92581,7 +92581,7 @@ export declare const replaceAppsV1NamespacedDaemonSet: API.OperationMethod<{
|
|
|
92581
92581
|
readonly observedGeneration?: number | undefined;
|
|
92582
92582
|
readonly updatedNumberScheduled?: number | undefined;
|
|
92583
92583
|
} | undefined;
|
|
92584
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
92584
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
92585
92585
|
export declare const ReplaceAppsV1NamespacedDaemonSetStatusInput: Schema.Struct<{
|
|
92586
92586
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
92587
92587
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -95656,7 +95656,7 @@ export declare const replaceAppsV1NamespacedDaemonSetStatus: API.OperationMethod
|
|
|
95656
95656
|
readonly observedGeneration?: number | undefined;
|
|
95657
95657
|
readonly updatedNumberScheduled?: number | undefined;
|
|
95658
95658
|
} | undefined;
|
|
95659
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
95659
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
95660
95660
|
export declare const ReplaceAppsV1NamespacedDeploymentInput: Schema.Struct<{
|
|
95661
95661
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
95662
95662
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -98737,7 +98737,7 @@ export declare const replaceAppsV1NamespacedDeployment: API.OperationMethod<{
|
|
|
98737
98737
|
readonly unavailableReplicas?: number | undefined;
|
|
98738
98738
|
readonly updatedReplicas?: number | undefined;
|
|
98739
98739
|
} | undefined;
|
|
98740
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
98740
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
98741
98741
|
export declare const ReplaceAppsV1NamespacedDeploymentScaleInput: Schema.Struct<{
|
|
98742
98742
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
98743
98743
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -98842,7 +98842,7 @@ export declare const replaceAppsV1NamespacedDeploymentScale: API.OperationMethod
|
|
|
98842
98842
|
readonly replicas: number;
|
|
98843
98843
|
readonly selector?: string | undefined;
|
|
98844
98844
|
} | undefined;
|
|
98845
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
98845
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
98846
98846
|
export declare const ReplaceAppsV1NamespacedDeploymentStatusInput: Schema.Struct<{
|
|
98847
98847
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
98848
98848
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -101923,7 +101923,7 @@ export declare const replaceAppsV1NamespacedDeploymentStatus: API.OperationMetho
|
|
|
101923
101923
|
readonly unavailableReplicas?: number | undefined;
|
|
101924
101924
|
readonly updatedReplicas?: number | undefined;
|
|
101925
101925
|
} | undefined;
|
|
101926
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
101926
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
101927
101927
|
export declare const ReplaceAppsV1NamespacedReplicaSetInput: Schema.Struct<{
|
|
101928
101928
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
101929
101929
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -104978,7 +104978,7 @@ export declare const replaceAppsV1NamespacedReplicaSet: API.OperationMethod<{
|
|
|
104978
104978
|
readonly replicas: number;
|
|
104979
104979
|
readonly terminatingReplicas?: number | undefined;
|
|
104980
104980
|
} | undefined;
|
|
104981
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
104981
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
104982
104982
|
export declare const ReplaceAppsV1NamespacedReplicaSetScaleInput: Schema.Struct<{
|
|
104983
104983
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
104984
104984
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -105083,7 +105083,7 @@ export declare const replaceAppsV1NamespacedReplicaSetScale: API.OperationMethod
|
|
|
105083
105083
|
readonly replicas: number;
|
|
105084
105084
|
readonly selector?: string | undefined;
|
|
105085
105085
|
} | undefined;
|
|
105086
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
105086
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
105087
105087
|
export declare const ReplaceAppsV1NamespacedReplicaSetStatusInput: Schema.Struct<{
|
|
105088
105088
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
105089
105089
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -108138,7 +108138,7 @@ export declare const replaceAppsV1NamespacedReplicaSetStatus: API.OperationMetho
|
|
|
108138
108138
|
readonly replicas: number;
|
|
108139
108139
|
readonly terminatingReplicas?: number | undefined;
|
|
108140
108140
|
} | undefined;
|
|
108141
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
108141
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
108142
108142
|
export declare const ReplaceAppsV1NamespacedStatefulSetInput: Schema.Struct<{
|
|
108143
108143
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
108144
108144
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -111421,7 +111421,7 @@ export declare const replaceAppsV1NamespacedStatefulSet: API.OperationMethod<{
|
|
|
111421
111421
|
readonly updateRevision?: string | undefined;
|
|
111422
111422
|
readonly updatedReplicas?: number | undefined;
|
|
111423
111423
|
} | undefined;
|
|
111424
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
111424
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
111425
111425
|
export declare const ReplaceAppsV1NamespacedStatefulSetScaleInput: Schema.Struct<{
|
|
111426
111426
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
111427
111427
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -111526,7 +111526,7 @@ export declare const replaceAppsV1NamespacedStatefulSetScale: API.OperationMetho
|
|
|
111526
111526
|
readonly replicas: number;
|
|
111527
111527
|
readonly selector?: string | undefined;
|
|
111528
111528
|
} | undefined;
|
|
111529
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
111529
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
111530
111530
|
export declare const ReplaceAppsV1NamespacedStatefulSetStatusInput: Schema.Struct<{
|
|
111531
111531
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
111532
111532
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -114809,7 +114809,7 @@ export declare const replaceAppsV1NamespacedStatefulSetStatus: API.OperationMeth
|
|
|
114809
114809
|
readonly updateRevision?: string | undefined;
|
|
114810
114810
|
readonly updatedReplicas?: number | undefined;
|
|
114811
114811
|
} | undefined;
|
|
114812
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
114812
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
114813
114813
|
export declare const WatchAppsV1ControllerRevisionListForAllNamespacesInput: Schema.Struct<{}>;
|
|
114814
114814
|
export type WatchAppsV1ControllerRevisionListForAllNamespacesInput = typeof WatchAppsV1ControllerRevisionListForAllNamespacesInput.Type;
|
|
114815
114815
|
export declare const WatchAppsV1ControllerRevisionListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -114823,7 +114823,7 @@ export type WatchAppsV1ControllerRevisionListForAllNamespacesOutput = typeof Wat
|
|
|
114823
114823
|
export declare const watchAppsV1ControllerRevisionListForAllNamespaces: API.OperationMethod<{}, {
|
|
114824
114824
|
readonly object: unknown;
|
|
114825
114825
|
readonly type: string;
|
|
114826
|
-
}, never,
|
|
114826
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114827
114827
|
export declare const WatchAppsV1DaemonSetListForAllNamespacesInput: Schema.Struct<{}>;
|
|
114828
114828
|
export type WatchAppsV1DaemonSetListForAllNamespacesInput = typeof WatchAppsV1DaemonSetListForAllNamespacesInput.Type;
|
|
114829
114829
|
export declare const WatchAppsV1DaemonSetListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -114837,7 +114837,7 @@ export type WatchAppsV1DaemonSetListForAllNamespacesOutput = typeof WatchAppsV1D
|
|
|
114837
114837
|
export declare const watchAppsV1DaemonSetListForAllNamespaces: API.OperationMethod<{}, {
|
|
114838
114838
|
readonly object: unknown;
|
|
114839
114839
|
readonly type: string;
|
|
114840
|
-
}, never,
|
|
114840
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114841
114841
|
export declare const WatchAppsV1DeploymentListForAllNamespacesInput: Schema.Struct<{}>;
|
|
114842
114842
|
export type WatchAppsV1DeploymentListForAllNamespacesInput = typeof WatchAppsV1DeploymentListForAllNamespacesInput.Type;
|
|
114843
114843
|
export declare const WatchAppsV1DeploymentListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -114851,7 +114851,7 @@ export type WatchAppsV1DeploymentListForAllNamespacesOutput = typeof WatchAppsV1
|
|
|
114851
114851
|
export declare const watchAppsV1DeploymentListForAllNamespaces: API.OperationMethod<{}, {
|
|
114852
114852
|
readonly object: unknown;
|
|
114853
114853
|
readonly type: string;
|
|
114854
|
-
}, never,
|
|
114854
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114855
114855
|
export declare const WatchAppsV1NamespacedControllerRevisionInput: Schema.Struct<{}>;
|
|
114856
114856
|
export type WatchAppsV1NamespacedControllerRevisionInput = typeof WatchAppsV1NamespacedControllerRevisionInput.Type;
|
|
114857
114857
|
export declare const WatchAppsV1NamespacedControllerRevisionOutput: Schema.Struct<{
|
|
@@ -114865,7 +114865,7 @@ export type WatchAppsV1NamespacedControllerRevisionOutput = typeof WatchAppsV1Na
|
|
|
114865
114865
|
export declare const watchAppsV1NamespacedControllerRevision: API.OperationMethod<{}, {
|
|
114866
114866
|
readonly object: unknown;
|
|
114867
114867
|
readonly type: string;
|
|
114868
|
-
}, never,
|
|
114868
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114869
114869
|
export declare const WatchAppsV1NamespacedControllerRevisionListInput: Schema.Struct<{}>;
|
|
114870
114870
|
export type WatchAppsV1NamespacedControllerRevisionListInput = typeof WatchAppsV1NamespacedControllerRevisionListInput.Type;
|
|
114871
114871
|
export declare const WatchAppsV1NamespacedControllerRevisionListOutput: Schema.Struct<{
|
|
@@ -114879,7 +114879,7 @@ export type WatchAppsV1NamespacedControllerRevisionListOutput = typeof WatchApps
|
|
|
114879
114879
|
export declare const watchAppsV1NamespacedControllerRevisionList: API.OperationMethod<{}, {
|
|
114880
114880
|
readonly object: unknown;
|
|
114881
114881
|
readonly type: string;
|
|
114882
|
-
}, never,
|
|
114882
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114883
114883
|
export declare const WatchAppsV1NamespacedDaemonSetInput: Schema.Struct<{}>;
|
|
114884
114884
|
export type WatchAppsV1NamespacedDaemonSetInput = typeof WatchAppsV1NamespacedDaemonSetInput.Type;
|
|
114885
114885
|
export declare const WatchAppsV1NamespacedDaemonSetOutput: Schema.Struct<{
|
|
@@ -114893,7 +114893,7 @@ export type WatchAppsV1NamespacedDaemonSetOutput = typeof WatchAppsV1NamespacedD
|
|
|
114893
114893
|
export declare const watchAppsV1NamespacedDaemonSet: API.OperationMethod<{}, {
|
|
114894
114894
|
readonly object: unknown;
|
|
114895
114895
|
readonly type: string;
|
|
114896
|
-
}, never,
|
|
114896
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114897
114897
|
export declare const WatchAppsV1NamespacedDaemonSetListInput: Schema.Struct<{}>;
|
|
114898
114898
|
export type WatchAppsV1NamespacedDaemonSetListInput = typeof WatchAppsV1NamespacedDaemonSetListInput.Type;
|
|
114899
114899
|
export declare const WatchAppsV1NamespacedDaemonSetListOutput: Schema.Struct<{
|
|
@@ -114907,7 +114907,7 @@ export type WatchAppsV1NamespacedDaemonSetListOutput = typeof WatchAppsV1Namespa
|
|
|
114907
114907
|
export declare const watchAppsV1NamespacedDaemonSetList: API.OperationMethod<{}, {
|
|
114908
114908
|
readonly object: unknown;
|
|
114909
114909
|
readonly type: string;
|
|
114910
|
-
}, never,
|
|
114910
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114911
114911
|
export declare const WatchAppsV1NamespacedDeploymentInput: Schema.Struct<{}>;
|
|
114912
114912
|
export type WatchAppsV1NamespacedDeploymentInput = typeof WatchAppsV1NamespacedDeploymentInput.Type;
|
|
114913
114913
|
export declare const WatchAppsV1NamespacedDeploymentOutput: Schema.Struct<{
|
|
@@ -114921,7 +114921,7 @@ export type WatchAppsV1NamespacedDeploymentOutput = typeof WatchAppsV1Namespaced
|
|
|
114921
114921
|
export declare const watchAppsV1NamespacedDeployment: API.OperationMethod<{}, {
|
|
114922
114922
|
readonly object: unknown;
|
|
114923
114923
|
readonly type: string;
|
|
114924
|
-
}, never,
|
|
114924
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114925
114925
|
export declare const WatchAppsV1NamespacedDeploymentListInput: Schema.Struct<{}>;
|
|
114926
114926
|
export type WatchAppsV1NamespacedDeploymentListInput = typeof WatchAppsV1NamespacedDeploymentListInput.Type;
|
|
114927
114927
|
export declare const WatchAppsV1NamespacedDeploymentListOutput: Schema.Struct<{
|
|
@@ -114935,7 +114935,7 @@ export type WatchAppsV1NamespacedDeploymentListOutput = typeof WatchAppsV1Namesp
|
|
|
114935
114935
|
export declare const watchAppsV1NamespacedDeploymentList: API.OperationMethod<{}, {
|
|
114936
114936
|
readonly object: unknown;
|
|
114937
114937
|
readonly type: string;
|
|
114938
|
-
}, never,
|
|
114938
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114939
114939
|
export declare const WatchAppsV1NamespacedReplicaSetInput: Schema.Struct<{}>;
|
|
114940
114940
|
export type WatchAppsV1NamespacedReplicaSetInput = typeof WatchAppsV1NamespacedReplicaSetInput.Type;
|
|
114941
114941
|
export declare const WatchAppsV1NamespacedReplicaSetOutput: Schema.Struct<{
|
|
@@ -114949,7 +114949,7 @@ export type WatchAppsV1NamespacedReplicaSetOutput = typeof WatchAppsV1Namespaced
|
|
|
114949
114949
|
export declare const watchAppsV1NamespacedReplicaSet: API.OperationMethod<{}, {
|
|
114950
114950
|
readonly object: unknown;
|
|
114951
114951
|
readonly type: string;
|
|
114952
|
-
}, never,
|
|
114952
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114953
114953
|
export declare const WatchAppsV1NamespacedReplicaSetListInput: Schema.Struct<{}>;
|
|
114954
114954
|
export type WatchAppsV1NamespacedReplicaSetListInput = typeof WatchAppsV1NamespacedReplicaSetListInput.Type;
|
|
114955
114955
|
export declare const WatchAppsV1NamespacedReplicaSetListOutput: Schema.Struct<{
|
|
@@ -114963,7 +114963,7 @@ export type WatchAppsV1NamespacedReplicaSetListOutput = typeof WatchAppsV1Namesp
|
|
|
114963
114963
|
export declare const watchAppsV1NamespacedReplicaSetList: API.OperationMethod<{}, {
|
|
114964
114964
|
readonly object: unknown;
|
|
114965
114965
|
readonly type: string;
|
|
114966
|
-
}, never,
|
|
114966
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114967
114967
|
export declare const WatchAppsV1NamespacedStatefulSetInput: Schema.Struct<{}>;
|
|
114968
114968
|
export type WatchAppsV1NamespacedStatefulSetInput = typeof WatchAppsV1NamespacedStatefulSetInput.Type;
|
|
114969
114969
|
export declare const WatchAppsV1NamespacedStatefulSetOutput: Schema.Struct<{
|
|
@@ -114977,7 +114977,7 @@ export type WatchAppsV1NamespacedStatefulSetOutput = typeof WatchAppsV1Namespace
|
|
|
114977
114977
|
export declare const watchAppsV1NamespacedStatefulSet: API.OperationMethod<{}, {
|
|
114978
114978
|
readonly object: unknown;
|
|
114979
114979
|
readonly type: string;
|
|
114980
|
-
}, never,
|
|
114980
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114981
114981
|
export declare const WatchAppsV1NamespacedStatefulSetListInput: Schema.Struct<{}>;
|
|
114982
114982
|
export type WatchAppsV1NamespacedStatefulSetListInput = typeof WatchAppsV1NamespacedStatefulSetListInput.Type;
|
|
114983
114983
|
export declare const WatchAppsV1NamespacedStatefulSetListOutput: Schema.Struct<{
|
|
@@ -114991,7 +114991,7 @@ export type WatchAppsV1NamespacedStatefulSetListOutput = typeof WatchAppsV1Names
|
|
|
114991
114991
|
export declare const watchAppsV1NamespacedStatefulSetList: API.OperationMethod<{}, {
|
|
114992
114992
|
readonly object: unknown;
|
|
114993
114993
|
readonly type: string;
|
|
114994
|
-
}, never,
|
|
114994
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
114995
114995
|
export declare const WatchAppsV1ReplicaSetListForAllNamespacesInput: Schema.Struct<{}>;
|
|
114996
114996
|
export type WatchAppsV1ReplicaSetListForAllNamespacesInput = typeof WatchAppsV1ReplicaSetListForAllNamespacesInput.Type;
|
|
114997
114997
|
export declare const WatchAppsV1ReplicaSetListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -115005,7 +115005,7 @@ export type WatchAppsV1ReplicaSetListForAllNamespacesOutput = typeof WatchAppsV1
|
|
|
115005
115005
|
export declare const watchAppsV1ReplicaSetListForAllNamespaces: API.OperationMethod<{}, {
|
|
115006
115006
|
readonly object: unknown;
|
|
115007
115007
|
readonly type: string;
|
|
115008
|
-
}, never,
|
|
115008
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
115009
115009
|
export declare const WatchAppsV1StatefulSetListForAllNamespacesInput: Schema.Struct<{}>;
|
|
115010
115010
|
export type WatchAppsV1StatefulSetListForAllNamespacesInput = typeof WatchAppsV1StatefulSetListForAllNamespacesInput.Type;
|
|
115011
115011
|
export declare const WatchAppsV1StatefulSetListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -115019,5 +115019,5 @@ export type WatchAppsV1StatefulSetListForAllNamespacesOutput = typeof WatchAppsV
|
|
|
115019
115019
|
export declare const watchAppsV1StatefulSetListForAllNamespaces: API.OperationMethod<{}, {
|
|
115020
115020
|
readonly object: unknown;
|
|
115021
115021
|
readonly type: string;
|
|
115022
|
-
}, never,
|
|
115022
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
115023
115023
|
//# sourceMappingURL=apps.d.ts.map
|