Porting from k8s-actions repo
This commit is contained in:
27
action.yml
Normal file
27
action.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
name: 'Kubernetes set context'
|
||||
description: 'Kubernetes set context'
|
||||
inputs:
|
||||
# Used for setting the target K8s cluster context which will be used by other actions like azure/k8s-actions/k8s-deploy or azure/k8s-actions/k8s-create-secret
|
||||
kubeconfig:
|
||||
description: 'Kubernetes Config'
|
||||
required: false
|
||||
default: ''
|
||||
context:
|
||||
description: 'If your kubeconfig has multiple contexts, use this field to use a specific context, otherwise the default one would be chosen'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
k8s-url:
|
||||
description: 'Cluster Url'
|
||||
required: false
|
||||
default: ''
|
||||
k8s-secret:
|
||||
description: 'Service account token'
|
||||
required: false
|
||||
default: ''
|
||||
|
||||
branding:
|
||||
color: 'green' # optional, decorates the entry in the GitHub Marketplace
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/login.js'
|
Reference in New Issue
Block a user