@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
|
@@ -113,7 +113,7 @@ export declare const createNetworkingV1IPAddress: API.OperationMethod<{
|
|
|
113
113
|
readonly resource: string;
|
|
114
114
|
};
|
|
115
115
|
};
|
|
116
|
-
}, Conflict | UnprocessableEntity,
|
|
116
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
117
117
|
export declare const CreateNetworkingV1IngressClassInput: Schema.Struct<{
|
|
118
118
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
119
119
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -224,7 +224,7 @@ export declare const createNetworkingV1IngressClass: API.OperationMethod<{
|
|
|
224
224
|
readonly scope?: string | undefined;
|
|
225
225
|
} | undefined;
|
|
226
226
|
} | undefined;
|
|
227
|
-
}, Conflict | UnprocessableEntity,
|
|
227
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
228
228
|
export declare const CreateNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
229
229
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
230
230
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -429,7 +429,7 @@ export declare const createNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
|
429
429
|
}[] | undefined;
|
|
430
430
|
} | undefined;
|
|
431
431
|
} | undefined;
|
|
432
|
-
}, Conflict | UnprocessableEntity,
|
|
432
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
433
433
|
export declare const CreateNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
434
434
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
435
435
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -668,7 +668,7 @@ export declare const createNetworkingV1NamespacedNetworkPolicy: API.OperationMet
|
|
|
668
668
|
} | undefined;
|
|
669
669
|
readonly policyTypes?: readonly string[] | undefined;
|
|
670
670
|
} | undefined;
|
|
671
|
-
}, Conflict | UnprocessableEntity,
|
|
671
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
672
672
|
export declare const CreateNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
673
673
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
674
674
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -785,7 +785,7 @@ export declare const createNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
|
785
785
|
readonly type: string;
|
|
786
786
|
}[] | undefined;
|
|
787
787
|
} | undefined;
|
|
788
|
-
}, Conflict | UnprocessableEntity,
|
|
788
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
789
789
|
export declare const CreateNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
790
790
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
791
791
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -892,7 +892,7 @@ export declare const createNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
|
892
892
|
readonly resource: string;
|
|
893
893
|
};
|
|
894
894
|
};
|
|
895
|
-
}, Conflict | UnprocessableEntity,
|
|
895
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
896
896
|
export declare const CreateNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
897
897
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
898
898
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -1009,7 +1009,7 @@ export declare const createNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
|
1009
1009
|
readonly type: string;
|
|
1010
1010
|
}[] | undefined;
|
|
1011
1011
|
} | undefined;
|
|
1012
|
-
}, Conflict | UnprocessableEntity,
|
|
1012
|
+
}, Conflict | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
1013
1013
|
export declare const DeleteNetworkingV1CollectionIPAddressInput: Schema.Struct<{
|
|
1014
1014
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1015
1015
|
}>;
|
|
@@ -1079,7 +1079,7 @@ export declare const deleteNetworkingV1CollectionIPAddress: API.OperationMethod<
|
|
|
1079
1079
|
} | undefined;
|
|
1080
1080
|
readonly reason?: string | undefined;
|
|
1081
1081
|
readonly status?: string | undefined;
|
|
1082
|
-
}, never,
|
|
1082
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1083
1083
|
export declare const DeleteNetworkingV1CollectionIngressClassInput: Schema.Struct<{
|
|
1084
1084
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1085
1085
|
}>;
|
|
@@ -1149,7 +1149,7 @@ export declare const deleteNetworkingV1CollectionIngressClass: API.OperationMeth
|
|
|
1149
1149
|
} | undefined;
|
|
1150
1150
|
readonly reason?: string | undefined;
|
|
1151
1151
|
readonly status?: string | undefined;
|
|
1152
|
-
}, never,
|
|
1152
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1153
1153
|
export declare const DeleteNetworkingV1CollectionNamespacedIngressInput: Schema.Struct<{
|
|
1154
1154
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1155
1155
|
}>;
|
|
@@ -1219,7 +1219,7 @@ export declare const deleteNetworkingV1CollectionNamespacedIngress: API.Operatio
|
|
|
1219
1219
|
} | undefined;
|
|
1220
1220
|
readonly reason?: string | undefined;
|
|
1221
1221
|
readonly status?: string | undefined;
|
|
1222
|
-
}, never,
|
|
1222
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1223
1223
|
export declare const DeleteNetworkingV1CollectionNamespacedNetworkPolicyInput: Schema.Struct<{
|
|
1224
1224
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1225
1225
|
}>;
|
|
@@ -1289,7 +1289,7 @@ export declare const deleteNetworkingV1CollectionNamespacedNetworkPolicy: API.Op
|
|
|
1289
1289
|
} | undefined;
|
|
1290
1290
|
readonly reason?: string | undefined;
|
|
1291
1291
|
readonly status?: string | undefined;
|
|
1292
|
-
}, never,
|
|
1292
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1293
1293
|
export declare const DeleteNetworkingV1CollectionServiceCIDRInput: Schema.Struct<{
|
|
1294
1294
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1295
1295
|
}>;
|
|
@@ -1359,7 +1359,7 @@ export declare const deleteNetworkingV1CollectionServiceCIDR: API.OperationMetho
|
|
|
1359
1359
|
} | undefined;
|
|
1360
1360
|
readonly reason?: string | undefined;
|
|
1361
1361
|
readonly status?: string | undefined;
|
|
1362
|
-
}, never,
|
|
1362
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1363
1363
|
export declare const DeleteNetworkingV1IPAddressInput: Schema.Struct<{
|
|
1364
1364
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1365
1365
|
}>;
|
|
@@ -1429,7 +1429,7 @@ export declare const deleteNetworkingV1IPAddress: API.OperationMethod<{
|
|
|
1429
1429
|
} | undefined;
|
|
1430
1430
|
readonly reason?: string | undefined;
|
|
1431
1431
|
readonly status?: string | undefined;
|
|
1432
|
-
}, Conflict | NotFound,
|
|
1432
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1433
1433
|
export declare const DeleteNetworkingV1IngressClassInput: Schema.Struct<{
|
|
1434
1434
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1435
1435
|
}>;
|
|
@@ -1499,7 +1499,7 @@ export declare const deleteNetworkingV1IngressClass: API.OperationMethod<{
|
|
|
1499
1499
|
} | undefined;
|
|
1500
1500
|
readonly reason?: string | undefined;
|
|
1501
1501
|
readonly status?: string | undefined;
|
|
1502
|
-
}, Conflict | NotFound,
|
|
1502
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1503
1503
|
export declare const DeleteNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
1504
1504
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1505
1505
|
}>;
|
|
@@ -1569,7 +1569,7 @@ export declare const deleteNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
|
1569
1569
|
} | undefined;
|
|
1570
1570
|
readonly reason?: string | undefined;
|
|
1571
1571
|
readonly status?: string | undefined;
|
|
1572
|
-
}, Conflict | NotFound,
|
|
1572
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1573
1573
|
export declare const DeleteNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
1574
1574
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1575
1575
|
}>;
|
|
@@ -1639,7 +1639,7 @@ export declare const deleteNetworkingV1NamespacedNetworkPolicy: API.OperationMet
|
|
|
1639
1639
|
} | undefined;
|
|
1640
1640
|
readonly reason?: string | undefined;
|
|
1641
1641
|
readonly status?: string | undefined;
|
|
1642
|
-
}, Conflict | NotFound,
|
|
1642
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1643
1643
|
export declare const DeleteNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
1644
1644
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1645
1645
|
}>;
|
|
@@ -1709,7 +1709,7 @@ export declare const deleteNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
|
1709
1709
|
} | undefined;
|
|
1710
1710
|
readonly reason?: string | undefined;
|
|
1711
1711
|
readonly status?: string | undefined;
|
|
1712
|
-
}, Conflict | NotFound,
|
|
1712
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1713
1713
|
export declare const DeleteNetworkingV1beta1CollectionIPAddressInput: Schema.Struct<{
|
|
1714
1714
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1715
1715
|
}>;
|
|
@@ -1779,7 +1779,7 @@ export declare const deleteNetworkingV1beta1CollectionIPAddress: API.OperationMe
|
|
|
1779
1779
|
} | undefined;
|
|
1780
1780
|
readonly reason?: string | undefined;
|
|
1781
1781
|
readonly status?: string | undefined;
|
|
1782
|
-
}, never,
|
|
1782
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1783
1783
|
export declare const DeleteNetworkingV1beta1CollectionServiceCIDRInput: Schema.Struct<{
|
|
1784
1784
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1785
1785
|
}>;
|
|
@@ -1849,7 +1849,7 @@ export declare const deleteNetworkingV1beta1CollectionServiceCIDR: API.Operation
|
|
|
1849
1849
|
} | undefined;
|
|
1850
1850
|
readonly reason?: string | undefined;
|
|
1851
1851
|
readonly status?: string | undefined;
|
|
1852
|
-
}, never,
|
|
1852
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
1853
1853
|
export declare const DeleteNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
1854
1854
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1855
1855
|
}>;
|
|
@@ -1919,7 +1919,7 @@ export declare const deleteNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
|
1919
1919
|
} | undefined;
|
|
1920
1920
|
readonly reason?: string | undefined;
|
|
1921
1921
|
readonly status?: string | undefined;
|
|
1922
|
-
}, Conflict | NotFound,
|
|
1922
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1923
1923
|
export declare const DeleteNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
1924
1924
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
1925
1925
|
}>;
|
|
@@ -1989,7 +1989,7 @@ export declare const deleteNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
|
1989
1989
|
} | undefined;
|
|
1990
1990
|
readonly reason?: string | undefined;
|
|
1991
1991
|
readonly status?: string | undefined;
|
|
1992
|
-
}, Conflict | NotFound,
|
|
1992
|
+
}, Conflict | NotFound, import("../credentials.ts").Credentials>;
|
|
1993
1993
|
export declare const GetNetworkingAPIGroupInput: Schema.Struct<{}>;
|
|
1994
1994
|
export type GetNetworkingAPIGroupInput = typeof GetNetworkingAPIGroupInput.Type;
|
|
1995
1995
|
export declare const GetNetworkingAPIGroupOutput: Schema.Struct<{
|
|
@@ -2029,7 +2029,7 @@ export declare const getNetworkingAPIGroup: API.OperationMethod<{}, {
|
|
|
2029
2029
|
readonly groupVersion: string;
|
|
2030
2030
|
readonly version: string;
|
|
2031
2031
|
}[];
|
|
2032
|
-
}, never,
|
|
2032
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2033
2033
|
export declare const GetNetworkingV1APIResourcesInput: Schema.Struct<{}>;
|
|
2034
2034
|
export type GetNetworkingV1APIResourcesInput = typeof GetNetworkingV1APIResourcesInput.Type;
|
|
2035
2035
|
export declare const GetNetworkingV1APIResourcesOutput: Schema.Struct<{
|
|
@@ -2069,7 +2069,7 @@ export declare const getNetworkingV1APIResources: API.OperationMethod<{}, {
|
|
|
2069
2069
|
readonly verbs: readonly string[];
|
|
2070
2070
|
readonly version?: string | undefined;
|
|
2071
2071
|
}[];
|
|
2072
|
-
}, never,
|
|
2072
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2073
2073
|
export declare const GetNetworkingV1beta1APIResourcesInput: Schema.Struct<{}>;
|
|
2074
2074
|
export type GetNetworkingV1beta1APIResourcesInput = typeof GetNetworkingV1beta1APIResourcesInput.Type;
|
|
2075
2075
|
export declare const GetNetworkingV1beta1APIResourcesOutput: Schema.Struct<{
|
|
@@ -2109,7 +2109,7 @@ export declare const getNetworkingV1beta1APIResources: API.OperationMethod<{}, {
|
|
|
2109
2109
|
readonly verbs: readonly string[];
|
|
2110
2110
|
readonly version?: string | undefined;
|
|
2111
2111
|
}[];
|
|
2112
|
-
}, never,
|
|
2112
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2113
2113
|
export declare const ListNetworkingV1IPAddressInput: Schema.Struct<{}>;
|
|
2114
2114
|
export type ListNetworkingV1IPAddressInput = typeof ListNetworkingV1IPAddressInput.Type;
|
|
2115
2115
|
export declare const ListNetworkingV1IPAddressOutput: Schema.Struct<{
|
|
@@ -2233,7 +2233,7 @@ export declare const listNetworkingV1IPAddress: API.OperationMethod<{}, {
|
|
|
2233
2233
|
readonly selector: string;
|
|
2234
2234
|
} | undefined;
|
|
2235
2235
|
} | undefined;
|
|
2236
|
-
}, never,
|
|
2236
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2237
2237
|
export declare const ListNetworkingV1IngressClassInput: Schema.Struct<{}>;
|
|
2238
2238
|
export type ListNetworkingV1IngressClassInput = typeof ListNetworkingV1IngressClassInput.Type;
|
|
2239
2239
|
export declare const ListNetworkingV1IngressClassOutput: Schema.Struct<{
|
|
@@ -2361,7 +2361,7 @@ export declare const listNetworkingV1IngressClass: API.OperationMethod<{}, {
|
|
|
2361
2361
|
readonly selector: string;
|
|
2362
2362
|
} | undefined;
|
|
2363
2363
|
} | undefined;
|
|
2364
|
-
}, never,
|
|
2364
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2365
2365
|
export declare const ListNetworkingV1IngressForAllNamespacesInput: Schema.Struct<{}>;
|
|
2366
2366
|
export type ListNetworkingV1IngressForAllNamespacesInput = typeof ListNetworkingV1IngressForAllNamespacesInput.Type;
|
|
2367
2367
|
export declare const ListNetworkingV1IngressForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -2583,7 +2583,7 @@ export declare const listNetworkingV1IngressForAllNamespaces: API.OperationMetho
|
|
|
2583
2583
|
readonly selector: string;
|
|
2584
2584
|
} | undefined;
|
|
2585
2585
|
} | undefined;
|
|
2586
|
-
}, never,
|
|
2586
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2587
2587
|
export declare const ListNetworkingV1NamespacedIngressInput: Schema.Struct<{}>;
|
|
2588
2588
|
export type ListNetworkingV1NamespacedIngressInput = typeof ListNetworkingV1NamespacedIngressInput.Type;
|
|
2589
2589
|
export declare const ListNetworkingV1NamespacedIngressOutput: Schema.Struct<{
|
|
@@ -2805,7 +2805,7 @@ export declare const listNetworkingV1NamespacedIngress: API.OperationMethod<{},
|
|
|
2805
2805
|
readonly selector: string;
|
|
2806
2806
|
} | undefined;
|
|
2807
2807
|
} | undefined;
|
|
2808
|
-
}, never,
|
|
2808
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
2809
2809
|
export declare const ListNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{}>;
|
|
2810
2810
|
export type ListNetworkingV1NamespacedNetworkPolicyInput = typeof ListNetworkingV1NamespacedNetworkPolicyInput.Type;
|
|
2811
2811
|
export declare const ListNetworkingV1NamespacedNetworkPolicyOutput: Schema.Struct<{
|
|
@@ -3061,7 +3061,7 @@ export declare const listNetworkingV1NamespacedNetworkPolicy: API.OperationMetho
|
|
|
3061
3061
|
readonly selector: string;
|
|
3062
3062
|
} | undefined;
|
|
3063
3063
|
} | undefined;
|
|
3064
|
-
}, never,
|
|
3064
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3065
3065
|
export declare const ListNetworkingV1NetworkPolicyForAllNamespacesInput: Schema.Struct<{}>;
|
|
3066
3066
|
export type ListNetworkingV1NetworkPolicyForAllNamespacesInput = typeof ListNetworkingV1NetworkPolicyForAllNamespacesInput.Type;
|
|
3067
3067
|
export declare const ListNetworkingV1NetworkPolicyForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -3317,7 +3317,7 @@ export declare const listNetworkingV1NetworkPolicyForAllNamespaces: API.Operatio
|
|
|
3317
3317
|
readonly selector: string;
|
|
3318
3318
|
} | undefined;
|
|
3319
3319
|
} | undefined;
|
|
3320
|
-
}, never,
|
|
3320
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3321
3321
|
export declare const ListNetworkingV1ServiceCIDRInput: Schema.Struct<{}>;
|
|
3322
3322
|
export type ListNetworkingV1ServiceCIDRInput = typeof ListNetworkingV1ServiceCIDRInput.Type;
|
|
3323
3323
|
export declare const ListNetworkingV1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -3451,7 +3451,7 @@ export declare const listNetworkingV1ServiceCIDR: API.OperationMethod<{}, {
|
|
|
3451
3451
|
readonly selector: string;
|
|
3452
3452
|
} | undefined;
|
|
3453
3453
|
} | undefined;
|
|
3454
|
-
}, never,
|
|
3454
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3455
3455
|
export declare const ListNetworkingV1beta1IPAddressInput: Schema.Struct<{}>;
|
|
3456
3456
|
export type ListNetworkingV1beta1IPAddressInput = typeof ListNetworkingV1beta1IPAddressInput.Type;
|
|
3457
3457
|
export declare const ListNetworkingV1beta1IPAddressOutput: Schema.Struct<{
|
|
@@ -3575,7 +3575,7 @@ export declare const listNetworkingV1beta1IPAddress: API.OperationMethod<{}, {
|
|
|
3575
3575
|
readonly selector: string;
|
|
3576
3576
|
} | undefined;
|
|
3577
3577
|
} | undefined;
|
|
3578
|
-
}, never,
|
|
3578
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3579
3579
|
export declare const ListNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{}>;
|
|
3580
3580
|
export type ListNetworkingV1beta1ServiceCIDRInput = typeof ListNetworkingV1beta1ServiceCIDRInput.Type;
|
|
3581
3581
|
export declare const ListNetworkingV1beta1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -3709,7 +3709,7 @@ export declare const listNetworkingV1beta1ServiceCIDR: API.OperationMethod<{}, {
|
|
|
3709
3709
|
readonly selector: string;
|
|
3710
3710
|
} | undefined;
|
|
3711
3711
|
} | undefined;
|
|
3712
|
-
}, never,
|
|
3712
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
3713
3713
|
export declare const PatchNetworkingV1IPAddressInput: Schema.Struct<{
|
|
3714
3714
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3715
3715
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3816,7 +3816,7 @@ export declare const patchNetworkingV1IPAddress: API.OperationMethod<{
|
|
|
3816
3816
|
readonly resource: string;
|
|
3817
3817
|
};
|
|
3818
3818
|
};
|
|
3819
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
3819
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3820
3820
|
export declare const PatchNetworkingV1IngressClassInput: Schema.Struct<{
|
|
3821
3821
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3822
3822
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -3927,7 +3927,7 @@ export declare const patchNetworkingV1IngressClass: API.OperationMethod<{
|
|
|
3927
3927
|
readonly scope?: string | undefined;
|
|
3928
3928
|
} | undefined;
|
|
3929
3929
|
} | undefined;
|
|
3930
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
3930
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
3931
3931
|
export declare const PatchNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
3932
3932
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
3933
3933
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4132,7 +4132,7 @@ export declare const patchNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
|
4132
4132
|
}[] | undefined;
|
|
4133
4133
|
} | undefined;
|
|
4134
4134
|
} | undefined;
|
|
4135
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
4135
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4136
4136
|
export declare const PatchNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
|
|
4137
4137
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4138
4138
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4337,7 +4337,7 @@ export declare const patchNetworkingV1NamespacedIngressStatus: API.OperationMeth
|
|
|
4337
4337
|
}[] | undefined;
|
|
4338
4338
|
} | undefined;
|
|
4339
4339
|
} | undefined;
|
|
4340
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
4340
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4341
4341
|
export declare const PatchNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
4342
4342
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4343
4343
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4576,7 +4576,7 @@ export declare const patchNetworkingV1NamespacedNetworkPolicy: API.OperationMeth
|
|
|
4576
4576
|
} | undefined;
|
|
4577
4577
|
readonly policyTypes?: readonly string[] | undefined;
|
|
4578
4578
|
} | undefined;
|
|
4579
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
4579
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4580
4580
|
export declare const PatchNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
4581
4581
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4582
4582
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4693,7 +4693,7 @@ export declare const patchNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
|
4693
4693
|
readonly type: string;
|
|
4694
4694
|
}[] | undefined;
|
|
4695
4695
|
} | undefined;
|
|
4696
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
4696
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4697
4697
|
export declare const PatchNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
|
|
4698
4698
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4699
4699
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4810,7 +4810,7 @@ export declare const patchNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
|
|
|
4810
4810
|
readonly type: string;
|
|
4811
4811
|
}[] | undefined;
|
|
4812
4812
|
} | undefined;
|
|
4813
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
4813
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4814
4814
|
export declare const PatchNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
4815
4815
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4816
4816
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -4917,7 +4917,7 @@ export declare const patchNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
|
4917
4917
|
readonly resource: string;
|
|
4918
4918
|
};
|
|
4919
4919
|
};
|
|
4920
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
4920
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
4921
4921
|
export declare const PatchNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
4922
4922
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
4923
4923
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -5034,7 +5034,7 @@ export declare const patchNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
|
5034
5034
|
readonly type: string;
|
|
5035
5035
|
}[] | undefined;
|
|
5036
5036
|
} | undefined;
|
|
5037
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
5037
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
5038
5038
|
export declare const PatchNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
|
|
5039
5039
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
5040
5040
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -5151,7 +5151,7 @@ export declare const patchNetworkingV1beta1ServiceCIDRStatus: API.OperationMetho
|
|
|
5151
5151
|
readonly type: string;
|
|
5152
5152
|
}[] | undefined;
|
|
5153
5153
|
} | undefined;
|
|
5154
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
5154
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
5155
5155
|
export declare const ReadNetworkingV1IPAddressInput: Schema.Struct<{}>;
|
|
5156
5156
|
export type ReadNetworkingV1IPAddressInput = typeof ReadNetworkingV1IPAddressInput.Type;
|
|
5157
5157
|
export declare const ReadNetworkingV1IPAddressOutput: Schema.Struct<{
|
|
@@ -5249,7 +5249,7 @@ export declare const readNetworkingV1IPAddress: API.OperationMethod<{}, {
|
|
|
5249
5249
|
readonly resource: string;
|
|
5250
5250
|
};
|
|
5251
5251
|
};
|
|
5252
|
-
}, NotFound,
|
|
5252
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
5253
5253
|
export declare const ReadNetworkingV1IngressClassInput: Schema.Struct<{}>;
|
|
5254
5254
|
export type ReadNetworkingV1IngressClassInput = typeof ReadNetworkingV1IngressClassInput.Type;
|
|
5255
5255
|
export declare const ReadNetworkingV1IngressClassOutput: Schema.Struct<{
|
|
@@ -5351,7 +5351,7 @@ export declare const readNetworkingV1IngressClass: API.OperationMethod<{}, {
|
|
|
5351
5351
|
readonly scope?: string | undefined;
|
|
5352
5352
|
} | undefined;
|
|
5353
5353
|
} | undefined;
|
|
5354
|
-
}, NotFound,
|
|
5354
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
5355
5355
|
export declare const ReadNetworkingV1NamespacedIngressInput: Schema.Struct<{}>;
|
|
5356
5356
|
export type ReadNetworkingV1NamespacedIngressInput = typeof ReadNetworkingV1NamespacedIngressInput.Type;
|
|
5357
5357
|
export declare const ReadNetworkingV1NamespacedIngressOutput: Schema.Struct<{
|
|
@@ -5547,7 +5547,7 @@ export declare const readNetworkingV1NamespacedIngress: API.OperationMethod<{},
|
|
|
5547
5547
|
}[] | undefined;
|
|
5548
5548
|
} | undefined;
|
|
5549
5549
|
} | undefined;
|
|
5550
|
-
}, NotFound,
|
|
5550
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
5551
5551
|
export declare const ReadNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{}>;
|
|
5552
5552
|
export type ReadNetworkingV1NamespacedIngressStatusInput = typeof ReadNetworkingV1NamespacedIngressStatusInput.Type;
|
|
5553
5553
|
export declare const ReadNetworkingV1NamespacedIngressStatusOutput: Schema.Struct<{
|
|
@@ -5743,7 +5743,7 @@ export declare const readNetworkingV1NamespacedIngressStatus: API.OperationMetho
|
|
|
5743
5743
|
}[] | undefined;
|
|
5744
5744
|
} | undefined;
|
|
5745
5745
|
} | undefined;
|
|
5746
|
-
}, NotFound,
|
|
5746
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
5747
5747
|
export declare const ReadNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{}>;
|
|
5748
5748
|
export type ReadNetworkingV1NamespacedNetworkPolicyInput = typeof ReadNetworkingV1NamespacedNetworkPolicyInput.Type;
|
|
5749
5749
|
export declare const ReadNetworkingV1NamespacedNetworkPolicyOutput: Schema.Struct<{
|
|
@@ -5973,7 +5973,7 @@ export declare const readNetworkingV1NamespacedNetworkPolicy: API.OperationMetho
|
|
|
5973
5973
|
} | undefined;
|
|
5974
5974
|
readonly policyTypes?: readonly string[] | undefined;
|
|
5975
5975
|
} | undefined;
|
|
5976
|
-
}, NotFound,
|
|
5976
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
5977
5977
|
export declare const ReadNetworkingV1ServiceCIDRInput: Schema.Struct<{}>;
|
|
5978
5978
|
export type ReadNetworkingV1ServiceCIDRInput = typeof ReadNetworkingV1ServiceCIDRInput.Type;
|
|
5979
5979
|
export declare const ReadNetworkingV1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -6081,7 +6081,7 @@ export declare const readNetworkingV1ServiceCIDR: API.OperationMethod<{}, {
|
|
|
6081
6081
|
readonly type: string;
|
|
6082
6082
|
}[] | undefined;
|
|
6083
6083
|
} | undefined;
|
|
6084
|
-
}, NotFound,
|
|
6084
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
6085
6085
|
export declare const ReadNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{}>;
|
|
6086
6086
|
export type ReadNetworkingV1ServiceCIDRStatusInput = typeof ReadNetworkingV1ServiceCIDRStatusInput.Type;
|
|
6087
6087
|
export declare const ReadNetworkingV1ServiceCIDRStatusOutput: Schema.Struct<{
|
|
@@ -6189,7 +6189,7 @@ export declare const readNetworkingV1ServiceCIDRStatus: API.OperationMethod<{},
|
|
|
6189
6189
|
readonly type: string;
|
|
6190
6190
|
}[] | undefined;
|
|
6191
6191
|
} | undefined;
|
|
6192
|
-
}, NotFound,
|
|
6192
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
6193
6193
|
export declare const ReadNetworkingV1beta1IPAddressInput: Schema.Struct<{}>;
|
|
6194
6194
|
export type ReadNetworkingV1beta1IPAddressInput = typeof ReadNetworkingV1beta1IPAddressInput.Type;
|
|
6195
6195
|
export declare const ReadNetworkingV1beta1IPAddressOutput: Schema.Struct<{
|
|
@@ -6287,7 +6287,7 @@ export declare const readNetworkingV1beta1IPAddress: API.OperationMethod<{}, {
|
|
|
6287
6287
|
readonly resource: string;
|
|
6288
6288
|
};
|
|
6289
6289
|
};
|
|
6290
|
-
}, NotFound,
|
|
6290
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
6291
6291
|
export declare const ReadNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{}>;
|
|
6292
6292
|
export type ReadNetworkingV1beta1ServiceCIDRInput = typeof ReadNetworkingV1beta1ServiceCIDRInput.Type;
|
|
6293
6293
|
export declare const ReadNetworkingV1beta1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -6395,7 +6395,7 @@ export declare const readNetworkingV1beta1ServiceCIDR: API.OperationMethod<{}, {
|
|
|
6395
6395
|
readonly type: string;
|
|
6396
6396
|
}[] | undefined;
|
|
6397
6397
|
} | undefined;
|
|
6398
|
-
}, NotFound,
|
|
6398
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
6399
6399
|
export declare const ReadNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{}>;
|
|
6400
6400
|
export type ReadNetworkingV1beta1ServiceCIDRStatusInput = typeof ReadNetworkingV1beta1ServiceCIDRStatusInput.Type;
|
|
6401
6401
|
export declare const ReadNetworkingV1beta1ServiceCIDRStatusOutput: Schema.Struct<{
|
|
@@ -6503,7 +6503,7 @@ export declare const readNetworkingV1beta1ServiceCIDRStatus: API.OperationMethod
|
|
|
6503
6503
|
readonly type: string;
|
|
6504
6504
|
}[] | undefined;
|
|
6505
6505
|
} | undefined;
|
|
6506
|
-
}, NotFound,
|
|
6506
|
+
}, NotFound, import("../credentials.ts").Credentials>;
|
|
6507
6507
|
export declare const ReplaceNetworkingV1IPAddressInput: Schema.Struct<{
|
|
6508
6508
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
6509
6509
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -6610,7 +6610,7 @@ export declare const replaceNetworkingV1IPAddress: API.OperationMethod<{
|
|
|
6610
6610
|
readonly resource: string;
|
|
6611
6611
|
};
|
|
6612
6612
|
};
|
|
6613
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
6613
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6614
6614
|
export declare const ReplaceNetworkingV1IngressClassInput: Schema.Struct<{
|
|
6615
6615
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
6616
6616
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -6721,7 +6721,7 @@ export declare const replaceNetworkingV1IngressClass: API.OperationMethod<{
|
|
|
6721
6721
|
readonly scope?: string | undefined;
|
|
6722
6722
|
} | undefined;
|
|
6723
6723
|
} | undefined;
|
|
6724
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
6724
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6725
6725
|
export declare const ReplaceNetworkingV1NamespacedIngressInput: Schema.Struct<{
|
|
6726
6726
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
6727
6727
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -6926,7 +6926,7 @@ export declare const replaceNetworkingV1NamespacedIngress: API.OperationMethod<{
|
|
|
6926
6926
|
}[] | undefined;
|
|
6927
6927
|
} | undefined;
|
|
6928
6928
|
} | undefined;
|
|
6929
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
6929
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
6930
6930
|
export declare const ReplaceNetworkingV1NamespacedIngressStatusInput: Schema.Struct<{
|
|
6931
6931
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
6932
6932
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7131,7 +7131,7 @@ export declare const replaceNetworkingV1NamespacedIngressStatus: API.OperationMe
|
|
|
7131
7131
|
}[] | undefined;
|
|
7132
7132
|
} | undefined;
|
|
7133
7133
|
} | undefined;
|
|
7134
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7134
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7135
7135
|
export declare const ReplaceNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{
|
|
7136
7136
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
7137
7137
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7370,7 +7370,7 @@ export declare const replaceNetworkingV1NamespacedNetworkPolicy: API.OperationMe
|
|
|
7370
7370
|
} | undefined;
|
|
7371
7371
|
readonly policyTypes?: readonly string[] | undefined;
|
|
7372
7372
|
} | undefined;
|
|
7373
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7373
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7374
7374
|
export declare const ReplaceNetworkingV1ServiceCIDRInput: Schema.Struct<{
|
|
7375
7375
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
7376
7376
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7487,7 +7487,7 @@ export declare const replaceNetworkingV1ServiceCIDR: API.OperationMethod<{
|
|
|
7487
7487
|
readonly type: string;
|
|
7488
7488
|
}[] | undefined;
|
|
7489
7489
|
} | undefined;
|
|
7490
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7490
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7491
7491
|
export declare const ReplaceNetworkingV1ServiceCIDRStatusInput: Schema.Struct<{
|
|
7492
7492
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
7493
7493
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7604,7 +7604,7 @@ export declare const replaceNetworkingV1ServiceCIDRStatus: API.OperationMethod<{
|
|
|
7604
7604
|
readonly type: string;
|
|
7605
7605
|
}[] | undefined;
|
|
7606
7606
|
} | undefined;
|
|
7607
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7607
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7608
7608
|
export declare const ReplaceNetworkingV1beta1IPAddressInput: Schema.Struct<{
|
|
7609
7609
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
7610
7610
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7711,7 +7711,7 @@ export declare const replaceNetworkingV1beta1IPAddress: API.OperationMethod<{
|
|
|
7711
7711
|
readonly resource: string;
|
|
7712
7712
|
};
|
|
7713
7713
|
};
|
|
7714
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7714
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7715
7715
|
export declare const ReplaceNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{
|
|
7716
7716
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
7717
7717
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7828,7 +7828,7 @@ export declare const replaceNetworkingV1beta1ServiceCIDR: API.OperationMethod<{
|
|
|
7828
7828
|
readonly type: string;
|
|
7829
7829
|
}[] | undefined;
|
|
7830
7830
|
} | undefined;
|
|
7831
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7831
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7832
7832
|
export declare const ReplaceNetworkingV1beta1ServiceCIDRStatusInput: Schema.Struct<{
|
|
7833
7833
|
readonly dryRun: Schema.optional<Schema.String>;
|
|
7834
7834
|
readonly fieldValidation: Schema.optional<Schema.String>;
|
|
@@ -7945,7 +7945,7 @@ export declare const replaceNetworkingV1beta1ServiceCIDRStatus: API.OperationMet
|
|
|
7945
7945
|
readonly type: string;
|
|
7946
7946
|
}[] | undefined;
|
|
7947
7947
|
} | undefined;
|
|
7948
|
-
}, Conflict | NotFound | UnprocessableEntity,
|
|
7948
|
+
}, Conflict | NotFound | UnprocessableEntity, import("../credentials.ts").Credentials>;
|
|
7949
7949
|
export declare const WatchNetworkingV1IPAddressInput: Schema.Struct<{}>;
|
|
7950
7950
|
export type WatchNetworkingV1IPAddressInput = typeof WatchNetworkingV1IPAddressInput.Type;
|
|
7951
7951
|
export declare const WatchNetworkingV1IPAddressOutput: Schema.Struct<{
|
|
@@ -7959,7 +7959,7 @@ export type WatchNetworkingV1IPAddressOutput = typeof WatchNetworkingV1IPAddress
|
|
|
7959
7959
|
export declare const watchNetworkingV1IPAddress: API.OperationMethod<{}, {
|
|
7960
7960
|
readonly object: unknown;
|
|
7961
7961
|
readonly type: string;
|
|
7962
|
-
}, never,
|
|
7962
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
7963
7963
|
export declare const WatchNetworkingV1IPAddressListInput: Schema.Struct<{}>;
|
|
7964
7964
|
export type WatchNetworkingV1IPAddressListInput = typeof WatchNetworkingV1IPAddressListInput.Type;
|
|
7965
7965
|
export declare const WatchNetworkingV1IPAddressListOutput: Schema.Struct<{
|
|
@@ -7973,7 +7973,7 @@ export type WatchNetworkingV1IPAddressListOutput = typeof WatchNetworkingV1IPAdd
|
|
|
7973
7973
|
export declare const watchNetworkingV1IPAddressList: API.OperationMethod<{}, {
|
|
7974
7974
|
readonly object: unknown;
|
|
7975
7975
|
readonly type: string;
|
|
7976
|
-
}, never,
|
|
7976
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
7977
7977
|
export declare const WatchNetworkingV1IngressClassInput: Schema.Struct<{}>;
|
|
7978
7978
|
export type WatchNetworkingV1IngressClassInput = typeof WatchNetworkingV1IngressClassInput.Type;
|
|
7979
7979
|
export declare const WatchNetworkingV1IngressClassOutput: Schema.Struct<{
|
|
@@ -7987,7 +7987,7 @@ export type WatchNetworkingV1IngressClassOutput = typeof WatchNetworkingV1Ingres
|
|
|
7987
7987
|
export declare const watchNetworkingV1IngressClass: API.OperationMethod<{}, {
|
|
7988
7988
|
readonly object: unknown;
|
|
7989
7989
|
readonly type: string;
|
|
7990
|
-
}, never,
|
|
7990
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
7991
7991
|
export declare const WatchNetworkingV1IngressClassListInput: Schema.Struct<{}>;
|
|
7992
7992
|
export type WatchNetworkingV1IngressClassListInput = typeof WatchNetworkingV1IngressClassListInput.Type;
|
|
7993
7993
|
export declare const WatchNetworkingV1IngressClassListOutput: Schema.Struct<{
|
|
@@ -8001,7 +8001,7 @@ export type WatchNetworkingV1IngressClassListOutput = typeof WatchNetworkingV1In
|
|
|
8001
8001
|
export declare const watchNetworkingV1IngressClassList: API.OperationMethod<{}, {
|
|
8002
8002
|
readonly object: unknown;
|
|
8003
8003
|
readonly type: string;
|
|
8004
|
-
}, never,
|
|
8004
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8005
8005
|
export declare const WatchNetworkingV1IngressListForAllNamespacesInput: Schema.Struct<{}>;
|
|
8006
8006
|
export type WatchNetworkingV1IngressListForAllNamespacesInput = typeof WatchNetworkingV1IngressListForAllNamespacesInput.Type;
|
|
8007
8007
|
export declare const WatchNetworkingV1IngressListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -8015,7 +8015,7 @@ export type WatchNetworkingV1IngressListForAllNamespacesOutput = typeof WatchNet
|
|
|
8015
8015
|
export declare const watchNetworkingV1IngressListForAllNamespaces: API.OperationMethod<{}, {
|
|
8016
8016
|
readonly object: unknown;
|
|
8017
8017
|
readonly type: string;
|
|
8018
|
-
}, never,
|
|
8018
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8019
8019
|
export declare const WatchNetworkingV1NamespacedIngressInput: Schema.Struct<{}>;
|
|
8020
8020
|
export type WatchNetworkingV1NamespacedIngressInput = typeof WatchNetworkingV1NamespacedIngressInput.Type;
|
|
8021
8021
|
export declare const WatchNetworkingV1NamespacedIngressOutput: Schema.Struct<{
|
|
@@ -8029,7 +8029,7 @@ export type WatchNetworkingV1NamespacedIngressOutput = typeof WatchNetworkingV1N
|
|
|
8029
8029
|
export declare const watchNetworkingV1NamespacedIngress: API.OperationMethod<{}, {
|
|
8030
8030
|
readonly object: unknown;
|
|
8031
8031
|
readonly type: string;
|
|
8032
|
-
}, never,
|
|
8032
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8033
8033
|
export declare const WatchNetworkingV1NamespacedIngressListInput: Schema.Struct<{}>;
|
|
8034
8034
|
export type WatchNetworkingV1NamespacedIngressListInput = typeof WatchNetworkingV1NamespacedIngressListInput.Type;
|
|
8035
8035
|
export declare const WatchNetworkingV1NamespacedIngressListOutput: Schema.Struct<{
|
|
@@ -8043,7 +8043,7 @@ export type WatchNetworkingV1NamespacedIngressListOutput = typeof WatchNetworkin
|
|
|
8043
8043
|
export declare const watchNetworkingV1NamespacedIngressList: API.OperationMethod<{}, {
|
|
8044
8044
|
readonly object: unknown;
|
|
8045
8045
|
readonly type: string;
|
|
8046
|
-
}, never,
|
|
8046
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8047
8047
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyInput: Schema.Struct<{}>;
|
|
8048
8048
|
export type WatchNetworkingV1NamespacedNetworkPolicyInput = typeof WatchNetworkingV1NamespacedNetworkPolicyInput.Type;
|
|
8049
8049
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyOutput: Schema.Struct<{
|
|
@@ -8057,7 +8057,7 @@ export type WatchNetworkingV1NamespacedNetworkPolicyOutput = typeof WatchNetwork
|
|
|
8057
8057
|
export declare const watchNetworkingV1NamespacedNetworkPolicy: API.OperationMethod<{}, {
|
|
8058
8058
|
readonly object: unknown;
|
|
8059
8059
|
readonly type: string;
|
|
8060
|
-
}, never,
|
|
8060
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8061
8061
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyListInput: Schema.Struct<{}>;
|
|
8062
8062
|
export type WatchNetworkingV1NamespacedNetworkPolicyListInput = typeof WatchNetworkingV1NamespacedNetworkPolicyListInput.Type;
|
|
8063
8063
|
export declare const WatchNetworkingV1NamespacedNetworkPolicyListOutput: Schema.Struct<{
|
|
@@ -8071,7 +8071,7 @@ export type WatchNetworkingV1NamespacedNetworkPolicyListOutput = typeof WatchNet
|
|
|
8071
8071
|
export declare const watchNetworkingV1NamespacedNetworkPolicyList: API.OperationMethod<{}, {
|
|
8072
8072
|
readonly object: unknown;
|
|
8073
8073
|
readonly type: string;
|
|
8074
|
-
}, never,
|
|
8074
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8075
8075
|
export declare const WatchNetworkingV1NetworkPolicyListForAllNamespacesInput: Schema.Struct<{}>;
|
|
8076
8076
|
export type WatchNetworkingV1NetworkPolicyListForAllNamespacesInput = typeof WatchNetworkingV1NetworkPolicyListForAllNamespacesInput.Type;
|
|
8077
8077
|
export declare const WatchNetworkingV1NetworkPolicyListForAllNamespacesOutput: Schema.Struct<{
|
|
@@ -8085,7 +8085,7 @@ export type WatchNetworkingV1NetworkPolicyListForAllNamespacesOutput = typeof Wa
|
|
|
8085
8085
|
export declare const watchNetworkingV1NetworkPolicyListForAllNamespaces: API.OperationMethod<{}, {
|
|
8086
8086
|
readonly object: unknown;
|
|
8087
8087
|
readonly type: string;
|
|
8088
|
-
}, never,
|
|
8088
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8089
8089
|
export declare const WatchNetworkingV1ServiceCIDRInput: Schema.Struct<{}>;
|
|
8090
8090
|
export type WatchNetworkingV1ServiceCIDRInput = typeof WatchNetworkingV1ServiceCIDRInput.Type;
|
|
8091
8091
|
export declare const WatchNetworkingV1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -8099,7 +8099,7 @@ export type WatchNetworkingV1ServiceCIDROutput = typeof WatchNetworkingV1Service
|
|
|
8099
8099
|
export declare const watchNetworkingV1ServiceCIDR: API.OperationMethod<{}, {
|
|
8100
8100
|
readonly object: unknown;
|
|
8101
8101
|
readonly type: string;
|
|
8102
|
-
}, never,
|
|
8102
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8103
8103
|
export declare const WatchNetworkingV1ServiceCIDRListInput: Schema.Struct<{}>;
|
|
8104
8104
|
export type WatchNetworkingV1ServiceCIDRListInput = typeof WatchNetworkingV1ServiceCIDRListInput.Type;
|
|
8105
8105
|
export declare const WatchNetworkingV1ServiceCIDRListOutput: Schema.Struct<{
|
|
@@ -8113,7 +8113,7 @@ export type WatchNetworkingV1ServiceCIDRListOutput = typeof WatchNetworkingV1Ser
|
|
|
8113
8113
|
export declare const watchNetworkingV1ServiceCIDRList: API.OperationMethod<{}, {
|
|
8114
8114
|
readonly object: unknown;
|
|
8115
8115
|
readonly type: string;
|
|
8116
|
-
}, never,
|
|
8116
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8117
8117
|
export declare const WatchNetworkingV1beta1IPAddressInput: Schema.Struct<{}>;
|
|
8118
8118
|
export type WatchNetworkingV1beta1IPAddressInput = typeof WatchNetworkingV1beta1IPAddressInput.Type;
|
|
8119
8119
|
export declare const WatchNetworkingV1beta1IPAddressOutput: Schema.Struct<{
|
|
@@ -8127,7 +8127,7 @@ export type WatchNetworkingV1beta1IPAddressOutput = typeof WatchNetworkingV1beta
|
|
|
8127
8127
|
export declare const watchNetworkingV1beta1IPAddress: API.OperationMethod<{}, {
|
|
8128
8128
|
readonly object: unknown;
|
|
8129
8129
|
readonly type: string;
|
|
8130
|
-
}, never,
|
|
8130
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8131
8131
|
export declare const WatchNetworkingV1beta1IPAddressListInput: Schema.Struct<{}>;
|
|
8132
8132
|
export type WatchNetworkingV1beta1IPAddressListInput = typeof WatchNetworkingV1beta1IPAddressListInput.Type;
|
|
8133
8133
|
export declare const WatchNetworkingV1beta1IPAddressListOutput: Schema.Struct<{
|
|
@@ -8141,7 +8141,7 @@ export type WatchNetworkingV1beta1IPAddressListOutput = typeof WatchNetworkingV1
|
|
|
8141
8141
|
export declare const watchNetworkingV1beta1IPAddressList: API.OperationMethod<{}, {
|
|
8142
8142
|
readonly object: unknown;
|
|
8143
8143
|
readonly type: string;
|
|
8144
|
-
}, never,
|
|
8144
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8145
8145
|
export declare const WatchNetworkingV1beta1ServiceCIDRInput: Schema.Struct<{}>;
|
|
8146
8146
|
export type WatchNetworkingV1beta1ServiceCIDRInput = typeof WatchNetworkingV1beta1ServiceCIDRInput.Type;
|
|
8147
8147
|
export declare const WatchNetworkingV1beta1ServiceCIDROutput: Schema.Struct<{
|
|
@@ -8155,7 +8155,7 @@ export type WatchNetworkingV1beta1ServiceCIDROutput = typeof WatchNetworkingV1be
|
|
|
8155
8155
|
export declare const watchNetworkingV1beta1ServiceCIDR: API.OperationMethod<{}, {
|
|
8156
8156
|
readonly object: unknown;
|
|
8157
8157
|
readonly type: string;
|
|
8158
|
-
}, never,
|
|
8158
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8159
8159
|
export declare const WatchNetworkingV1beta1ServiceCIDRListInput: Schema.Struct<{}>;
|
|
8160
8160
|
export type WatchNetworkingV1beta1ServiceCIDRListInput = typeof WatchNetworkingV1beta1ServiceCIDRListInput.Type;
|
|
8161
8161
|
export declare const WatchNetworkingV1beta1ServiceCIDRListOutput: Schema.Struct<{
|
|
@@ -8169,5 +8169,5 @@ export type WatchNetworkingV1beta1ServiceCIDRListOutput = typeof WatchNetworking
|
|
|
8169
8169
|
export declare const watchNetworkingV1beta1ServiceCIDRList: API.OperationMethod<{}, {
|
|
8170
8170
|
readonly object: unknown;
|
|
8171
8171
|
readonly type: string;
|
|
8172
|
-
}, never,
|
|
8172
|
+
}, never, import("../credentials.ts").Credentials>;
|
|
8173
8173
|
//# sourceMappingURL=networking.d.ts.map
|