Skip to content

Commit 8c7a3a5

Browse files
committed
Get rid of unnecessary comments
1 parent 7655daa commit 8c7a3a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

config/config.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)