Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OnOptionsChange ¶
func OnOptionsChange(oldO, newO interface{}) bool
Types ¶
type SCloudIdOptions ¶
type SCloudIdOptions struct { common_options.CommonOptions common_options.DBOptions CloudaccountSyncIntervalMinutes int `help:"frequency to sync region cloudaccount task" default:"3"` SAMLProviderSyncIntervalHours int `help:"frequency to sync account saml provider task" default:"3"` SystemPoliciesSyncIntervalHours int `help:"frequency to sync region cloudaccount task" default:"24"` CloudIdResourceSyncIntervalHours int `help:"frequency to sync region cloudpolicy task" default:"3"` CloudroleSyncIntervalHours int `help:"frequency to sync region cloudroles task" default:"12"` CloudSAMLMetadataPath string `help:"path to store SAML sp metadata file of cloud providers" default:"/opt/yunion/share/saml/sp-metadata"` }
var (
Options SCloudIdOptions
)
Click to show internal directories.
Click to hide internal directories.