Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyResourcesIntoCluster (0.37 sec)

  1. operator/pkg/helmreconciler/prune_test.go

    	"istio.io/istio/pkg/test/util/assert"
    )
    
    var (
    	//go:embed testdata/iop-test-gw-1.yaml
    	iopTestGwData1 []byte
    	//go:embed testdata/iop-test-gw-2.yaml
    	iopTestGwData2 []byte
    )
    
    func applyResourcesIntoCluster(t *testing.T, h *HelmReconciler, manifestMap name.ManifestMap) {
    	for cn, ms := range manifestMap.Consolidated() {
    		objects, err := object.ParseK8sObjectsFromYAMLManifest(ms)
    		if err != nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 12:13:37 UTC 2023
    - 5.2K bytes
    - Viewed (0)
Back to top