mirror of
https://github.com/rancher/types.git
synced 2025-09-01 21:32:10 +00:00
update generated code
This commit is contained in:
@@ -6,6 +6,7 @@ const (
|
||||
AuthAppInputFieldClientSecret = "clientSecret"
|
||||
AuthAppInputFieldCode = "code"
|
||||
AuthAppInputFieldHost = "host"
|
||||
AuthAppInputFieldInheritGlobal = "inheritGlobal"
|
||||
AuthAppInputFieldRedirectURL = "redirectUrl"
|
||||
AuthAppInputFieldSourceCodeType = "sourceCodeType"
|
||||
AuthAppInputFieldTLS = "tls"
|
||||
@@ -16,6 +17,7 @@ type AuthAppInput struct {
|
||||
ClientSecret string `json:"clientSecret,omitempty" yaml:"clientSecret,omitempty"`
|
||||
Code string `json:"code,omitempty" yaml:"code,omitempty"`
|
||||
Host string `json:"host,omitempty" yaml:"host,omitempty"`
|
||||
InheritGlobal bool `json:"inheritGlobal,omitempty" yaml:"inheritGlobal,omitempty"`
|
||||
RedirectURL string `json:"redirectUrl,omitempty" yaml:"redirectUrl,omitempty"`
|
||||
SourceCodeType string `json:"sourceCodeType,omitempty" yaml:"sourceCodeType,omitempty"`
|
||||
TLS bool `json:"tls,omitempty" yaml:"tls,omitempty"`
|
||||
|
10
client/management/v3/zz_generated_run_pipeline_input.go
Normal file
10
client/management/v3/zz_generated_run_pipeline_input.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
RunPipelineInputType = "runPipelineInput"
|
||||
RunPipelineInputFieldBranch = "branch"
|
||||
)
|
||||
|
||||
type RunPipelineInput struct {
|
||||
Branch string `json:"branch,omitempty" yaml:"branch,omitempty"`
|
||||
}
|
Reference in New Issue
Block a user