Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseK8SYAMLToIstioOperator (0.27 sec)

  1. operator/pkg/validate/validate_values_test.go

    			pf, err := helm.ReadProfileYAML(tt.profile, filepath.Join(env.IstioSrc, "manifests"))
    			if err != nil {
    				t.Fatalf("fail to read profile: %s", tt.profile)
    			}
    			val, _, err := object.ParseK8SYAMLToIstioOperator(pf)
    			if err != nil {
    				t.Fatalf(" fail to parse profile to ISCP: (%s), got error %s", tt.profile, err)
    			}
    			errs := CheckValues(val.Spec.Values)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 13:43:12 UTC 2024
    - 6K bytes
    - Viewed (0)
Back to top