{ "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "apiVersion": { "type": "string" }, "kind": { "type": "string" }, "metadata": { "type": "object" }, "spec": { "properties": { "pathPrefixes": { "items": { "nullable": true, "type": "string" }, "nullable": true, "type": "array" }, "paths": { "items": { "nullable": true, "type": "string" }, "nullable": true, "type": "array" }, "secretName": { "nullable": true, "type": "string" }, "secretNamespace": { "nullable": true, "type": "string" } }, "type": "object" }, "status": { "properties": { "serviceAccountName": { "nullable": true, "type": "string" }, "serviceAccountNamespace": { "nullable": true, "type": "string" } }, "type": "object" } }, "type": "object" }