mirror of
https://github.com/rancher/types.git
synced 2025-09-16 23:08:25 +00:00
add whitelist-domain field
This commit is contained in:
committed by
Darren Shepherd
parent
441901044c
commit
7cfe6700af
@@ -220,14 +220,15 @@ type Condition struct {
|
||||
}
|
||||
|
||||
type NodeDriverSpec struct {
|
||||
DisplayName string `json:"displayName"`
|
||||
Description string `json:"description"`
|
||||
URL string `json:"url" norman:"required"`
|
||||
ExternalID string `json:"externalId"`
|
||||
Builtin bool `json:"builtin"`
|
||||
Active bool `json:"active"`
|
||||
Checksum string `json:"checksum"`
|
||||
UIURL string `json:"uiUrl"`
|
||||
DisplayName string `json:"displayName"`
|
||||
Description string `json:"description"`
|
||||
URL string `json:"url" norman:"required"`
|
||||
ExternalID string `json:"externalId"`
|
||||
Builtin bool `json:"builtin"`
|
||||
Active bool `json:"active"`
|
||||
Checksum string `json:"checksum"`
|
||||
UIURL string `json:"uiUrl"`
|
||||
WhitelistDomains []string `json:"whitelistDomains,omitempty"`
|
||||
}
|
||||
|
||||
type PublicEndpoint struct {
|
||||
|
Reference in New Issue
Block a user