mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-29 02:39:27 +08:00
* encoding input variable added * encoding input variable added * encoding input variable added * corrected unit tests * corrected unit tests * prettier edits * working on tests * working on tests * working on tests * minor edits * minor edits * better logic structure * added tests for edge cases * edited to enum
This commit is contained in:
@@ -13,6 +13,10 @@ inputs:
|
||||
kubeconfig:
|
||||
description: 'Contents of kubeconfig file'
|
||||
required: false
|
||||
kubeconfig-encoding:
|
||||
description: 'Encoding of the kubeconfig input. Accepts "plaintext" (default) or "base64".'
|
||||
required: false
|
||||
default: 'plaintext'
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user