Skip to content

Commit

Permalink
Adding new schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann Hamon committed May 13, 2021
1 parent 5821690 commit a660f03
Show file tree
Hide file tree
Showing 17,102 changed files with 6,970,714 additions and 6 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion master-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12087,7 +12087,8 @@
"type": "string"
},
"http": {
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
}
},
"type": "object"
Expand Down
3 changes: 2 additions & 1 deletion master-local/ingressrule-extensions-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
]
},
"http": {
"$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
"$ref": "_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
}
},
"type": "object",
Expand Down
3 changes: 2 additions & 1 deletion master-standalone-strict/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12470,7 +12470,8 @@
"type": "string"
},
"http": {
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
}
},
"type": "object",
Expand Down
3 changes: 2 additions & 1 deletion master-standalone/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12087,7 +12087,8 @@
"type": "string"
},
"http": {
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
}
},
"type": "object"
Expand Down
3 changes: 2 additions & 1 deletion master/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -12087,7 +12087,8 @@
"type": "string"
},
"http": {
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
"$ref": "#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
}
},
"type": "object"
Expand Down
3 changes: 2 additions & 1 deletion master/ingressrule-extensions-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
]
},
"http": {
"$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"
"$ref": "https://kubernetesjsonschema.dev/master/_definitions.json#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue",
"description": "http is a list of http selectors pointing to backends. A path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional \"path\" part of a URL as defined by RFC 3986. Paths must begin with a '/'. A backend defines the referenced service endpoint to which the traffic will be forwarded to."
}
},
"type": "object",
Expand Down
18,666 changes: 18,666 additions & 0 deletions v1.18.19-local/_definitions.json

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions v1.18.19-local/affinity-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
},
"podAntiAffinity": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}
19 changes: 19 additions & 0 deletions v1.18.19-local/affinity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"description": "Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s))."
},
"podAntiAffinity": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"description": "Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s))."
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}
17 changes: 17 additions & 0 deletions v1.18.19-local/aggregationrule-rbac-v1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}
17 changes: 17 additions & 0 deletions v1.18.19-local/aggregationrule-rbac-v1alpha1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}
17 changes: 17 additions & 0 deletions v1.18.19-local/aggregationrule-rbac-v1beta1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}
17 changes: 17 additions & 0 deletions v1.18.19-local/aggregationrule.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"description": "AggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole",
"properties": {
"clusterRoleSelectors": {
"description": "ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added",
"items": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
"null"
]
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}
Loading

0 comments on commit a660f03

Please sign in to comment.