Skip to content

Commit 181192d

Browse files
author
Yann Hamon
committed
Adding new schemas
1 parent a9a5f22 commit 181192d

File tree

16,348 files changed

+6897282
-1772
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

16,348 files changed

+6897282
-1772
lines changed

master-local/_definitions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6348,7 +6348,7 @@
63486348
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
63496349
"properties": {
63506350
"name": {
6351-
"description": "The header field name",
6351+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
63526352
"type": "string"
63536353
},
63546354
"value": {
@@ -9927,7 +9927,7 @@
99279927
"type": "string"
99289928
},
99299929
"loadBalancerIP": {
9930-
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.",
9930+
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.",
99319931
"type": "string"
99329932
},
99339933
"loadBalancerSourceRanges": {

master-local/httpheader-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
33
"properties": {
44
"name": {
5-
"description": "The header field name",
5+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
66
"type": [
77
"string",
88
"null"

master-local/httpheader.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
33
"properties": {
44
"name": {
5-
"description": "The header field name",
5+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
66
"type": [
77
"string",
88
"null"

master-local/servicespec-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
]
101101
},
102102
"loadBalancerIP": {
103-
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.",
103+
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.",
104104
"type": [
105105
"string",
106106
"null"

master-local/servicespec.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
]
101101
},
102102
"loadBalancerIP": {
103-
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.",
103+
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.",
104104
"type": [
105105
"string",
106106
"null"

master-standalone-strict/_definitions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6557,7 +6557,7 @@
65576557
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
65586558
"properties": {
65596559
"name": {
6560-
"description": "The header field name",
6560+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
65616561
"type": "string"
65626562
},
65636563
"value": {
@@ -10245,7 +10245,7 @@
1024510245
"type": "string"
1024610246
},
1024710247
"loadBalancerIP": {
10248-
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations, and it cannot support dual-stack. As of Kubernetes v1.24, users are encouraged to use implementation-specific annotations when available. This field may be removed in a future API version.",
10248+
"description": "Only applies to Service Type: LoadBalancer. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. Deprecated: This field was under-specified and its meaning varies across implementations. Using it is non-portable and it may not support dual-stack. Users are encouraged to use implementation-specific annotations when available.",
1024910249
"type": "string"
1025010250
},
1025110251
"loadBalancerSourceRanges": {

master-standalone-strict/container-v1.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
332332
"properties": {
333333
"name": {
334-
"description": "The header field name",
334+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
335335
"type": "string"
336336
},
337337
"value": {
@@ -479,7 +479,7 @@
479479
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
480480
"properties": {
481481
"name": {
482-
"description": "The header field name",
482+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
483483
"type": "string"
484484
},
485485
"value": {
@@ -666,7 +666,7 @@
666666
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
667667
"properties": {
668668
"name": {
669-
"description": "The header field name",
669+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
670670
"type": "string"
671671
},
672672
"value": {
@@ -954,7 +954,7 @@
954954
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
955955
"properties": {
956956
"name": {
957-
"description": "The header field name",
957+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
958958
"type": "string"
959959
},
960960
"value": {
@@ -1493,7 +1493,7 @@
14931493
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
14941494
"properties": {
14951495
"name": {
1496-
"description": "The header field name",
1496+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
14971497
"type": "string"
14981498
},
14991499
"value": {

master-standalone-strict/container.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@
331331
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
332332
"properties": {
333333
"name": {
334-
"description": "The header field name",
334+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
335335
"type": "string"
336336
},
337337
"value": {
@@ -479,7 +479,7 @@
479479
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
480480
"properties": {
481481
"name": {
482-
"description": "The header field name",
482+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
483483
"type": "string"
484484
},
485485
"value": {
@@ -666,7 +666,7 @@
666666
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
667667
"properties": {
668668
"name": {
669-
"description": "The header field name",
669+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
670670
"type": "string"
671671
},
672672
"value": {
@@ -954,7 +954,7 @@
954954
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
955955
"properties": {
956956
"name": {
957-
"description": "The header field name",
957+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
958958
"type": "string"
959959
},
960960
"value": {
@@ -1493,7 +1493,7 @@
14931493
"description": "HTTPHeader describes a custom header to be used in HTTP probes",
14941494
"properties": {
14951495
"name": {
1496-
"description": "The header field name",
1496+
"description": "The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.",
14971497
"type": "string"
14981498
},
14991499
"value": {

0 commit comments

Comments
 (0)