mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-18 05:18:24 +02:00
kubernetesDeploy: add step configuration alias (#1857)
This is used for backward compatibility Co-authored-by: Christopher Fenner <26137398+CCFenner@users.noreply.github.com>
This commit is contained in:
parent
40440f8f01
commit
bcd450f06e
@ -143,7 +143,7 @@ func kubernetesDeployMetadata() config.StepData {
|
||||
var theMetaData = config.StepData{
|
||||
Metadata: config.StepMetadata{
|
||||
Name: "kubernetesDeploy",
|
||||
Aliases: []config.Alias{},
|
||||
Aliases: []config.Alias{{Name: "deployToKubernetes", Deprecated: true}},
|
||||
},
|
||||
Spec: config.StepSpec{
|
||||
Inputs: config.StepInputs{
|
||||
|
@ -1,5 +1,8 @@
|
||||
metadata:
|
||||
name: kubernetesDeploy
|
||||
aliases:
|
||||
- name: deployToKubernetes
|
||||
deprecated: true
|
||||
description: Deployment to Kubernetes test or production namespace within the specified Kubernetes cluster.
|
||||
longDescription: |-
|
||||
Deployment to Kubernetes test or production namespace within the specified Kubernetes cluster.
|
||||
|
Loading…
x
Reference in New Issue
Block a user