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
// EmulationForwardCompatible is an option to implicitly enable all APIs which are introduced after the emulation version and
158
158
// have higher priority than APIs of the same group resource enabled at the emulation version.
159
-
// If true, all APIs that have higher priority than the APIs of the same group resource enabled at the emulation version will be installed.
159
+
// If true, all APIs that have higher priority than the APIs(beta+) of the same group resource enabled at the emulation version will be installed.
160
160
// This is needed when a controller implementation migrates to newer API versions, for the binary version, and also uses the newer API versions even when emulation version is set.
161
+
// Not applicable to alpha APIs.
161
162
EmulationForwardCompatiblebool
162
163
// RuntimeConfigEmulationForwardCompatible is an option to explicitly enable specific APIs introduced after the emulation version through the runtime-config.
163
164
// If true, APIs identified by group/version that are enabled in the --runtime-config flag will be installed even if it is introduced after the emulation version. --runtime-config flag values that identify multiple APIs, such as api/all,api/ga,api/beta, are not influenced by this flag and will only enable APIs available at the current emulation version.
// EmulationForwardCompatible is an option to implicitly enable all APIs which are introduced after the emulation version and
249
249
// have higher priority than APIs of the same group resource enabled at the emulation version.
250
-
// If true, all APIs that have higher priority than the APIs of the same group resource enabled at the emulation version will be installed.
250
+
// If true, all APIs that have higher priority than the APIs(beta+) of the same group resource enabled at the emulation version will be installed.
251
251
// This is needed when a controller implementation migrates to newer API versions, for the binary version, and also uses the newer API versions even when emulation version is set.
252
+
// Not applicable to alpha APIs.
252
253
EmulationForwardCompatiblebool
253
254
// RuntimeConfigEmulationForwardCompatible is an option to explicitly enable specific APIs introduced after the emulation version through the runtime-config.
254
255
// If true, APIs identified by group/version that are enabled in the --runtime-config flag will be installed even if it is introduced after the emulation version. --runtime-config flag values that identify multiple APIs, such as api/all,api/ga,api/beta, are not influenced by this flag and will only enable APIs available at the current emulation version.
0 commit comments