mirror of
https://github.com/rancher/rke.git
synced 2025-09-04 00:14:49 +00:00
vendor bump
This commit is contained in:
committed by
Darren Shepherd
parent
9ac09485d6
commit
c941eab5ee
4
vendor/github.com/rancher/types/apis/management.cattle.io/v3/pipeline_types.go
generated
vendored
4
vendor/github.com/rancher/types/apis/management.cattle.io/v3/pipeline_types.go
generated
vendored
@@ -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 {
|
||||
|
Reference in New Issue
Block a user