@jkcfg/kubernetes
Version:
jk Kubernetes library
17 lines • 429 B
JSON
{
"description": "FlowDistinguisherMethod specifies the method of a flow distinguisher.",
"properties": {
"type": {
"description": "`type` is the type of flow distinguisher method The supported types are \"ByUser\" and \"ByNamespace\". Required.",
"type": [
"string",
"null"
]
}
},
"required": [
"type"
],
"type": "object",
"$schema": "http://json-schema.org/schema#"
}