kubernetypes 1.35.4 → 1.35.6

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.
@@ -1,7 +1,7 @@
1
1
  import * as m2 from 'kubernetypes/api/authentication/v1';
2
- import * as m0 from 'kubernetypes/apimachinery/apis/meta/v1';
2
+ import * as m1 from 'kubernetypes/apimachinery/apis/meta/v1';
3
3
  import * as m3 from 'kubernetypes/apimachinery/runtime';
4
- import * as m1 from 'kubernetypes/apimachinery/types';
4
+ import * as m0 from 'kubernetypes/apimachinery/types';
5
5
  /**
6
6
  * AdmissionRequest describes the admission.Attributes for the admission request.
7
7
  */
@@ -14,7 +14,7 @@ export type AdmissionRequest = {
14
14
  /**
15
15
  * kind is the fully-qualified type of object being submitted (for example, v1.Pod or autoscaling.v1.Scale)
16
16
  */
17
- 'kind': m0.GroupVersionKind;
17
+ 'kind': m1.GroupVersionKind;
18
18
  /**
19
19
  * name is the name of the object as presented in the request. On a CREATE operation, the client may omit name and
20
20
  * rely on the server to generate the name. If that is the case, this field will contain an empty string.
@@ -57,7 +57,7 @@ export type AdmissionRequest = {
57
57
  *
58
58
  * See documentation for the "matchPolicy" field in the webhook configuration type for more details.
59
59
  */
60
- 'requestKind'?: m0.GroupVersionKind;
60
+ 'requestKind'?: m1.GroupVersionKind;
61
61
  /**
62
62
  * requestResource is the fully-qualified resource of the original API request (for example, v1.pods).
63
63
  * If this is specified and differs from the value in "resource", an equivalent match and conversion was performed.
@@ -70,7 +70,7 @@ export type AdmissionRequest = {
70
70
  *
71
71
  * See documentation for the "matchPolicy" field in the webhook configuration type.
72
72
  */
73
- 'requestResource'?: m0.GroupVersionResource;
73
+ 'requestResource'?: m1.GroupVersionResource;
74
74
  /**
75
75
  * requestSubResource is the name of the subresource of the original API request, if any (for example, "status" or "scale")
76
76
  * If this is specified and differs from the value in "subResource", an equivalent match and conversion was performed.
@@ -80,7 +80,7 @@ export type AdmissionRequest = {
80
80
  /**
81
81
  * resource is the fully-qualified resource being requested (for example, v1.pods)
82
82
  */
83
- 'resource': m0.GroupVersionResource;
83
+ 'resource': m1.GroupVersionResource;
84
84
  /**
85
85
  * subResource is the subresource being requested, if any (for example, "status" or "scale")
86
86
  */
@@ -91,7 +91,7 @@ export type AdmissionRequest = {
91
91
  * The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request.
92
92
  * It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
93
93
  */
94
- 'uid': m1.UID;
94
+ 'uid': m0.UID;
95
95
  /**
96
96
  * userInfo is information about the requesting user
97
97
  */
@@ -126,12 +126,12 @@ export type AdmissionResponse = {
126
126
  * status is the result contains extra details into why an admission request was denied.
127
127
  * This field IS NOT consulted in any way if "Allowed" is "true".
128
128
  */
129
- 'status'?: m0.Status;
129
+ 'status'?: m1.Status;
130
130
  /**
131
131
  * uid is an identifier for the individual request/response.
132
132
  * This must be copied over from the corresponding AdmissionRequest.
133
133
  */
134
- 'uid': m1.UID;
134
+ 'uid': m0.UID;
135
135
  /**
136
136
  * warnings is a list of warning messages to return to the requesting API client.
137
137
  * Warning messages describe a problem the client making the API request should correct or be aware of.
@@ -143,7 +143,7 @@ export type AdmissionResponse = {
143
143
  /**
144
144
  * AdmissionReview describes an admission review request/response.
145
145
  */
146
- export type AdmissionReview = m0.TypeMeta<'admission.k8s.io/v1', 'AdmissionReview'> & {
146
+ export type AdmissionReview = m1.TypeMeta<'admission.k8s.io/v1', 'AdmissionReview'> & {
147
147
  /**
148
148
  * request describes the attributes for the admission request.
149
149
  */
@@ -1,6 +1,6 @@
1
- import * as m0 from 'kubernetypes/apimachinery/apis/meta/v1';
2
- import * as m2 from 'kubernetypes/apimachinery/runtime';
3
- import * as m1 from 'kubernetypes/apimachinery/types';
1
+ import * as m2 from 'kubernetypes/apimachinery/apis/meta/v1';
2
+ import * as m1 from 'kubernetypes/apimachinery/runtime';
3
+ import * as m0 from 'kubernetypes/apimachinery/types';
4
4
  export type ConditionStatus = 'False' | 'True' | 'Unknown' | (string & {});
5
5
  /**
6
6
  * ConversionRequest describes the conversion request parameters.
@@ -13,14 +13,14 @@ export type ConversionRequest = {
13
13
  /**
14
14
  * objects is the list of custom resource objects to be converted.
15
15
  */
16
- 'objects': m2.RawExtension[];
16
+ 'objects': m1.RawExtension[];
17
17
  /**
18
18
  * uid is an identifier for the individual request/response. It allows distinguishing instances of requests which are
19
19
  * otherwise identical (parallel requests, etc).
20
20
  * The UID is meant to track the round trip (request/response) between the Kubernetes API server and the webhook, not the user request.
21
21
  * It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
22
22
  */
23
- 'uid': m1.UID;
23
+ 'uid': m0.UID;
24
24
  };
25
25
  /**
26
26
  * ConversionResponse describes a conversion response.
@@ -32,7 +32,7 @@ export type ConversionResponse = {
32
32
  * must also have the same size as the input list with the same objects in the same order (equal kind, metadata.uid, metadata.name and metadata.namespace).
33
33
  * The webhook is allowed to mutate labels and annotations. Any other change to the metadata is silently ignored.
34
34
  */
35
- 'convertedObjects': m2.RawExtension[];
35
+ 'convertedObjects': m1.RawExtension[];
36
36
  /**
37
37
  * result contains the result of conversion with extra details if the conversion failed. `result.status` determines if
38
38
  * the conversion failed or succeeded. The `result.status` field is required and represents the success or failure of the
@@ -40,17 +40,17 @@ export type ConversionResponse = {
40
40
  * `result.status` to `Failure` and provide more details in `result.message` and return http status 200. The `result.message`
41
41
  * will be used to construct an error message for the end user.
42
42
  */
43
- 'result': m0.Status;
43
+ 'result': m2.Status;
44
44
  /**
45
45
  * uid is an identifier for the individual request/response.
46
46
  * This should be copied over from the corresponding `request.uid`.
47
47
  */
48
- 'uid': m1.UID;
48
+ 'uid': m0.UID;
49
49
  };
50
50
  /**
51
51
  * ConversionReview describes a conversion request/response.
52
52
  */
53
- export type ConversionReview = m0.TypeMeta<'apiextensions.k8s.io/v1', 'ConversionReview'> & {
53
+ export type ConversionReview = m2.TypeMeta<'apiextensions.k8s.io/v1', 'ConversionReview'> & {
54
54
  /**
55
55
  * request describes the attributes for the conversion request.
56
56
  */
@@ -119,12 +119,12 @@ export type CustomResourceConversion = {
119
119
  * CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format
120
120
  * <.spec.name>.<.spec.group>.
121
121
  */
122
- export type CustomResourceDefinition = m0.TypeMeta<'apiextensions.k8s.io/v1', 'CustomResourceDefinition'> & {
122
+ export type CustomResourceDefinition = m2.TypeMeta<'apiextensions.k8s.io/v1', 'CustomResourceDefinition'> & {
123
123
  /**
124
124
  * Standard object's metadata
125
125
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
126
126
  */
127
- 'metadata'?: m0.ObjectMeta;
127
+ 'metadata'?: m2.ObjectMeta;
128
128
  /**
129
129
  * spec describes how the user wants the resources to appear
130
130
  */
@@ -141,7 +141,7 @@ export type CustomResourceDefinitionCondition = {
141
141
  /**
142
142
  * lastTransitionTime last time the condition transitioned from one status to another.
143
143
  */
144
- 'lastTransitionTime'?: m0.Time;
144
+ 'lastTransitionTime'?: m2.Time;
145
145
  /**
146
146
  * message is a human-readable message indicating details about last transition.
147
147
  */
@@ -173,7 +173,7 @@ export type CustomResourceDefinitionConditionType = 'Established' | 'KubernetesA
173
173
  /**
174
174
  * CustomResourceDefinitionList is a list of CustomResourceDefinition objects.
175
175
  */
176
- export type CustomResourceDefinitionList = m0.TypeMeta<'apiextensions.k8s.io/v1', 'CustomResourceDefinitionList'> & {
176
+ export type CustomResourceDefinitionList = m2.TypeMeta<'apiextensions.k8s.io/v1', 'CustomResourceDefinitionList'> & {
177
177
  /**
178
178
  * items list individual CustomResourceDefinition objects
179
179
  */
@@ -182,7 +182,7 @@ export type CustomResourceDefinitionList = m0.TypeMeta<'apiextensions.k8s.io/v1'
182
182
  * Standard object's metadata
183
183
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
184
184
  */
185
- 'metadata'?: m0.ListMeta;
185
+ 'metadata'?: m2.ListMeta;
186
186
  };
187
187
  /**
188
188
  * CustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinition
@@ -1,6 +1,6 @@
1
- import * as m2 from 'kubernetypes/api/core/v1';
1
+ import * as m0 from 'kubernetypes/api/core/v1';
2
2
  import * as m1 from 'kubernetypes/apimachinery/api/resource';
3
- import * as m0 from 'kubernetypes/apimachinery/apis/meta/v1';
3
+ import * as m2 from 'kubernetypes/apimachinery/apis/meta/v1';
4
4
  /**
5
5
  * ContainerResourceMetricSource indicates how to scale on a resource metric known to
6
6
  * Kubernetes, as specified in the requests and limits, describing a single container in
@@ -18,7 +18,7 @@ export type ContainerResourceMetricSource = {
18
18
  /**
19
19
  * name is the name of the resource in question.
20
20
  */
21
- 'name': m2.ResourceName;
21
+ 'name': m0.ResourceName;
22
22
  /**
23
23
  * targetAverageUtilization is the target value of the average of the
24
24
  * resource metric across all relevant pods, represented as a percentage of
@@ -62,7 +62,7 @@ export type ContainerResourceMetricStatus = {
62
62
  /**
63
63
  * name is the name of the resource in question.
64
64
  */
65
- 'name': m2.ResourceName;
65
+ 'name': m0.ResourceName;
66
66
  };
67
67
  /**
68
68
  * CrossVersionObjectReference contains enough information to let you identify the referred resource.
@@ -95,7 +95,7 @@ export type ExternalMetricSource = {
95
95
  * metricSelector is used to identify a specific time series
96
96
  * within a given metric.
97
97
  */
98
- 'metricSelector'?: m0.LabelSelector;
98
+ 'metricSelector'?: m2.LabelSelector;
99
99
  /**
100
100
  * targetAverageValue is the target per-pod value of global metric (as a quantity).
101
101
  * Mutually exclusive with TargetValue.
@@ -129,16 +129,16 @@ export type ExternalMetricStatus = {
129
129
  * metricSelector is used to identify a specific time series
130
130
  * within a given metric.
131
131
  */
132
- 'metricSelector'?: m0.LabelSelector;
132
+ 'metricSelector'?: m2.LabelSelector;
133
133
  };
134
134
  /**
135
135
  * configuration of a horizontal pod autoscaler.
136
136
  */
137
- export type HorizontalPodAutoscaler = m0.TypeMeta<'autoscaling/v1', 'HorizontalPodAutoscaler'> & {
137
+ export type HorizontalPodAutoscaler = m2.TypeMeta<'autoscaling/v1', 'HorizontalPodAutoscaler'> & {
138
138
  /**
139
139
  * Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
140
140
  */
141
- 'metadata'?: m0.ObjectMeta;
141
+ 'metadata'?: m2.ObjectMeta;
142
142
  /**
143
143
  * spec defines the behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
144
144
  */
@@ -157,7 +157,7 @@ export type HorizontalPodAutoscalerCondition = {
157
157
  * lastTransitionTime is the last time the condition transitioned from
158
158
  * one status to another
159
159
  */
160
- 'lastTransitionTime'?: m0.Time;
160
+ 'lastTransitionTime'?: m2.Time;
161
161
  /**
162
162
  * message is a human-readable explanation containing details about
163
163
  * the transition
@@ -170,7 +170,7 @@ export type HorizontalPodAutoscalerCondition = {
170
170
  /**
171
171
  * status is the status of the condition (True, False, Unknown)
172
172
  */
173
- 'status': m2.ConditionStatus;
173
+ 'status': m0.ConditionStatus;
174
174
  /**
175
175
  * type describes the current condition
176
176
  */
@@ -184,7 +184,7 @@ export type HorizontalPodAutoscalerConditionType = 'AbleToScale' | 'ScalingActiv
184
184
  /**
185
185
  * list of horizontal pod autoscaler objects.
186
186
  */
187
- export type HorizontalPodAutoscalerList = m0.TypeMeta<'autoscaling/v1', 'HorizontalPodAutoscalerList'> & {
187
+ export type HorizontalPodAutoscalerList = m2.TypeMeta<'autoscaling/v1', 'HorizontalPodAutoscalerList'> & {
188
188
  /**
189
189
  * items is the list of horizontal pod autoscaler objects.
190
190
  */
@@ -192,7 +192,7 @@ export type HorizontalPodAutoscalerList = m0.TypeMeta<'autoscaling/v1', 'Horizon
192
192
  /**
193
193
  * Standard list metadata.
194
194
  */
195
- 'metadata'?: m0.ListMeta;
195
+ 'metadata'?: m2.ListMeta;
196
196
  };
197
197
  /**
198
198
  * specification of a horizontal pod autoscaler.
@@ -242,7 +242,7 @@ export type HorizontalPodAutoscalerStatus = {
242
242
  * lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods;
243
243
  * used by the autoscaler to control how often the number of pods is changed.
244
244
  */
245
- 'lastScaleTime'?: m0.Time;
245
+ 'lastScaleTime'?: m2.Time;
246
246
  /**
247
247
  * observedGeneration is the most recent generation observed by this autoscaler.
248
248
  */
@@ -362,7 +362,7 @@ export type ObjectMetricSource = {
362
362
  * When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping
363
363
  * When unset, just the metricName will be used to gather metrics.
364
364
  */
365
- 'selector'?: m0.LabelSelector;
365
+ 'selector'?: m2.LabelSelector;
366
366
  /**
367
367
  * target is the described Kubernetes object.
368
368
  */
@@ -395,7 +395,7 @@ export type ObjectMetricStatus = {
395
395
  * When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
396
396
  * When unset, just the metricName will be used to gather metrics.
397
397
  */
398
- 'selector'?: m0.LabelSelector;
398
+ 'selector'?: m2.LabelSelector;
399
399
  /**
400
400
  * target is the described Kubernetes object.
401
401
  */
@@ -417,7 +417,7 @@ export type PodsMetricSource = {
417
417
  * When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping
418
418
  * When unset, just the metricName will be used to gather metrics.
419
419
  */
420
- 'selector'?: m0.LabelSelector;
420
+ 'selector'?: m2.LabelSelector;
421
421
  /**
422
422
  * targetAverageValue is the target value of the average of the
423
423
  * metric across all relevant pods (as a quantity)
@@ -443,7 +443,7 @@ export type PodsMetricStatus = {
443
443
  * When set in the PodsMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping.
444
444
  * When unset, just the metricName will be used to gather metrics.
445
445
  */
446
- 'selector'?: m0.LabelSelector;
446
+ 'selector'?: m2.LabelSelector;
447
447
  };
448
448
  /**
449
449
  * ResourceMetricSource indicates how to scale on a resource metric known to
@@ -458,7 +458,7 @@ export type ResourceMetricSource = {
458
458
  /**
459
459
  * name is the name of the resource in question.
460
460
  */
461
- 'name': m2.ResourceName;
461
+ 'name': m0.ResourceName;
462
462
  /**
463
463
  * targetAverageUtilization is the target value of the average of the
464
464
  * resource metric across all relevant pods, represented as a percentage of
@@ -498,16 +498,16 @@ export type ResourceMetricStatus = {
498
498
  /**
499
499
  * name is the name of the resource in question.
500
500
  */
501
- 'name': m2.ResourceName;
501
+ 'name': m0.ResourceName;
502
502
  };
503
503
  /**
504
504
  * Scale represents a scaling request for a resource.
505
505
  */
506
- export type Scale = m0.TypeMeta<'autoscaling/v1', 'Scale'> & {
506
+ export type Scale = m2.TypeMeta<'autoscaling/v1', 'Scale'> & {
507
507
  /**
508
508
  * Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
509
509
  */
510
- 'metadata'?: m0.ObjectMeta;
510
+ 'metadata'?: m2.ObjectMeta;
511
511
  /**
512
512
  * spec defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
513
513
  */
@@ -1,5 +1,5 @@
1
- import * as m2 from 'kubernetypes/api/core/v1';
2
- import * as m0 from 'kubernetypes/apimachinery/api/resource';
1
+ import * as m0 from 'kubernetypes/api/core/v1';
2
+ import * as m2 from 'kubernetypes/apimachinery/api/resource';
3
3
  import * as m1 from 'kubernetypes/apimachinery/apis/meta/v1';
4
4
  /**
5
5
  * ContainerResourceMetricSource indicates how to scale on a resource metric known to
@@ -18,7 +18,7 @@ export type ContainerResourceMetricSource = {
18
18
  /**
19
19
  * name is the name of the resource in question.
20
20
  */
21
- 'name': m2.ResourceName;
21
+ 'name': m0.ResourceName;
22
22
  /**
23
23
  * target specifies the target value for the given metric
24
24
  */
@@ -43,7 +43,7 @@ export type ContainerResourceMetricStatus = {
43
43
  /**
44
44
  * name is the name of the resource in question.
45
45
  */
46
- 'name': m2.ResourceName;
46
+ 'name': m0.ResourceName;
47
47
  };
48
48
  /**
49
49
  * CrossVersionObjectReference contains enough information to let you identify the referred resource.
@@ -163,7 +163,7 @@ export type HPAScalingRules = {
163
163
  * This is an beta field and requires the HPAConfigurableTolerance feature
164
164
  * gate to be enabled.
165
165
  */
166
- 'tolerance'?: m0.Quantity;
166
+ 'tolerance'?: m2.Quantity;
167
167
  };
168
168
  /**
169
169
  * HorizontalPodAutoscaler is the configuration for a horizontal pod
@@ -229,7 +229,7 @@ export type HorizontalPodAutoscalerCondition = {
229
229
  /**
230
230
  * status is the status of the condition (True, False, Unknown)
231
231
  */
232
- 'status': m2.ConditionStatus;
232
+ 'status': m0.ConditionStatus;
233
233
  /**
234
234
  * type describes the current condition
235
235
  */
@@ -451,7 +451,7 @@ export type MetricTarget = {
451
451
  * averageValue is the target value of the average of the
452
452
  * metric across all relevant pods (as a quantity)
453
453
  */
454
- 'averageValue'?: m0.Quantity;
454
+ 'averageValue'?: m2.Quantity;
455
455
  /**
456
456
  * type represents whether the metric type is Utilization, Value, or AverageValue
457
457
  */
@@ -459,7 +459,7 @@ export type MetricTarget = {
459
459
  /**
460
460
  * value is the target value of the metric (as a quantity).
461
461
  */
462
- 'value'?: m0.Quantity;
462
+ 'value'?: m2.Quantity;
463
463
  };
464
464
  /**
465
465
  * MetricTargetType specifies the type of metric being targeted, and should be either
@@ -480,11 +480,11 @@ export type MetricValueStatus = {
480
480
  * averageValue is the current value of the average of the
481
481
  * metric across all relevant pods (as a quantity)
482
482
  */
483
- 'averageValue'?: m0.Quantity;
483
+ 'averageValue'?: m2.Quantity;
484
484
  /**
485
485
  * value is the current value of the metric (as a quantity).
486
486
  */
487
- 'value'?: m0.Quantity;
487
+ 'value'?: m2.Quantity;
488
488
  };
489
489
  /**
490
490
  * ObjectMetricSource indicates how to scale on a metric describing a
@@ -565,7 +565,7 @@ export type ResourceMetricSource = {
565
565
  /**
566
566
  * name is the name of the resource in question.
567
567
  */
568
- 'name': m2.ResourceName;
568
+ 'name': m0.ResourceName;
569
569
  /**
570
570
  * target specifies the target value for the given metric
571
571
  */
@@ -586,7 +586,7 @@ export type ResourceMetricStatus = {
586
586
  /**
587
587
  * name is the name of the resource in question.
588
588
  */
589
- 'name': m2.ResourceName;
589
+ 'name': m0.ResourceName;
590
590
  };
591
591
  /**
592
592
  * ScalingPolicySelect is used to specify which policy should be used while scaling in a certain direction
@@ -1,5 +1,5 @@
1
- import * as m1 from 'kubernetypes/api/core/v1';
2
- import * as m0 from 'kubernetypes/apimachinery/apis/meta/v1';
1
+ import * as m0 from 'kubernetypes/api/core/v1';
2
+ import * as m1 from 'kubernetypes/apimachinery/apis/meta/v1';
3
3
  import * as m2 from 'kubernetypes/apimachinery/types';
4
4
  /**
5
5
  * CompletionMode specifies how Pod completions of a Job are tracked.
@@ -15,12 +15,12 @@ export type ConcurrencyPolicy = 'Allow' | 'Forbid' | 'Replace';
15
15
  /**
16
16
  * CronJob represents the configuration of a single cron job.
17
17
  */
18
- export type CronJob = m0.TypeMeta<'batch/v1', 'CronJob'> & {
18
+ export type CronJob = m1.TypeMeta<'batch/v1', 'CronJob'> & {
19
19
  /**
20
20
  * Standard object's metadata.
21
21
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
22
22
  */
23
- 'metadata'?: m0.ObjectMeta;
23
+ 'metadata'?: m1.ObjectMeta;
24
24
  /**
25
25
  * Specification of the desired behavior of a cron job, including the schedule.
26
26
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -35,7 +35,7 @@ export type CronJob = m0.TypeMeta<'batch/v1', 'CronJob'> & {
35
35
  /**
36
36
  * CronJobList is a collection of cron jobs.
37
37
  */
38
- export type CronJobList = m0.TypeMeta<'batch/v1', 'CronJobList'> & {
38
+ export type CronJobList = m1.TypeMeta<'batch/v1', 'CronJobList'> & {
39
39
  /**
40
40
  * items is the list of CronJobs.
41
41
  */
@@ -44,7 +44,7 @@ export type CronJobList = m0.TypeMeta<'batch/v1', 'CronJobList'> & {
44
44
  * Standard list metadata.
45
45
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
46
46
  */
47
- 'metadata'?: m0.ListMeta;
47
+ 'metadata'?: m1.ListMeta;
48
48
  };
49
49
  /**
50
50
  * CronJobSpec describes how the job execution will look like and when it will actually run.
@@ -107,25 +107,25 @@ export type CronJobStatus = {
107
107
  /**
108
108
  * A list of pointers to currently running jobs.
109
109
  */
110
- 'active'?: m1.ObjectReference[];
110
+ 'active'?: m0.ObjectReference[];
111
111
  /**
112
112
  * Information when was the last time the job was successfully scheduled.
113
113
  */
114
- 'lastScheduleTime'?: m0.Time;
114
+ 'lastScheduleTime'?: m1.Time;
115
115
  /**
116
116
  * Information when was the last time the job successfully completed.
117
117
  */
118
- 'lastSuccessfulTime'?: m0.Time;
118
+ 'lastSuccessfulTime'?: m1.Time;
119
119
  };
120
120
  /**
121
121
  * Job represents the configuration of a single job.
122
122
  */
123
- export type Job = m0.TypeMeta<'batch/v1', 'Job'> & {
123
+ export type Job = m1.TypeMeta<'batch/v1', 'Job'> & {
124
124
  /**
125
125
  * Standard object's metadata.
126
126
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
127
127
  */
128
- 'metadata'?: m0.ObjectMeta;
128
+ 'metadata'?: m1.ObjectMeta;
129
129
  /**
130
130
  * Specification of the desired behavior of a job.
131
131
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -144,11 +144,11 @@ export type JobCondition = {
144
144
  /**
145
145
  * Last time the condition was checked.
146
146
  */
147
- 'lastProbeTime'?: m0.Time;
147
+ 'lastProbeTime'?: m1.Time;
148
148
  /**
149
149
  * Last time the condition transit from one status to another.
150
150
  */
151
- 'lastTransitionTime'?: m0.Time;
151
+ 'lastTransitionTime'?: m1.Time;
152
152
  /**
153
153
  * Human readable message indicating details about last transition.
154
154
  */
@@ -160,7 +160,7 @@ export type JobCondition = {
160
160
  /**
161
161
  * Status of the condition, one of True, False, Unknown.
162
162
  */
163
- 'status': m1.ConditionStatus;
163
+ 'status': m0.ConditionStatus;
164
164
  /**
165
165
  * Type of job condition, Complete or Failed.
166
166
  */
@@ -170,7 +170,7 @@ export type JobConditionType = 'Complete' | 'Failed' | 'FailureTarget' | 'Succes
170
170
  /**
171
171
  * JobList is a collection of jobs.
172
172
  */
173
- export type JobList = m0.TypeMeta<'batch/v1', 'JobList'> & {
173
+ export type JobList = m1.TypeMeta<'batch/v1', 'JobList'> & {
174
174
  /**
175
175
  * items is the list of Jobs.
176
176
  */
@@ -179,7 +179,7 @@ export type JobList = m0.TypeMeta<'batch/v1', 'JobList'> & {
179
179
  * Standard list metadata.
180
180
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
181
181
  */
182
- 'metadata'?: m0.ListMeta;
182
+ 'metadata'?: m1.ListMeta;
183
183
  };
184
184
  /**
185
185
  * JobSpec describes how the job execution will look like.
@@ -313,7 +313,7 @@ export type JobSpec = {
313
313
  * Normally, the system sets this field for you.
314
314
  * More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
315
315
  */
316
- 'selector'?: m0.LabelSelector;
316
+ 'selector'?: m1.LabelSelector;
317
317
  /**
318
318
  * successPolicy specifies the policy when the Job can be declared as succeeded.
319
319
  * If empty, the default behavior applies - the Job is declared as succeeded
@@ -337,7 +337,7 @@ export type JobSpec = {
337
337
  * The only allowed template.spec.restartPolicy values are "Never" or "OnFailure".
338
338
  * More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/
339
339
  */
340
- 'template': m1.PodTemplateSpec;
340
+ 'template': m0.PodTemplateSpec;
341
341
  /**
342
342
  * ttlSecondsAfterFinished limits the lifetime of a Job that has finished
343
343
  * execution (either Complete or Failed). If this field is set,
@@ -377,7 +377,7 @@ export type JobStatus = {
377
377
  * The value cannot be updated or removed. The value indicates the same or
378
378
  * later point in time as the startTime field.
379
379
  */
380
- 'completionTime'?: m0.Time;
380
+ 'completionTime'?: m1.Time;
381
381
  /**
382
382
  * The latest available observations of an object's current state. When a Job
383
383
  * fails, one of the conditions will have type "Failed" and status true. When
@@ -425,7 +425,7 @@ export type JobStatus = {
425
425
  * Once set, the field can only be removed when the job is suspended.
426
426
  * The field cannot be modified while the job is unsuspended or finished.
427
427
  */
428
- 'startTime'?: m0.Time;
428
+ 'startTime'?: m1.Time;
429
429
  /**
430
430
  * The number of pods which reached phase Succeeded.
431
431
  * The value increases monotonically for a given spec. However, it may
@@ -467,7 +467,7 @@ export type JobTemplateSpec = {
467
467
  * Standard object's metadata of the jobs created from this template.
468
468
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
469
469
  */
470
- 'metadata'?: m0.ObjectMeta;
470
+ 'metadata'?: m1.ObjectMeta;
471
471
  /**
472
472
  * Specification of the desired behavior of the job.
473
473
  * More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
@@ -542,12 +542,12 @@ export type PodFailurePolicyOnPodConditionsPattern = {
542
542
  * it is required that the specified status equals the pod condition status.
543
543
  * Defaults to True.
544
544
  */
545
- 'status'?: m1.ConditionStatus;
545
+ 'status'?: m0.ConditionStatus;
546
546
  /**
547
547
  * Specifies the required Pod condition type. To match a pod condition
548
548
  * it is required that specified type equals the pod condition type.
549
549
  */
550
- 'type': m1.PodConditionType;
550
+ 'type': m0.PodConditionType;
551
551
  };
552
552
  /**
553
553
  * PodFailurePolicyRule describes how a pod failure is handled when the requirements are met.
@@ -1,6 +1,6 @@
1
- import * as m1 from 'kubernetypes/api/core/v1';
1
+ import * as m2 from 'kubernetypes/api/core/v1';
2
2
  import * as m0 from 'kubernetypes/apimachinery/apis/meta/v1';
3
- import * as m2 from 'kubernetypes/apimachinery/types';
3
+ import * as m1 from 'kubernetypes/apimachinery/types';
4
4
  /**
5
5
  * Describes a certificate signing request
6
6
  */
@@ -42,7 +42,7 @@ export type CertificateSigningRequestCondition = {
42
42
  * Defaults to "True".
43
43
  * If unset, should be treated as "True".
44
44
  */
45
- 'status'?: m1.ConditionStatus;
45
+ 'status'?: m2.ConditionStatus;
46
46
  /**
47
47
  * type of the condition. Known conditions include "Approved", "Denied", and "Failed".
48
48
  */
@@ -308,11 +308,11 @@ export type PodCertificateRequestSpec = {
308
308
  /**
309
309
  * nodeName is the name of the node the pod is assigned to.
310
310
  */
311
- 'nodeName': m2.NodeName;
311
+ 'nodeName': m1.NodeName;
312
312
  /**
313
313
  * nodeUID is the UID of the node the pod is assigned to.
314
314
  */
315
- 'nodeUID': m2.UID;
315
+ 'nodeUID': m1.UID;
316
316
  /**
317
317
  * pkixPublicKey is the PKIX-serialized public key the signer will issue the
318
318
  * certificate to.
@@ -335,7 +335,7 @@ export type PodCertificateRequestSpec = {
335
335
  /**
336
336
  * podUID is the UID of the pod into which the certificate will be mounted.
337
337
  */
338
- 'podUID': m2.UID;
338
+ 'podUID': m1.UID;
339
339
  /**
340
340
  * proofOfPossession proves that the requesting kubelet holds the private
341
341
  * key corresponding to pkixPublicKey.
@@ -366,7 +366,7 @@ export type PodCertificateRequestSpec = {
366
366
  /**
367
367
  * serviceAccountUID is the UID of the service account the pod is running as.
368
368
  */
369
- 'serviceAccountUID': m2.UID;
369
+ 'serviceAccountUID': m1.UID;
370
370
  /**
371
371
  * signerName indicates the requested signer.
372
372
  *