You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// etcdDiscoveryDomain is the domain used to fetch the SRV records for discovering
42
52
// etcd servers and clients.
43
53
// For more info: https://github.com/etcd-io/etcd/blob/329be66e8b3f9e2e6af83c123ff89297e49ebd15/Documentation/op-guide/clustering.md#dns-discovery
@@ -53,28 +63,43 @@ type InfrastructureStatus struct {
53
63
typePlatformTypestring
54
64
55
65
const (
56
-
// AWSPlatform represents Amazon Web Services infrastructure.
57
-
AWSPlatformPlatformType="AWS"
66
+
// AWSPlatformType represents Amazon Web Services infrastructure.
67
+
AWSPlatformTypePlatformType="AWS"
58
68
59
-
// AzurePlatform represents Microsoft Azure infrastructure.
60
-
AzurePlatformPlatformType="Azure"
69
+
// AzurePlatformType represents Microsoft Azure infrastructure.
70
+
AzurePlatformTypePlatformType="Azure"
61
71
62
-
// GCPPlatform represents Google Cloud Platform infrastructure.
63
-
GCPPlatformPlatformType="GCP"
72
+
// GCPPlatformType represents Google Cloud Platform infrastructure.
0 commit comments