2022-06-28 00:31:07 +02:00
|
|
|
name: 'Kubectl tool installer'
|
|
|
|
description: 'Install a specific version of kubectl binary. Acceptable values are latest or any semantic version string like 1.15.0'
|
|
|
|
inputs:
|
|
|
|
version:
|
|
|
|
description: 'Version of kubectl'
|
|
|
|
required: true
|
|
|
|
default: 'latest'
|
|
|
|
outputs:
|
|
|
|
kubectl-path:
|
|
|
|
description: 'Path to the cached kubectl binary'
|
|
|
|
branding:
|
|
|
|
color: 'blue'
|
|
|
|
runs:
|
2024-01-26 22:23:31 +01:00
|
|
|
using: 'node20'
|
2022-06-28 00:31:07 +02:00
|
|
|
main: 'lib/index.js'
|