Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BadValuesIP (0.08 sec)

  1. operator/pkg/validate/validate_test.go

    `,
    		},
    		{
    			desc: "BadValuesIP with Space start",
    			yamlStr: `
    values:
      global:
        proxy:
          includeIPRanges: "1.1.0.0/16, 2.2.0.0/16"
    `,
    			wantErrs: makeErrors([]string{`global.proxy.includeIPRanges netip.ParsePrefix(" 2.2.0.0/16"): ParseAddr(" 2.2.0.0"): unexpected character (at " 2.2.0.0")`}),
    		},
    		{
    			desc: "BadValuesIP with Space end",
    			yamlStr: `
    values:
      global:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 25 11:44:31 UTC 2023
    - 4.6K bytes
    - Viewed (0)
Back to top