Conversation
| // controllers such as the cloud provider and clientBuilder. rootClientBuilder is only used for | ||
| // the shared-informers client and token controller. | ||
| func CreateControllerContext(s *options.CMServer, rootClientBuilder, clientBuilder controller.ControllerClientBuilder, stop <-chan struct{}) (ControllerContext, error) { | ||
| func createControllerContext(s *options.CMServer, rootClientBuilder, clientBuilder controller.ControllerClientBuilder, stop <-chan struct{}) (ControllerContext, error) { |
| // webhook configuration, only when config file was provided | ||
| if len(auditConfig.WebHookKubeConfig) > 0 { | ||
| webhook, err := auditwebhook.NewBackend(auditConfig.WebHookKubeConfig, string(auditConfig.WebHookMode), auditv1beta1.SchemeGroupVersion) | ||
| webhook, err := auditwebhook.NewBackend(auditConfig.WebHookKubeConfig, string(auditConfig.WebHookMode), auditv1beta1.SchemeGroupVersion, pluginwebhook.NewDefaultBatchBackendConfig()) |
There was a problem hiding this comment.
It's ok to start with. But I'll open a followup and we'll externalize these configs.
279b6e9 to
9534487
Compare
|
/retest |
|
Looks like one simple unit test and this is ready |
9534487 to
7294520
Compare
|
@openshift/sig-master |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, soltysh The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
|
/retest |
1 similar comment
|
/retest |
|
@deads2k: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
according to prow, the extended builds are failing on rebase pulls too. Downward API is a known flake: #17882 |
agree. merging to reopen the queue. |
oc secret new-dockercfg ... creates secret in a new docker config format
#17197
/assign mfojtik
/assign soltysh
@soltysh the audit options probably deserve better wiring.
I wonder if it is this simple....