- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for fromYAML (0.05 sec)
-
istioctl/pkg/validate/validate_test.go
apiVersion: v1 kind: Deployment metadata: name: helloworld-v1 labels: service.istio.io/canonical-name: helloworld service.istio.io/canonical-revision: v1 spec: replicas: 1 ` ) func fromYAML(in string) *unstructured.Unstructured { var un unstructured.Unstructured if err := yaml.Unmarshal([]byte(in), &un); err != nil { panic(err) } return &un } func TestValidateResource(t *testing.T) {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Aug 02 16:18:14 UTC 2024 - 21.4K bytes - Viewed (0)