Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for crd_name (0.12 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                {{- else }}
                  value: istiod{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}.{{ .Values.global.istioNamespace }}.svc:15012
                {{- end }}
                - name: POD_NAME
                  valueFrom:
                    fieldRef:
                      fieldPath: metadata.name
                - name: POD_NAMESPACE
                  valueFrom:
                    fieldRef:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    				MountPath: "/bab",
    			}},
    			false,
    		},
    		"subpath expr specified": {
    			[]core.VolumeMount{{
    				Name:        "abc-123",
    				MountPath:   "/bab",
    				SubPathExpr: "$(POD_NAME)",
    			}},
    			false,
    		},
    		"subpath specified": {
    			[]core.VolumeMount{{
    				Name:      "abc-123",
    				MountPath: "/bab",
    				SubPath:   "baz",
    			}},
    			false,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top