File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -96,19 +96,15 @@ type Config struct {
9696 Logging * Logging `json:"logging,omitempty"`
9797
9898 // Sleep holds configuration for automatically putting the virtual cluster to sleep.
99- // This replaces sleepMode.
10099 Sleep * vclusterconfig.Sleep `json:"sleep,omitempty"`
101100
102101 // Snapshots holds configuration for automatic vCluster snapshots.
103- // This replaces external.platform.autoSnapshot.
104102 Snapshots * vclusterconfig.Snapshots `json:"snapshots,omitempty"`
105103
106104 // Deletion holds configuration for automatic vCluster deletion.
107- // This replaces external.platform.autoDelete.
108105 Deletion * vclusterconfig.Deletion `json:"deletion,omitempty"`
109106
110107 // Platform holds vCluster Platform specific configuration.
111- // This replaces the remaining fields from external.platform.
112108 Platform * vclusterconfig.Platform `json:"platform,omitempty"`
113109}
114110
You can’t perform that action at this time.
0 commit comments