Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for prebuilt (0.25 sec)

  1. pilot/pkg/networking/core/cluster.go

    	// DeletedClusters contains list of all subset clusters for the deleted DR or updated DR.
    	// When clusters are rebuilt, we rebuild the subset clusters as well. So, we know what
    	// subset clusters are really needed. So if deleted cluster is not rebuilt, then it is really deleted.
    	builtClusters := sets.New[string]()
    	for _, c := range clusters {
    		builtClusters.Insert(c.Name)
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
Back to top