mirror of
https://github.com/Azure/setup-kubectl.git
synced 2025-12-14 06:01:16 +00:00
Introduce resolveKubectlVersion function that enables automatic selection of the latest patch version when provided with major.minor version input (e.g., '1.27' resolves to 'v1.27.15') Test Coverage: - Major.minor version expansion to latest available patch - Full version passthrough behavior (returns unchanged) - Single matching version selection logic - Comprehensive unit tests for kubectl version resolution scenarios
8 lines
158 B
JSON
8 lines
158 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"lib": ["ES2020", "DOM"]
|
|
},
|
|
"exclude": ["node_modules", "test"]
|
|
}
|