@jkcfg/kubernetes
Version:
jk Kubernetes library
11 lines • 388 B
JSON
{
"description": "SessionAffinityConfig represents the configurations of session affinity.",
"properties": {
"clientIP": {
"$ref": "_definitions.json#/definitions/io.k8s.api.core.v1.ClientIPConfig",
"description": "clientIP contains the configurations of Client IP based session affinity."
}
},
"type": "object",
"$schema": "http://json-schema.org/schema#"
}