/** * @see https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json */ export const versions = [ "v1.36.1", "v1.35.5", "v1.34.8", "v1.33.12", "v1.32.1", "v1.31.2", "v1.30.14", "v1.29.1", "v1.28.6", "v1.27.10", "v1.26.12", "v1.25.16", "v1.24.4", "v1.23.10", "v1.22.13", "v1.22.3", "v1.19.16", "v1.18.20", "v1.17.17", "v1.16.15", "v1.15.12", "v1.14.10", ]; export const outputDir = "api-spec"; export const sourceOutputDir = "src";