Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ryehowell/f6e80365cf245558c76d87432041fc48 to your computer and use it in GitHub Desktop.
Save ryehowell/f6e80365cf245558c76d87432041fc48 to your computer and use it in GitHub Desktop.
EksKubeProxySchema
{"$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