Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for NewTagWatcher (0.12 sec)

  1. pilot/pkg/config/kube/gateway/deploymentcontroller_test.go

    			kclient.NewWriteClient[*k8sbeta.Gateway](client).Create(tt.gw.DeepCopy())
    			stop := test.NewStop(t)
    			env := model.NewEnvironment()
    			env.PushContext().ProxyConfigs = tt.pcs
    			tw := revisions.NewTagWatcher(client, "")
    			go tw.Run(stop)
    			d := NewDeploymentController(
    				client, cluster.ID(features.ClusterName), env, testInjectionConfig(t, tt.values), func(fn func()) {
    				}, tw, "")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/configcontroller.go

    						// We can only run this if the Gateway CRD is created
    						if s.kubeClient.CrdWatcher().WaitForCRD(gvr.KubernetesGateway, leaderStop) {
    							tagWatcher := revisions.NewTagWatcher(s.kubeClient, args.Revision)
    							controller := gateway.NewDeploymentController(s.kubeClient, s.clusterID, s.environment,
    								s.webhookInfo.getWebhookConfig, s.webhookInfo.addHandler, tagWatcher, args.Revision)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top