@jkcfg/kubernetes
Version:
jk Kubernetes library
24 lines • 565 B
JSON
{
"description": "ObjectFieldSelector selects an APIVersioned field of an object.",
"properties": {
"apiVersion": {
"description": "Version of the schema the FieldPath is written in terms of, defaults to \"v1\".",
"type": [
"string",
"null"
]
},
"fieldPath": {
"description": "Path of the field to select in the specified API version.",
"type": [
"string",
"null"
]
}
},
"required": [
"fieldPath"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}