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
name: "GCP Custom API Endpoints is not allowed without Feature Gates",
25
-
installConfig: func() *types.InstallConfig {
26
-
c:=validInstallConfig()
27
-
c.GCP=validGCPPlatform()
28
-
c.GCP.Endpoint=&gcptypes.PSCEndpoint{
29
-
Name: "test-endpoint",
30
-
}
31
-
returnc
32
-
}(),
33
-
expected: `^platform.gcp.endpoint: Forbidden: this field is protected by the GCPCustomAPIEndpointsInstall feature gate which must be enabled through either the TechPreviewNoUpgrade or CustomNoUpgrade feature set$`,
34
-
},
35
22
{
36
23
name: "AWS UserProvisionedDNS is not allowed without Feature Gates",
0 commit comments