mirror of
https://github.com/rancher/types.git
synced 2025-06-28 06:26:49 +00:00
go generate
This commit is contained in:
parent
5a0b580fd3
commit
673f1c33c2
@ -1,10 +1,12 @@
|
||||
package client
|
||||
|
||||
const (
|
||||
UpdateGlobalDNSTargetsInputType = "updateGlobalDNSTargetsInput"
|
||||
UpdateGlobalDNSTargetsInputFieldProjectIDs = "projectIds"
|
||||
UpdateGlobalDNSTargetsInputType = "updateGlobalDNSTargetsInput"
|
||||
UpdateGlobalDNSTargetsInputFieldMultiClusterAppID = "multiClusterAppId"
|
||||
UpdateGlobalDNSTargetsInputFieldProjectIDs = "projectIds"
|
||||
)
|
||||
|
||||
type UpdateGlobalDNSTargetsInput struct {
|
||||
ProjectIDs []string `json:"projectIds,omitempty" yaml:"projectIds,omitempty"`
|
||||
MultiClusterAppID string `json:"multiClusterAppId,omitempty" yaml:"multiClusterAppId,omitempty"`
|
||||
ProjectIDs []string `json:"projectIds,omitempty" yaml:"projectIds,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user