Skip to content

Commit

Permalink
Update references
Browse files Browse the repository at this point in the history
  • Loading branch information
yannh committed Jun 12, 2021
1 parent ac78062 commit 733b049
Show file tree
Hide file tree
Showing 70,007 changed files with 213,843 additions and 213,843 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions v1.15.0/affinity-core-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_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))."
}
},
Expand Down
6 changes: 3 additions & 3 deletions v1.15.0/affinity-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_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))."
}
},
Expand Down
6 changes: 3 additions & 3 deletions v1.15.0/affinity.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"description": "Affinity is a group of affinity scheduling rules.",
"properties": {
"nodeAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.NodeAffinity",
"description": "Describes node affinity scheduling rules for the pod."
},
"podAffinity": {
"$ref": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.api.core.v1.PodAntiAffinity",
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_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))."
}
},
Expand Down
2 changes: 1 addition & 1 deletion v1.15.0/aggregationrule-rbac-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
2 changes: 1 addition & 1 deletion v1.15.0/aggregationrule-rbac-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
2 changes: 1 addition & 1 deletion v1.15.0/aggregationrule-rbac-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
2 changes: 1 addition & 1 deletion v1.15.0/aggregationrule.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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": "https://kubernetesjsonschema.dev/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/v1.15.0/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"
},
"type": [
"array",
Expand Down
Loading

0 comments on commit 733b049

Please sign in to comment.