Fix indentation

This commit is contained in:
Tobias Bradtke
2021-03-24 22:29:31 +01:00
committed by GitHub
parent b0a40e2752
commit fd486c1f23

View File

@@ -145,7 +145,7 @@ cat <<EOF >>$DEMO_HOME/mycr_schema.json
"type": "string" "type": "string"
}, },
"ports": { "ports": {
"items": { "items": {
"\$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort" "\$ref": "#/definitions/io.k8s.api.core.v1.ContainerPort"
}, },
"type": "array", "type": "array",
@@ -161,7 +161,7 @@ cat <<EOF >>$DEMO_HOME/mycr_schema.json
"type": "object" "type": "object"
}, },
"io.k8s.api.core.v1.ContainerPort": { "io.k8s.api.core.v1.ContainerPort": {
"properties": { "properties": {
"containerPort": { "containerPort": {
"format": "int32", "format": "int32",
"type": "integer" "type": "integer"