Searched defs:rawEnvLabels (Results 1 – 2 of 2) sorted by relevance
105 String rawEnvLabels = in testParseResourceLabels() local119 String rawEnvLabels = "example.org/test-1=\"test $ \\\"\" , Abc=\"Def\""; in testParseResourceLabels_WithSpaces() local130 String rawEnvLabels = "single=\"key\""; in testParseResourceLabels_SingleKey() local145 String rawEnvLabels = "example.org/test-1=\2ab\3cd"; in testParseResourceLabels_DisallowUnprintableChars() local156 String rawEnvLabels = new String(chars) + "=test-1"; in testParseResourceLabels_DisallowLabelKeyOverMaxLength() local168 String rawEnvLabels = "example.org/test-1=" + new String(chars); in testParseResourceLabels_DisallowLabelValueOverMaxLength() local
155 static Map<String, String> parseResourceLabels(@Nullable String rawEnvLabels) { in parseResourceLabels()