@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
|
@@ -423,7 +423,7 @@ export declare const createAdmissionregistrationV1MutatingAdmissionPolicy: API.O
|
|
|
423
423
|
readonly name: string;
|
|
424
424
|
}[] | undefined;
|
|
425
425
|
} | undefined;
|
|
426
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
426
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
427
427
|
export declare const CreateAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
428
428
|
readonly pretty: Schema.optional<Schema.String>;
|
|
429
429
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -808,7 +808,7 @@ export declare const createAdmissionregistrationV1MutatingAdmissionPolicyBinding
|
|
|
808
808
|
} | undefined;
|
|
809
809
|
readonly policyName?: string | undefined;
|
|
810
810
|
} | undefined;
|
|
811
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
811
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
812
812
|
export declare const CreateAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
813
813
|
readonly pretty: Schema.optional<Schema.String>;
|
|
814
814
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -1169,7 +1169,7 @@ export declare const createAdmissionregistrationV1MutatingWebhookConfiguration:
|
|
|
1169
1169
|
readonly sideEffects: string;
|
|
1170
1170
|
readonly timeoutSeconds?: number | undefined;
|
|
1171
1171
|
}[] | undefined;
|
|
1172
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1172
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1173
1173
|
export declare const CreateAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
1174
1174
|
readonly pretty: Schema.optional<Schema.String>;
|
|
1175
1175
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -1654,7 +1654,7 @@ export declare const createAdmissionregistrationV1ValidatingAdmissionPolicy: API
|
|
|
1654
1654
|
}[] | undefined;
|
|
1655
1655
|
} | undefined;
|
|
1656
1656
|
} | undefined;
|
|
1657
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1657
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
1658
1658
|
export declare const CreateAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
1659
1659
|
readonly pretty: Schema.optional<Schema.String>;
|
|
1660
1660
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2043,7 +2043,7 @@ export declare const createAdmissionregistrationV1ValidatingAdmissionPolicyBindi
|
|
|
2043
2043
|
readonly policyName: string;
|
|
2044
2044
|
readonly validationActions: readonly string[];
|
|
2045
2045
|
};
|
|
2046
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2046
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2047
2047
|
export declare const CreateAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
2048
2048
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2049
2049
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2400,7 +2400,7 @@ export declare const createAdmissionregistrationV1ValidatingWebhookConfiguration
|
|
|
2400
2400
|
readonly sideEffects: string;
|
|
2401
2401
|
readonly timeoutSeconds?: number | undefined;
|
|
2402
2402
|
}[] | undefined;
|
|
2403
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2403
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2404
2404
|
export declare const CreateAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
2405
2405
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2406
2406
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -2817,7 +2817,7 @@ export declare const createAdmissionregistrationV1alpha1MutatingAdmissionPolicy:
|
|
|
2817
2817
|
readonly name: string;
|
|
2818
2818
|
}[] | undefined;
|
|
2819
2819
|
} | undefined;
|
|
2820
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
2820
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
2821
2821
|
export declare const CreateAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
2822
2822
|
readonly pretty: Schema.optional<Schema.String>;
|
|
2823
2823
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -3202,7 +3202,7 @@ export declare const createAdmissionregistrationV1alpha1MutatingAdmissionPolicyB
|
|
|
3202
3202
|
} | undefined;
|
|
3203
3203
|
readonly policyName?: string | undefined;
|
|
3204
3204
|
} | undefined;
|
|
3205
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3205
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3206
3206
|
export declare const CreateAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
3207
3207
|
readonly pretty: Schema.optional<Schema.String>;
|
|
3208
3208
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -3619,7 +3619,7 @@ export declare const createAdmissionregistrationV1beta1MutatingAdmissionPolicy:
|
|
|
3619
3619
|
readonly name: string;
|
|
3620
3620
|
}[] | undefined;
|
|
3621
3621
|
} | undefined;
|
|
3622
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3622
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
3623
3623
|
export declare const CreateAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
3624
3624
|
readonly pretty: Schema.optional<Schema.String>;
|
|
3625
3625
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
@@ -4004,7 +4004,7 @@ export declare const createAdmissionregistrationV1beta1MutatingAdmissionPolicyBi
|
|
|
4004
4004
|
} | undefined;
|
|
4005
4005
|
readonly policyName?: string | undefined;
|
|
4006
4006
|
} | undefined;
|
|
4007
|
-
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4007
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
4008
4008
|
export declare const DeleteAdmissionregistrationV1CollectionMutatingAdmissionPolicyInput: Schema.Struct<{
|
|
4009
4009
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4010
4010
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4169,7 +4169,7 @@ export declare const deleteAdmissionregistrationV1CollectionMutatingAdmissionPol
|
|
|
4169
4169
|
} | undefined;
|
|
4170
4170
|
readonly reason?: string | undefined;
|
|
4171
4171
|
readonly status?: string | undefined;
|
|
4172
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4172
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4173
4173
|
export declare const DeleteAdmissionregistrationV1CollectionMutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
4174
4174
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4175
4175
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4334,7 +4334,7 @@ export declare const deleteAdmissionregistrationV1CollectionMutatingAdmissionPol
|
|
|
4334
4334
|
} | undefined;
|
|
4335
4335
|
readonly reason?: string | undefined;
|
|
4336
4336
|
readonly status?: string | undefined;
|
|
4337
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4337
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4338
4338
|
export declare const DeleteAdmissionregistrationV1CollectionMutatingWebhookConfigurationInput: Schema.Struct<{
|
|
4339
4339
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4340
4340
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4499,7 +4499,7 @@ export declare const deleteAdmissionregistrationV1CollectionMutatingWebhookConfi
|
|
|
4499
4499
|
} | undefined;
|
|
4500
4500
|
readonly reason?: string | undefined;
|
|
4501
4501
|
readonly status?: string | undefined;
|
|
4502
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4502
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4503
4503
|
export declare const DeleteAdmissionregistrationV1CollectionValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
4504
4504
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4505
4505
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4664,7 +4664,7 @@ export declare const deleteAdmissionregistrationV1CollectionValidatingAdmissionP
|
|
|
4664
4664
|
} | undefined;
|
|
4665
4665
|
readonly reason?: string | undefined;
|
|
4666
4666
|
readonly status?: string | undefined;
|
|
4667
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4667
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4668
4668
|
export declare const DeleteAdmissionregistrationV1CollectionValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
4669
4669
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4670
4670
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4829,7 +4829,7 @@ export declare const deleteAdmissionregistrationV1CollectionValidatingAdmissionP
|
|
|
4829
4829
|
} | undefined;
|
|
4830
4830
|
readonly reason?: string | undefined;
|
|
4831
4831
|
readonly status?: string | undefined;
|
|
4832
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4832
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4833
4833
|
export declare const DeleteAdmissionregistrationV1CollectionValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
4834
4834
|
readonly pretty: Schema.optional<Schema.String>;
|
|
4835
4835
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -4994,7 +4994,7 @@ export declare const deleteAdmissionregistrationV1CollectionValidatingWebhookCon
|
|
|
4994
4994
|
} | undefined;
|
|
4995
4995
|
readonly reason?: string | undefined;
|
|
4996
4996
|
readonly status?: string | undefined;
|
|
4997
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
4997
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
4998
4998
|
export declare const DeleteAdmissionregistrationV1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
4999
4999
|
readonly name: Schema.String;
|
|
5000
5000
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5094,7 +5094,7 @@ export declare const deleteAdmissionregistrationV1MutatingAdmissionPolicy: API.O
|
|
|
5094
5094
|
} | undefined;
|
|
5095
5095
|
readonly reason?: string | undefined;
|
|
5096
5096
|
readonly status?: string | undefined;
|
|
5097
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5097
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5098
5098
|
export declare const DeleteAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
5099
5099
|
readonly name: Schema.String;
|
|
5100
5100
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5194,7 +5194,7 @@ export declare const deleteAdmissionregistrationV1MutatingAdmissionPolicyBinding
|
|
|
5194
5194
|
} | undefined;
|
|
5195
5195
|
readonly reason?: string | undefined;
|
|
5196
5196
|
readonly status?: string | undefined;
|
|
5197
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5197
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5198
5198
|
export declare const DeleteAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
5199
5199
|
readonly name: Schema.String;
|
|
5200
5200
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5294,7 +5294,7 @@ export declare const deleteAdmissionregistrationV1MutatingWebhookConfiguration:
|
|
|
5294
5294
|
} | undefined;
|
|
5295
5295
|
readonly reason?: string | undefined;
|
|
5296
5296
|
readonly status?: string | undefined;
|
|
5297
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5297
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5298
5298
|
export declare const DeleteAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
5299
5299
|
readonly name: Schema.String;
|
|
5300
5300
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5394,7 +5394,7 @@ export declare const deleteAdmissionregistrationV1ValidatingAdmissionPolicy: API
|
|
|
5394
5394
|
} | undefined;
|
|
5395
5395
|
readonly reason?: string | undefined;
|
|
5396
5396
|
readonly status?: string | undefined;
|
|
5397
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5397
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5398
5398
|
export declare const DeleteAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
5399
5399
|
readonly name: Schema.String;
|
|
5400
5400
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5494,7 +5494,7 @@ export declare const deleteAdmissionregistrationV1ValidatingAdmissionPolicyBindi
|
|
|
5494
5494
|
} | undefined;
|
|
5495
5495
|
readonly reason?: string | undefined;
|
|
5496
5496
|
readonly status?: string | undefined;
|
|
5497
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5497
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5498
5498
|
export declare const DeleteAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
5499
5499
|
readonly name: Schema.String;
|
|
5500
5500
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -5594,7 +5594,7 @@ export declare const deleteAdmissionregistrationV1ValidatingWebhookConfiguration
|
|
|
5594
5594
|
} | undefined;
|
|
5595
5595
|
readonly reason?: string | undefined;
|
|
5596
5596
|
readonly status?: string | undefined;
|
|
5597
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
5597
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
5598
5598
|
export declare const DeleteAdmissionregistrationV1alpha1CollectionMutatingAdmissionPolicyInput: Schema.Struct<{
|
|
5599
5599
|
readonly pretty: Schema.optional<Schema.String>;
|
|
5600
5600
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -5759,7 +5759,7 @@ export declare const deleteAdmissionregistrationV1alpha1CollectionMutatingAdmiss
|
|
|
5759
5759
|
} | undefined;
|
|
5760
5760
|
readonly reason?: string | undefined;
|
|
5761
5761
|
readonly status?: string | undefined;
|
|
5762
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5762
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5763
5763
|
export declare const DeleteAdmissionregistrationV1alpha1CollectionMutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
5764
5764
|
readonly pretty: Schema.optional<Schema.String>;
|
|
5765
5765
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -5924,7 +5924,7 @@ export declare const deleteAdmissionregistrationV1alpha1CollectionMutatingAdmiss
|
|
|
5924
5924
|
} | undefined;
|
|
5925
5925
|
readonly reason?: string | undefined;
|
|
5926
5926
|
readonly status?: string | undefined;
|
|
5927
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
5927
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
5928
5928
|
export declare const DeleteAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
5929
5929
|
readonly name: Schema.String;
|
|
5930
5930
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -6024,7 +6024,7 @@ export declare const deleteAdmissionregistrationV1alpha1MutatingAdmissionPolicy:
|
|
|
6024
6024
|
} | undefined;
|
|
6025
6025
|
readonly reason?: string | undefined;
|
|
6026
6026
|
readonly status?: string | undefined;
|
|
6027
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
6027
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
6028
6028
|
export declare const DeleteAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
6029
6029
|
readonly name: Schema.String;
|
|
6030
6030
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -6124,7 +6124,7 @@ export declare const deleteAdmissionregistrationV1alpha1MutatingAdmissionPolicyB
|
|
|
6124
6124
|
} | undefined;
|
|
6125
6125
|
readonly reason?: string | undefined;
|
|
6126
6126
|
readonly status?: string | undefined;
|
|
6127
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
6127
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
6128
6128
|
export declare const DeleteAdmissionregistrationV1beta1CollectionMutatingAdmissionPolicyInput: Schema.Struct<{
|
|
6129
6129
|
readonly pretty: Schema.optional<Schema.String>;
|
|
6130
6130
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -6289,7 +6289,7 @@ export declare const deleteAdmissionregistrationV1beta1CollectionMutatingAdmissi
|
|
|
6289
6289
|
} | undefined;
|
|
6290
6290
|
readonly reason?: string | undefined;
|
|
6291
6291
|
readonly status?: string | undefined;
|
|
6292
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6292
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6293
6293
|
export declare const DeleteAdmissionregistrationV1beta1CollectionMutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
6294
6294
|
readonly pretty: Schema.optional<Schema.String>;
|
|
6295
6295
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -6454,7 +6454,7 @@ export declare const deleteAdmissionregistrationV1beta1CollectionMutatingAdmissi
|
|
|
6454
6454
|
} | undefined;
|
|
6455
6455
|
readonly reason?: string | undefined;
|
|
6456
6456
|
readonly status?: string | undefined;
|
|
6457
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6457
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6458
6458
|
export declare const DeleteAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
6459
6459
|
readonly name: Schema.String;
|
|
6460
6460
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -6554,7 +6554,7 @@ export declare const deleteAdmissionregistrationV1beta1MutatingAdmissionPolicy:
|
|
|
6554
6554
|
} | undefined;
|
|
6555
6555
|
readonly reason?: string | undefined;
|
|
6556
6556
|
readonly status?: string | undefined;
|
|
6557
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
6557
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
6558
6558
|
export declare const DeleteAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
6559
6559
|
readonly name: Schema.String;
|
|
6560
6560
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -6654,7 +6654,7 @@ export declare const deleteAdmissionregistrationV1beta1MutatingAdmissionPolicyBi
|
|
|
6654
6654
|
} | undefined;
|
|
6655
6655
|
readonly reason?: string | undefined;
|
|
6656
6656
|
readonly status?: string | undefined;
|
|
6657
|
-
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
6657
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials, never>;
|
|
6658
6658
|
export declare const GetAdmissionregistrationAPIGroupInput: Schema.Struct<{}>;
|
|
6659
6659
|
export type GetAdmissionregistrationAPIGroupInput = typeof GetAdmissionregistrationAPIGroupInput.Type;
|
|
6660
6660
|
export declare const GetAdmissionregistrationAPIGroupOutput: Schema.Struct<{
|
|
@@ -6694,7 +6694,7 @@ export declare const getAdmissionregistrationAPIGroup: API.OperationMethod<{}, {
|
|
|
6694
6694
|
readonly groupVersion: string;
|
|
6695
6695
|
readonly version: string;
|
|
6696
6696
|
}[];
|
|
6697
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6697
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6698
6698
|
export declare const GetAdmissionregistrationV1APIResourcesInput: Schema.Struct<{}>;
|
|
6699
6699
|
export type GetAdmissionregistrationV1APIResourcesInput = typeof GetAdmissionregistrationV1APIResourcesInput.Type;
|
|
6700
6700
|
export declare const GetAdmissionregistrationV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -6734,7 +6734,7 @@ export declare const getAdmissionregistrationV1APIResources: API.OperationMethod
|
|
|
6734
6734
|
readonly verbs: readonly string[];
|
|
6735
6735
|
readonly version?: string | undefined;
|
|
6736
6736
|
}[];
|
|
6737
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6737
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6738
6738
|
export declare const GetAdmissionregistrationV1alpha1APIResourcesInput: Schema.Struct<{}>;
|
|
6739
6739
|
export type GetAdmissionregistrationV1alpha1APIResourcesInput = typeof GetAdmissionregistrationV1alpha1APIResourcesInput.Type;
|
|
6740
6740
|
export declare const GetAdmissionregistrationV1alpha1APIResourcesOutput: Schema.Struct<{
|
|
@@ -6774,7 +6774,7 @@ export declare const getAdmissionregistrationV1alpha1APIResources: API.Operation
|
|
|
6774
6774
|
readonly verbs: readonly string[];
|
|
6775
6775
|
readonly version?: string | undefined;
|
|
6776
6776
|
}[];
|
|
6777
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6777
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6778
6778
|
export declare const GetAdmissionregistrationV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
6779
6779
|
export type GetAdmissionregistrationV1beta1APIResourcesInput = typeof GetAdmissionregistrationV1beta1APIResourcesInput.Type;
|
|
6780
6780
|
export declare const GetAdmissionregistrationV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -6814,7 +6814,7 @@ export declare const getAdmissionregistrationV1beta1APIResources: API.OperationM
|
|
|
6814
6814
|
readonly verbs: readonly string[];
|
|
6815
6815
|
readonly version?: string | undefined;
|
|
6816
6816
|
}[];
|
|
6817
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
6817
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
6818
6818
|
export declare const ListAdmissionregistrationV1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
6819
6819
|
readonly pretty: Schema.optional<Schema.String>;
|
|
6820
6820
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -7126,7 +7126,7 @@ export declare const listAdmissionregistrationV1MutatingAdmissionPolicy: API.Ope
|
|
|
7126
7126
|
readonly selector: string;
|
|
7127
7127
|
} | undefined;
|
|
7128
7128
|
} | undefined;
|
|
7129
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7129
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7130
7130
|
export declare const ListAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
7131
7131
|
readonly pretty: Schema.optional<Schema.String>;
|
|
7132
7132
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -7422,7 +7422,7 @@ export declare const listAdmissionregistrationV1MutatingAdmissionPolicyBinding:
|
|
|
7422
7422
|
readonly selector: string;
|
|
7423
7423
|
} | undefined;
|
|
7424
7424
|
} | undefined;
|
|
7425
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7425
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7426
7426
|
export declare const ListAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
7427
7427
|
readonly pretty: Schema.optional<Schema.String>;
|
|
7428
7428
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -7706,7 +7706,7 @@ export declare const listAdmissionregistrationV1MutatingWebhookConfiguration: AP
|
|
|
7706
7706
|
readonly selector: string;
|
|
7707
7707
|
} | undefined;
|
|
7708
7708
|
} | undefined;
|
|
7709
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
7709
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
7710
7710
|
export declare const ListAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
7711
7711
|
readonly pretty: Schema.optional<Schema.String>;
|
|
7712
7712
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -8052,7 +8052,7 @@ export declare const listAdmissionregistrationV1ValidatingAdmissionPolicy: API.O
|
|
|
8052
8052
|
readonly selector: string;
|
|
8053
8053
|
} | undefined;
|
|
8054
8054
|
} | undefined;
|
|
8055
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
8055
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
8056
8056
|
export declare const ListAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
8057
8057
|
readonly pretty: Schema.optional<Schema.String>;
|
|
8058
8058
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -8350,7 +8350,7 @@ export declare const listAdmissionregistrationV1ValidatingAdmissionPolicyBinding
|
|
|
8350
8350
|
readonly selector: string;
|
|
8351
8351
|
} | undefined;
|
|
8352
8352
|
} | undefined;
|
|
8353
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
8353
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
8354
8354
|
export declare const ListAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
8355
8355
|
readonly pretty: Schema.optional<Schema.String>;
|
|
8356
8356
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -8632,7 +8632,7 @@ export declare const listAdmissionregistrationV1ValidatingWebhookConfiguration:
|
|
|
8632
8632
|
readonly selector: string;
|
|
8633
8633
|
} | undefined;
|
|
8634
8634
|
} | undefined;
|
|
8635
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
8635
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
8636
8636
|
export declare const ListAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
8637
8637
|
readonly pretty: Schema.optional<Schema.String>;
|
|
8638
8638
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -8944,7 +8944,7 @@ export declare const listAdmissionregistrationV1alpha1MutatingAdmissionPolicy: A
|
|
|
8944
8944
|
readonly selector: string;
|
|
8945
8945
|
} | undefined;
|
|
8946
8946
|
} | undefined;
|
|
8947
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
8947
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
8948
8948
|
export declare const ListAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
8949
8949
|
readonly pretty: Schema.optional<Schema.String>;
|
|
8950
8950
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -9240,7 +9240,7 @@ export declare const listAdmissionregistrationV1alpha1MutatingAdmissionPolicyBin
|
|
|
9240
9240
|
readonly selector: string;
|
|
9241
9241
|
} | undefined;
|
|
9242
9242
|
} | undefined;
|
|
9243
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9243
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9244
9244
|
export declare const ListAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
9245
9245
|
readonly pretty: Schema.optional<Schema.String>;
|
|
9246
9246
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -9552,7 +9552,7 @@ export declare const listAdmissionregistrationV1beta1MutatingAdmissionPolicy: AP
|
|
|
9552
9552
|
readonly selector: string;
|
|
9553
9553
|
} | undefined;
|
|
9554
9554
|
} | undefined;
|
|
9555
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9555
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9556
9556
|
export declare const ListAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
9557
9557
|
readonly pretty: Schema.optional<Schema.String>;
|
|
9558
9558
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -9848,7 +9848,7 @@ export declare const listAdmissionregistrationV1beta1MutatingAdmissionPolicyBind
|
|
|
9848
9848
|
readonly selector: string;
|
|
9849
9849
|
} | undefined;
|
|
9850
9850
|
} | undefined;
|
|
9851
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
9851
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
9852
9852
|
export declare const PatchAdmissionregistrationV1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
9853
9853
|
readonly name: Schema.String;
|
|
9854
9854
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10075,7 +10075,7 @@ export declare const patchAdmissionregistrationV1MutatingAdmissionPolicy: API.Op
|
|
|
10075
10075
|
readonly name: string;
|
|
10076
10076
|
}[] | undefined;
|
|
10077
10077
|
} | undefined;
|
|
10078
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
10078
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
10079
10079
|
export declare const PatchAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
10080
10080
|
readonly name: Schema.String;
|
|
10081
10081
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10286,7 +10286,7 @@ export declare const patchAdmissionregistrationV1MutatingAdmissionPolicyBinding:
|
|
|
10286
10286
|
} | undefined;
|
|
10287
10287
|
readonly policyName?: string | undefined;
|
|
10288
10288
|
} | undefined;
|
|
10289
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
10289
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
10290
10290
|
export declare const PatchAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
10291
10291
|
readonly name: Schema.String;
|
|
10292
10292
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10485,7 +10485,7 @@ export declare const patchAdmissionregistrationV1MutatingWebhookConfiguration: A
|
|
|
10485
10485
|
readonly sideEffects: string;
|
|
10486
10486
|
readonly timeoutSeconds?: number | undefined;
|
|
10487
10487
|
}[] | undefined;
|
|
10488
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
10488
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
10489
10489
|
export declare const PatchAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
10490
10490
|
readonly name: Schema.String;
|
|
10491
10491
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10746,7 +10746,7 @@ export declare const patchAdmissionregistrationV1ValidatingAdmissionPolicy: API.
|
|
|
10746
10746
|
}[] | undefined;
|
|
10747
10747
|
} | undefined;
|
|
10748
10748
|
} | undefined;
|
|
10749
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
10749
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
10750
10750
|
export declare const PatchAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
10751
10751
|
readonly name: Schema.String;
|
|
10752
10752
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -10959,7 +10959,7 @@ export declare const patchAdmissionregistrationV1ValidatingAdmissionPolicyBindin
|
|
|
10959
10959
|
readonly policyName: string;
|
|
10960
10960
|
readonly validationActions: readonly string[];
|
|
10961
10961
|
};
|
|
10962
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
10962
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
10963
10963
|
export declare const PatchAdmissionregistrationV1ValidatingAdmissionPolicyStatusInput: Schema.Struct<{
|
|
10964
10964
|
readonly name: Schema.String;
|
|
10965
10965
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11220,7 +11220,7 @@ export declare const patchAdmissionregistrationV1ValidatingAdmissionPolicyStatus
|
|
|
11220
11220
|
}[] | undefined;
|
|
11221
11221
|
} | undefined;
|
|
11222
11222
|
} | undefined;
|
|
11223
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11223
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11224
11224
|
export declare const PatchAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
11225
11225
|
readonly name: Schema.String;
|
|
11226
11226
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11417,7 +11417,7 @@ export declare const patchAdmissionregistrationV1ValidatingWebhookConfiguration:
|
|
|
11417
11417
|
readonly sideEffects: string;
|
|
11418
11418
|
readonly timeoutSeconds?: number | undefined;
|
|
11419
11419
|
}[] | undefined;
|
|
11420
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11420
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11421
11421
|
export declare const PatchAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
11422
11422
|
readonly name: Schema.String;
|
|
11423
11423
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11644,7 +11644,7 @@ export declare const patchAdmissionregistrationV1alpha1MutatingAdmissionPolicy:
|
|
|
11644
11644
|
readonly name: string;
|
|
11645
11645
|
}[] | undefined;
|
|
11646
11646
|
} | undefined;
|
|
11647
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11647
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11648
11648
|
export declare const PatchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
11649
11649
|
readonly name: Schema.String;
|
|
11650
11650
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -11855,7 +11855,7 @@ export declare const patchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBi
|
|
|
11855
11855
|
} | undefined;
|
|
11856
11856
|
readonly policyName?: string | undefined;
|
|
11857
11857
|
} | undefined;
|
|
11858
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
11858
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
11859
11859
|
export declare const PatchAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
11860
11860
|
readonly name: Schema.String;
|
|
11861
11861
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12082,7 +12082,7 @@ export declare const patchAdmissionregistrationV1beta1MutatingAdmissionPolicy: A
|
|
|
12082
12082
|
readonly name: string;
|
|
12083
12083
|
}[] | undefined;
|
|
12084
12084
|
} | undefined;
|
|
12085
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
12085
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
12086
12086
|
export declare const PatchAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
12087
12087
|
readonly name: Schema.String;
|
|
12088
12088
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12293,7 +12293,7 @@ export declare const patchAdmissionregistrationV1beta1MutatingAdmissionPolicyBin
|
|
|
12293
12293
|
} | undefined;
|
|
12294
12294
|
readonly policyName?: string | undefined;
|
|
12295
12295
|
} | undefined;
|
|
12296
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
12296
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
12297
12297
|
export declare const ReadAdmissionregistrationV1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
12298
12298
|
readonly name: Schema.String;
|
|
12299
12299
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12508,7 +12508,7 @@ export declare const readAdmissionregistrationV1MutatingAdmissionPolicy: API.Ope
|
|
|
12508
12508
|
readonly name: string;
|
|
12509
12509
|
}[] | undefined;
|
|
12510
12510
|
} | undefined;
|
|
12511
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
12511
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
12512
12512
|
export declare const ReadAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
12513
12513
|
readonly name: Schema.String;
|
|
12514
12514
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12707,7 +12707,7 @@ export declare const readAdmissionregistrationV1MutatingAdmissionPolicyBinding:
|
|
|
12707
12707
|
} | undefined;
|
|
12708
12708
|
readonly policyName?: string | undefined;
|
|
12709
12709
|
} | undefined;
|
|
12710
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
12710
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
12711
12711
|
export declare const ReadAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
12712
12712
|
readonly name: Schema.String;
|
|
12713
12713
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -12894,7 +12894,7 @@ export declare const readAdmissionregistrationV1MutatingWebhookConfiguration: AP
|
|
|
12894
12894
|
readonly sideEffects: string;
|
|
12895
12895
|
readonly timeoutSeconds?: number | undefined;
|
|
12896
12896
|
}[] | undefined;
|
|
12897
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
12897
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
12898
12898
|
export declare const ReadAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
12899
12899
|
readonly name: Schema.String;
|
|
12900
12900
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13143,7 +13143,7 @@ export declare const readAdmissionregistrationV1ValidatingAdmissionPolicy: API.O
|
|
|
13143
13143
|
}[] | undefined;
|
|
13144
13144
|
} | undefined;
|
|
13145
13145
|
} | undefined;
|
|
13146
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
13146
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
13147
13147
|
export declare const ReadAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
13148
13148
|
readonly name: Schema.String;
|
|
13149
13149
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13344,7 +13344,7 @@ export declare const readAdmissionregistrationV1ValidatingAdmissionPolicyBinding
|
|
|
13344
13344
|
readonly policyName: string;
|
|
13345
13345
|
readonly validationActions: readonly string[];
|
|
13346
13346
|
};
|
|
13347
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
13347
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
13348
13348
|
export declare const ReadAdmissionregistrationV1ValidatingAdmissionPolicyStatusInput: Schema.Struct<{
|
|
13349
13349
|
readonly name: Schema.String;
|
|
13350
13350
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13593,7 +13593,7 @@ export declare const readAdmissionregistrationV1ValidatingAdmissionPolicyStatus:
|
|
|
13593
13593
|
}[] | undefined;
|
|
13594
13594
|
} | undefined;
|
|
13595
13595
|
} | undefined;
|
|
13596
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
13596
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
13597
13597
|
export declare const ReadAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
13598
13598
|
readonly name: Schema.String;
|
|
13599
13599
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13778,7 +13778,7 @@ export declare const readAdmissionregistrationV1ValidatingWebhookConfiguration:
|
|
|
13778
13778
|
readonly sideEffects: string;
|
|
13779
13779
|
readonly timeoutSeconds?: number | undefined;
|
|
13780
13780
|
}[] | undefined;
|
|
13781
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
13781
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
13782
13782
|
export declare const ReadAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
13783
13783
|
readonly name: Schema.String;
|
|
13784
13784
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -13993,7 +13993,7 @@ export declare const readAdmissionregistrationV1alpha1MutatingAdmissionPolicy: A
|
|
|
13993
13993
|
readonly name: string;
|
|
13994
13994
|
}[] | undefined;
|
|
13995
13995
|
} | undefined;
|
|
13996
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
13996
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
13997
13997
|
export declare const ReadAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
13998
13998
|
readonly name: Schema.String;
|
|
13999
13999
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14192,7 +14192,7 @@ export declare const readAdmissionregistrationV1alpha1MutatingAdmissionPolicyBin
|
|
|
14192
14192
|
} | undefined;
|
|
14193
14193
|
readonly policyName?: string | undefined;
|
|
14194
14194
|
} | undefined;
|
|
14195
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
14195
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
14196
14196
|
export declare const ReadAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
14197
14197
|
readonly name: Schema.String;
|
|
14198
14198
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14407,7 +14407,7 @@ export declare const readAdmissionregistrationV1beta1MutatingAdmissionPolicy: AP
|
|
|
14407
14407
|
readonly name: string;
|
|
14408
14408
|
}[] | undefined;
|
|
14409
14409
|
} | undefined;
|
|
14410
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
14410
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
14411
14411
|
export declare const ReadAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
14412
14412
|
readonly name: Schema.String;
|
|
14413
14413
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -14606,7 +14606,7 @@ export declare const readAdmissionregistrationV1beta1MutatingAdmissionPolicyBind
|
|
|
14606
14606
|
} | undefined;
|
|
14607
14607
|
readonly policyName?: string | undefined;
|
|
14608
14608
|
} | undefined;
|
|
14609
|
-
}, NotFound, import("../credentials.ts").Credentials>;
|
|
14609
|
+
}, NotFound, import("../credentials.ts").Credentials, never>;
|
|
14610
14610
|
export declare const ReplaceAdmissionregistrationV1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
14611
14611
|
readonly name: Schema.String;
|
|
14612
14612
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -15026,7 +15026,7 @@ export declare const replaceAdmissionregistrationV1MutatingAdmissionPolicy: API.
|
|
|
15026
15026
|
readonly name: string;
|
|
15027
15027
|
}[] | undefined;
|
|
15028
15028
|
} | undefined;
|
|
15029
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
15029
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
15030
15030
|
export declare const ReplaceAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
15031
15031
|
readonly name: Schema.String;
|
|
15032
15032
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -15414,7 +15414,7 @@ export declare const replaceAdmissionregistrationV1MutatingAdmissionPolicyBindin
|
|
|
15414
15414
|
} | undefined;
|
|
15415
15415
|
readonly policyName?: string | undefined;
|
|
15416
15416
|
} | undefined;
|
|
15417
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
15417
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
15418
15418
|
export declare const ReplaceAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
15419
15419
|
readonly name: Schema.String;
|
|
15420
15420
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -15778,7 +15778,7 @@ export declare const replaceAdmissionregistrationV1MutatingWebhookConfiguration:
|
|
|
15778
15778
|
readonly sideEffects: string;
|
|
15779
15779
|
readonly timeoutSeconds?: number | undefined;
|
|
15780
15780
|
}[] | undefined;
|
|
15781
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
15781
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
15782
15782
|
export declare const ReplaceAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
15783
15783
|
readonly name: Schema.String;
|
|
15784
15784
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -16266,7 +16266,7 @@ export declare const replaceAdmissionregistrationV1ValidatingAdmissionPolicy: AP
|
|
|
16266
16266
|
}[] | undefined;
|
|
16267
16267
|
} | undefined;
|
|
16268
16268
|
} | undefined;
|
|
16269
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
16269
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
16270
16270
|
export declare const ReplaceAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
16271
16271
|
readonly name: Schema.String;
|
|
16272
16272
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -16658,7 +16658,7 @@ export declare const replaceAdmissionregistrationV1ValidatingAdmissionPolicyBind
|
|
|
16658
16658
|
readonly policyName: string;
|
|
16659
16659
|
readonly validationActions: readonly string[];
|
|
16660
16660
|
};
|
|
16661
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
16661
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
16662
16662
|
export declare const ReplaceAdmissionregistrationV1ValidatingAdmissionPolicyStatusInput: Schema.Struct<{
|
|
16663
16663
|
readonly name: Schema.String;
|
|
16664
16664
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -17146,7 +17146,7 @@ export declare const replaceAdmissionregistrationV1ValidatingAdmissionPolicyStat
|
|
|
17146
17146
|
}[] | undefined;
|
|
17147
17147
|
} | undefined;
|
|
17148
17148
|
} | undefined;
|
|
17149
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
17149
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
17150
17150
|
export declare const ReplaceAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
17151
17151
|
readonly name: Schema.String;
|
|
17152
17152
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -17506,7 +17506,7 @@ export declare const replaceAdmissionregistrationV1ValidatingWebhookConfiguratio
|
|
|
17506
17506
|
readonly sideEffects: string;
|
|
17507
17507
|
readonly timeoutSeconds?: number | undefined;
|
|
17508
17508
|
}[] | undefined;
|
|
17509
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
17509
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
17510
17510
|
export declare const ReplaceAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
17511
17511
|
readonly name: Schema.String;
|
|
17512
17512
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -17926,7 +17926,7 @@ export declare const replaceAdmissionregistrationV1alpha1MutatingAdmissionPolicy
|
|
|
17926
17926
|
readonly name: string;
|
|
17927
17927
|
}[] | undefined;
|
|
17928
17928
|
} | undefined;
|
|
17929
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
17929
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
17930
17930
|
export declare const ReplaceAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
17931
17931
|
readonly name: Schema.String;
|
|
17932
17932
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -18314,7 +18314,7 @@ export declare const replaceAdmissionregistrationV1alpha1MutatingAdmissionPolicy
|
|
|
18314
18314
|
} | undefined;
|
|
18315
18315
|
readonly policyName?: string | undefined;
|
|
18316
18316
|
} | undefined;
|
|
18317
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
18317
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
18318
18318
|
export declare const ReplaceAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
18319
18319
|
readonly name: Schema.String;
|
|
18320
18320
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -18734,7 +18734,7 @@ export declare const replaceAdmissionregistrationV1beta1MutatingAdmissionPolicy:
|
|
|
18734
18734
|
readonly name: string;
|
|
18735
18735
|
}[] | undefined;
|
|
18736
18736
|
} | undefined;
|
|
18737
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
18737
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
18738
18738
|
export declare const ReplaceAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
18739
18739
|
readonly name: Schema.String;
|
|
18740
18740
|
readonly pretty: Schema.optional<Schema.String>;
|
|
@@ -19122,7 +19122,7 @@ export declare const replaceAdmissionregistrationV1beta1MutatingAdmissionPolicyB
|
|
|
19122
19122
|
} | undefined;
|
|
19123
19123
|
readonly policyName?: string | undefined;
|
|
19124
19124
|
} | undefined;
|
|
19125
|
-
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
19125
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials, never>;
|
|
19126
19126
|
export declare const WatchAdmissionregistrationV1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
19127
19127
|
readonly name: Schema.String;
|
|
19128
19128
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19219,7 +19219,7 @@ export declare const watchAdmissionregistrationV1MutatingAdmissionPolicy: API.Op
|
|
|
19219
19219
|
}, {
|
|
19220
19220
|
readonly object: unknown;
|
|
19221
19221
|
readonly type: string;
|
|
19222
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19222
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19223
19223
|
export declare const WatchAdmissionregistrationV1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
19224
19224
|
readonly name: Schema.String;
|
|
19225
19225
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19316,7 +19316,7 @@ export declare const watchAdmissionregistrationV1MutatingAdmissionPolicyBinding:
|
|
|
19316
19316
|
}, {
|
|
19317
19317
|
readonly object: unknown;
|
|
19318
19318
|
readonly type: string;
|
|
19319
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19319
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19320
19320
|
export declare const WatchAdmissionregistrationV1MutatingAdmissionPolicyBindingListInput: Schema.Struct<{
|
|
19321
19321
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
19322
19322
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -19410,7 +19410,7 @@ export declare const watchAdmissionregistrationV1MutatingAdmissionPolicyBindingL
|
|
|
19410
19410
|
}, {
|
|
19411
19411
|
readonly object: unknown;
|
|
19412
19412
|
readonly type: string;
|
|
19413
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19413
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19414
19414
|
export declare const WatchAdmissionregistrationV1MutatingAdmissionPolicyListInput: Schema.Struct<{
|
|
19415
19415
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
19416
19416
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -19504,7 +19504,7 @@ export declare const watchAdmissionregistrationV1MutatingAdmissionPolicyList: AP
|
|
|
19504
19504
|
}, {
|
|
19505
19505
|
readonly object: unknown;
|
|
19506
19506
|
readonly type: string;
|
|
19507
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19507
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19508
19508
|
export declare const WatchAdmissionregistrationV1MutatingWebhookConfigurationInput: Schema.Struct<{
|
|
19509
19509
|
readonly name: Schema.String;
|
|
19510
19510
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19601,7 +19601,7 @@ export declare const watchAdmissionregistrationV1MutatingWebhookConfiguration: A
|
|
|
19601
19601
|
}, {
|
|
19602
19602
|
readonly object: unknown;
|
|
19603
19603
|
readonly type: string;
|
|
19604
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19604
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19605
19605
|
export declare const WatchAdmissionregistrationV1MutatingWebhookConfigurationListInput: Schema.Struct<{
|
|
19606
19606
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
19607
19607
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -19695,7 +19695,7 @@ export declare const watchAdmissionregistrationV1MutatingWebhookConfigurationLis
|
|
|
19695
19695
|
}, {
|
|
19696
19696
|
readonly object: unknown;
|
|
19697
19697
|
readonly type: string;
|
|
19698
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19698
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19699
19699
|
export declare const WatchAdmissionregistrationV1ValidatingAdmissionPolicyInput: Schema.Struct<{
|
|
19700
19700
|
readonly name: Schema.String;
|
|
19701
19701
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19792,7 +19792,7 @@ export declare const watchAdmissionregistrationV1ValidatingAdmissionPolicy: API.
|
|
|
19792
19792
|
}, {
|
|
19793
19793
|
readonly object: unknown;
|
|
19794
19794
|
readonly type: string;
|
|
19795
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19795
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19796
19796
|
export declare const WatchAdmissionregistrationV1ValidatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
19797
19797
|
readonly name: Schema.String;
|
|
19798
19798
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -19889,7 +19889,7 @@ export declare const watchAdmissionregistrationV1ValidatingAdmissionPolicyBindin
|
|
|
19889
19889
|
}, {
|
|
19890
19890
|
readonly object: unknown;
|
|
19891
19891
|
readonly type: string;
|
|
19892
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19892
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19893
19893
|
export declare const WatchAdmissionregistrationV1ValidatingAdmissionPolicyBindingListInput: Schema.Struct<{
|
|
19894
19894
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
19895
19895
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -19983,7 +19983,7 @@ export declare const watchAdmissionregistrationV1ValidatingAdmissionPolicyBindin
|
|
|
19983
19983
|
}, {
|
|
19984
19984
|
readonly object: unknown;
|
|
19985
19985
|
readonly type: string;
|
|
19986
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
19986
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
19987
19987
|
export declare const WatchAdmissionregistrationV1ValidatingAdmissionPolicyListInput: Schema.Struct<{
|
|
19988
19988
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
19989
19989
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20077,7 +20077,7 @@ export declare const watchAdmissionregistrationV1ValidatingAdmissionPolicyList:
|
|
|
20077
20077
|
}, {
|
|
20078
20078
|
readonly object: unknown;
|
|
20079
20079
|
readonly type: string;
|
|
20080
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20080
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20081
20081
|
export declare const WatchAdmissionregistrationV1ValidatingWebhookConfigurationInput: Schema.Struct<{
|
|
20082
20082
|
readonly name: Schema.String;
|
|
20083
20083
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -20174,7 +20174,7 @@ export declare const watchAdmissionregistrationV1ValidatingWebhookConfiguration:
|
|
|
20174
20174
|
}, {
|
|
20175
20175
|
readonly object: unknown;
|
|
20176
20176
|
readonly type: string;
|
|
20177
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20177
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20178
20178
|
export declare const WatchAdmissionregistrationV1ValidatingWebhookConfigurationListInput: Schema.Struct<{
|
|
20179
20179
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20180
20180
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20268,7 +20268,7 @@ export declare const watchAdmissionregistrationV1ValidatingWebhookConfigurationL
|
|
|
20268
20268
|
}, {
|
|
20269
20269
|
readonly object: unknown;
|
|
20270
20270
|
readonly type: string;
|
|
20271
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20271
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20272
20272
|
export declare const WatchAdmissionregistrationV1alpha1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
20273
20273
|
readonly name: Schema.String;
|
|
20274
20274
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -20365,7 +20365,7 @@ export declare const watchAdmissionregistrationV1alpha1MutatingAdmissionPolicy:
|
|
|
20365
20365
|
}, {
|
|
20366
20366
|
readonly object: unknown;
|
|
20367
20367
|
readonly type: string;
|
|
20368
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20368
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20369
20369
|
export declare const WatchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
20370
20370
|
readonly name: Schema.String;
|
|
20371
20371
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -20462,7 +20462,7 @@ export declare const watchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBi
|
|
|
20462
20462
|
}, {
|
|
20463
20463
|
readonly object: unknown;
|
|
20464
20464
|
readonly type: string;
|
|
20465
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20465
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20466
20466
|
export declare const WatchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBindingListInput: Schema.Struct<{
|
|
20467
20467
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20468
20468
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20556,7 +20556,7 @@ export declare const watchAdmissionregistrationV1alpha1MutatingAdmissionPolicyBi
|
|
|
20556
20556
|
}, {
|
|
20557
20557
|
readonly object: unknown;
|
|
20558
20558
|
readonly type: string;
|
|
20559
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20559
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20560
20560
|
export declare const WatchAdmissionregistrationV1alpha1MutatingAdmissionPolicyListInput: Schema.Struct<{
|
|
20561
20561
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20562
20562
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20650,7 +20650,7 @@ export declare const watchAdmissionregistrationV1alpha1MutatingAdmissionPolicyLi
|
|
|
20650
20650
|
}, {
|
|
20651
20651
|
readonly object: unknown;
|
|
20652
20652
|
readonly type: string;
|
|
20653
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20653
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20654
20654
|
export declare const WatchAdmissionregistrationV1beta1MutatingAdmissionPolicyInput: Schema.Struct<{
|
|
20655
20655
|
readonly name: Schema.String;
|
|
20656
20656
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -20747,7 +20747,7 @@ export declare const watchAdmissionregistrationV1beta1MutatingAdmissionPolicy: A
|
|
|
20747
20747
|
}, {
|
|
20748
20748
|
readonly object: unknown;
|
|
20749
20749
|
readonly type: string;
|
|
20750
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20750
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20751
20751
|
export declare const WatchAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingInput: Schema.Struct<{
|
|
20752
20752
|
readonly name: Schema.String;
|
|
20753
20753
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
@@ -20844,7 +20844,7 @@ export declare const watchAdmissionregistrationV1beta1MutatingAdmissionPolicyBin
|
|
|
20844
20844
|
}, {
|
|
20845
20845
|
readonly object: unknown;
|
|
20846
20846
|
readonly type: string;
|
|
20847
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20847
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20848
20848
|
export declare const WatchAdmissionregistrationV1beta1MutatingAdmissionPolicyBindingListInput: Schema.Struct<{
|
|
20849
20849
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20850
20850
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -20938,7 +20938,7 @@ export declare const watchAdmissionregistrationV1beta1MutatingAdmissionPolicyBin
|
|
|
20938
20938
|
}, {
|
|
20939
20939
|
readonly object: unknown;
|
|
20940
20940
|
readonly type: string;
|
|
20941
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
20941
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
20942
20942
|
export declare const WatchAdmissionregistrationV1beta1MutatingAdmissionPolicyListInput: Schema.Struct<{
|
|
20943
20943
|
readonly allowWatchBookmarks: Schema.optional<Schema.Boolean>;
|
|
20944
20944
|
readonly continue: Schema.optional<Schema.String>;
|
|
@@ -21032,5 +21032,5 @@ export declare const watchAdmissionregistrationV1beta1MutatingAdmissionPolicyLis
|
|
|
21032
21032
|
}, {
|
|
21033
21033
|
readonly object: unknown;
|
|
21034
21034
|
readonly type: string;
|
|
21035
|
-
}, never, import("../credentials.ts").Credentials>;
|
|
21035
|
+
}, never, import("../credentials.ts").Credentials, never>;
|
|
21036
21036
|
//# sourceMappingURL=admissionregistration.d.ts.map
|