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 Aug 17, 2024
1 parent a64000e commit 8242926
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion master-local/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16444,7 +16444,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
2 changes: 1 addition & 1 deletion master-local/resourceslicelist-resource-v1alpha3.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
2 changes: 1 addition & 1 deletion master-local/resourceslicelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16986,7 +16986,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
Expand Down
2 changes: 1 addition & 1 deletion master-standalone-strict/resourceslicelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
Expand Down
2 changes: 1 addition & 1 deletion master-standalone/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16444,7 +16444,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
2 changes: 1 addition & 1 deletion master-standalone/resourceslicelist-resource-v1alpha3.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
Expand Down
2 changes: 1 addition & 1 deletion master-standalone/resourceslicelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"description": "ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.",
"properties": {
"continue": {
Expand Down
2 changes: 1 addition & 1 deletion master/_definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -16444,7 +16444,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
2 changes: 1 addition & 1 deletion master/resourceslicelist-resource-v1alpha3.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down
2 changes: 1 addition & 1 deletion master/resourceslicelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"ResourceSliceList"
]
},
"listMeta": {
"metadata": {
"$ref": "https://raw.githubusercontent.com/yannh/kubernetes-json-schema/master/master/_definitions.json#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta",
"description": "Standard list metadata"
}
Expand Down

0 comments on commit 8242926

Please sign in to comment.