diff --git a/vendor.conf b/vendor.conf index b36ed42d..8bde8d29 100644 --- a/vendor.conf +++ b/vendor.conf @@ -24,4 +24,4 @@ github.com/coreos/go-semver e214231b295a8ea9479f11b70b35d5acf3556d9 github.com/ugorji/go/codec ccfe18359b55b97855cee1d3f74e5efbda4869dc github.com/rancher/norman 151aa66e3e99de7e0d195e2d5ca96b1f95544555 -github.com/rancher/types 2c8d9e23dd981e05d48fb1105c346480d1bc697e https://github.com/moelsayed/types +github.com/rancher/types 44ce312ada69eaf4eb851330b960443967885d17 diff --git a/vendor/github.com/rancher/types/apis/management.cattle.io/v3/pipeline_types.go b/vendor/github.com/rancher/types/apis/management.cattle.io/v3/pipeline_types.go index c1650010..911723f5 100644 --- a/vendor/github.com/rancher/types/apis/management.cattle.io/v3/pipeline_types.go +++ b/vendor/github.com/rancher/types/apis/management.cattle.io/v3/pipeline_types.go @@ -85,7 +85,7 @@ type PipelineStatus struct { LastStarted string `json:"lastStarted,omitempty" yaml:"lastStarted,omitempty"` NextStart string `json:"nextStart,omitempty" yaml:"nextStart,omitempty"` WebHookID string `json:"webhookId,omitempty" yaml:"webhookId,omitempty"` - Token string `json:"token,omitempty" yaml:"token,omitempty"` + Token string `json:"token,omitempty" yaml:"token,omitempty" norman:"writeOnly,noupdate"` } type PipelineSpec struct { @@ -172,7 +172,7 @@ type SourceCodeCredentialSpec struct { AvatarURL string `json:"avatarUrl,omitempty"` HTMLURL string `json:"htmlUrl,omitempty"` LoginName string `json:"loginName,omitempty"` - AccessToken string `json:"accessToken,omitempty"` + AccessToken string `json:"accessToken,omitempty" norman:"writeOnly,noupdate"` } type SourceCodeCredentialStatus struct {