Created
May 4, 2025 21:57
-
-
Save ryehowell/f6e80365cf245558c76d87432041fc48 to your computer and use it in GitHub Desktop.
EksKubeProxySchema
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"$ref":"#/definitions/KubeProxy","$schema":"http://json-schema.org/draft-06/schema#","definitions":{"Ipvs":{"additionalProperties":false,"properties":{"scheduler":{"type":"string"}},"title":"Ipvs","type":"object"},"KubeProxy":{"additionalProperties":false,"properties":{"ipvs":{"$ref":"#/definitions/Ipvs"},"mode":{"enum":["iptables","ipvs","nftables"],"type":"string"},"podAnnotations":{"properties":{},"title":"The podAnnotations Schema","type":"object"},"podLabels":{"properties":{},"title":"The podLabels Schema","type":"object"},"resources":{"$ref":"#/definitions/Resources"}},"title":"KubeProxy","type":"object"},"Limits":{"additionalProperties":false,"properties":{"cpu":{"type":"string"},"memory":{"type":"string"}},"title":"Limits","type":"object"},"Resources":{"additionalProperties":false,"properties":{"limits":{"$ref":"#/definitions/Limits"},"requests":{"$ref":"#/definitions/Limits"}},"title":"Resources","type":"object"}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment