github.com/kyma-project/kyma-environment-broker@v0.0.1/internal/process/upgrade_cluster/config.go (about) 1 package upgrade_cluster 2 3 import "time" 4 5 type TimeSchedule struct { 6 Retry time.Duration 7 StatusCheck time.Duration 8 UpgradeClusterTimeout time.Duration 9 }