Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for newManyCollection (0.14 sec)

  1. pkg/kube/krt/collection.go

    	}
    	return newManyCollection[I, O](c, hm, o)
    }
    
    // NewManyCollection transforms a Collection[I] to a Collection[O] by applying the provided transformation function.
    // This applies for one-to-many relationships between I and O.
    // For zero-to-one, use NewSingleton. For one-to-one, use NewCollection.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 10 23:33:56 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  2. pilot/pkg/serviceregistry/kube/controller/ambient/workloads.go

    		a.workloadEntryWorkloadBuilder(MeshConfig, AuthorizationPolicies, PeerAuths, Waypoints, WorkloadServices, WorkloadServicesNamespaceIndex, Namespaces),
    		krt.WithName("WorkloadEntryWorkloads"),
    	)
    	ServiceEntryWorkloads := krt.NewManyCollection(
    		ServiceEntries,
    		a.serviceEntryWorkloadBuilder(MeshConfig, AuthorizationPolicies, PeerAuths, Waypoints, Namespaces),
    		krt.WithName("ServiceEntryWorkloads"),
    	)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 16:51:29 UTC 2024
    - 20.9K bytes
    - Viewed (0)
Back to top