Enables generation of the custom_plugins in testutil/custom_plugins
()
| 241 | |
| 242 | // Enables generation of the custom_plugins in testutil/custom_plugins |
| 243 | func (cc ClusterConfig) WithCustomPlugins() ClusterConfig { |
| 244 | cc.customPlugins = true |
| 245 | return cc |
| 246 | } |
| 247 | |
| 248 | // WithGraphqlLambdaURL sets the graphql lambda url for alpha |
| 249 | func (cc ClusterConfig) WithGraphqlLambdaURL(url string) ClusterConfig { |