1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

fix namespace_reference mapper on update handler

This commit is contained in:
gitlawr
2018-09-11 18:51:44 +08:00
committed by Alena Prokharchyk
parent 30c4b554a2
commit 6a993793e3
2 changed files with 2 additions and 5 deletions

View File

@@ -149,7 +149,7 @@ type PipelineSpec struct {
TriggerWebhookTag bool `json:"triggerWebhookTag,omitempty" yaml:"triggerWebhookTag,omitempty"`
RepositoryURL string `json:"repositoryUrl,omitempty" yaml:"repositoryUrl,omitempty"`
SourceCodeCredentialName string `json:"sourceCodeCredentialName,omitempty" yaml:"sourceCodeCredentialName,omitempty" norman:"type=reference[sourceCodeCredential]"`
SourceCodeCredentialName string `json:"sourceCodeCredentialName,omitempty" yaml:"sourceCodeCredentialName,omitempty" norman:"type=reference[sourceCodeCredential],noupdate"`
}
type PipelineConfig struct {