Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for podWorkloadBuilder (0.15 sec)

  1. pilot/pkg/serviceregistry/kube/controller/ambient/workloads.go

    	Namespaces krt.Collection[*v1.Namespace],
    ) krt.Collection[model.WorkloadInfo] {
    	WorkloadServicesNamespaceIndex := krt.NewNamespaceIndex(WorkloadServices)
    	PodWorkloads := krt.NewCollection(
    		Pods,
    		a.podWorkloadBuilder(MeshConfig, AuthorizationPolicies, PeerAuths, Waypoints, WorkloadServices, WorkloadServicesNamespaceIndex, Namespaces, Nodes),
    		krt.WithName("PodWorkloads"),
    	)
    	WorkloadEntryWorkloads := krt.NewCollection(
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.9K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/workloads_test.go

    			a := newAmbientUnitTest()
    			WorkloadServices := krttest.GetMockCollection[model.ServiceInfo](mock)
    			WorkloadServicesNamespaceIndex := krt.NewNamespaceIndex(WorkloadServices)
    			builder := a.podWorkloadBuilder(
    				GetMeshConfig(mock),
    				krttest.GetMockCollection[model.WorkloadAuthorization](mock),
    				krttest.GetMockCollection[*securityclient.PeerAuthentication](mock),
    				krttest.GetMockCollection[Waypoint](mock),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top