Skip to content

Commit 18597ef

Browse files
author
Yann Hamon
committed
Adding new schemas
1 parent ee4c3ba commit 18597ef

File tree

260 files changed

+3424
-3388
lines changed

Some content is hidden

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

260 files changed

+3424
-3388
lines changed

master-local/_definitions.json

+11-8
Original file line numberDiff line numberDiff line change
@@ -6182,7 +6182,7 @@
61826182
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
61836183
"properties": {
61846184
"name": {
6185-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
6185+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
61866186
"type": "string"
61876187
},
61886188
"optional": {
@@ -6200,7 +6200,7 @@
62006200
"type": "string"
62016201
},
62026202
"name": {
6203-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
6203+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
62046204
"type": "string"
62056205
},
62066206
"optional": {
@@ -6295,7 +6295,7 @@
62956295
"x-kubernetes-list-type": "atomic"
62966296
},
62976297
"name": {
6298-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
6298+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
62996299
"type": "string"
63006300
},
63016301
"optional": {
@@ -6322,7 +6322,7 @@
63226322
"x-kubernetes-list-type": "atomic"
63236323
},
63246324
"name": {
6325-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
6325+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
63266326
"type": "string"
63276327
},
63286328
"optional": {
@@ -7652,6 +7652,9 @@
76527652
"type": "string"
76537653
}
76547654
},
7655+
"required": [
7656+
"ip"
7657+
],
76557658
"type": "object"
76567659
},
76577660
"io.k8s.api.core.v1.HostIP": {
@@ -8039,7 +8042,7 @@
80398042
"description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
80408043
"properties": {
80418044
"name": {
8042-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
8045+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
80438046
"type": "string"
80448047
}
80458048
},
@@ -10984,7 +10987,7 @@
1098410987
"description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
1098510988
"properties": {
1098610989
"name": {
10987-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
10990+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1098810991
"type": "string"
1098910992
},
1099010993
"optional": {
@@ -11002,7 +11005,7 @@
1100211005
"type": "string"
1100311006
},
1100411007
"name": {
11005-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
11008+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1100611009
"type": "string"
1100711010
},
1100811011
"optional": {
@@ -11066,7 +11069,7 @@
1106611069
"x-kubernetes-list-type": "atomic"
1106711070
},
1106811071
"name": {
11069-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
11072+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1107011073
"type": "string"
1107111074
},
1107211075
"optional": {

master-local/configmapenvsource-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
33
"properties": {
44
"name": {
5-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
5+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
66
"type": [
77
"string",
88
"null"

master-local/configmapenvsource.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.\n\nThe contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.",
33
"properties": {
44
"name": {
5-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
5+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
66
"type": [
77
"string",
88
"null"

master-local/configmapkeyselector-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"name": {
12-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
12+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1313
"type": [
1414
"string",
1515
"null"

master-local/configmapkeyselector.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"name": {
12-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
12+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1313
"type": [
1414
"string",
1515
"null"

master-local/configmapprojection-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"x-kubernetes-list-type": "atomic"
1414
},
1515
"name": {
16-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
16+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1717
"type": [
1818
"string",
1919
"null"

master-local/configmapprojection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"x-kubernetes-list-type": "atomic"
1414
},
1515
"name": {
16-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
16+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1717
"type": [
1818
"string",
1919
"null"

master-local/configmapvolumesource-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"x-kubernetes-list-type": "atomic"
2222
},
2323
"name": {
24-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
24+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
2525
"type": [
2626
"string",
2727
"null"

master-local/configmapvolumesource.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"x-kubernetes-list-type": "atomic"
2222
},
2323
"name": {
24-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
24+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
2525
"type": [
2626
"string",
2727
"null"

master-local/hostalias-v1.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
]
2424
}
2525
},
26+
"required": [
27+
"ip"
28+
],
2629
"type": "object",
2730
"$schema": "http://json-schema.org/schema#"
2831
}

master-local/hostalias.json

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
]
2424
}
2525
},
26+
"required": [
27+
"ip"
28+
],
2629
"type": "object",
2730
"$schema": "http://json-schema.org/schema#"
2831
}

master-local/localobjectreference-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
33
"properties": {
44
"name": {
5-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
5+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
66
"type": [
77
"string",
88
"null"

master-local/localobjectreference.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.",
33
"properties": {
44
"name": {
5-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
5+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
66
"type": [
77
"string",
88
"null"

master-local/secretenvsource-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
33
"properties": {
44
"name": {
5-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
5+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
66
"type": [
77
"string",
88
"null"

master-local/secretenvsource.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"description": "SecretEnvSource selects a Secret to populate the environment variables with.\n\nThe contents of the target Secret's Data field will represent the key-value pairs as environment variables.",
33
"properties": {
44
"name": {
5-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
5+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
66
"type": [
77
"string",
88
"null"

master-local/secretkeyselector-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"name": {
12-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
12+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1313
"type": [
1414
"string",
1515
"null"

master-local/secretkeyselector.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
]
1010
},
1111
"name": {
12-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
12+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1313
"type": [
1414
"string",
1515
"null"

master-local/secretprojection-v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"x-kubernetes-list-type": "atomic"
1414
},
1515
"name": {
16-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
16+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1717
"type": [
1818
"string",
1919
"null"

master-local/secretprojection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"x-kubernetes-list-type": "atomic"
1414
},
1515
"name": {
16-
"description": "Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
16+
"description": "Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names",
1717
"type": [
1818
"string",
1919
"null"

0 commit comments

Comments
 (0)