Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseConfigs (0.15 sec)

  1. pkg/test/framework/components/echo/config.go

    		// Therefore, this should never happen
    		panic(err)
    	}
    	return copied
    }
    
    // ParseConfigs unmarshals the given YAML bytes into []Config, using a namespace.Static rather
    // than attempting to Claim the configured namespace.
    func ParseConfigs(bytes []byte) ([]Config, error) {
    	// parse into flexible type, so we can remove Namespace and parse that ourselves
    	raw := make([]map[string]any, 0)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 18.2K bytes
    - Viewed (0)
Back to top