Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for toName (0.12 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                    {{ end }}
                {{- end }}
              {{- else }}
                {{- if .Values.global.proxy.resources }}
                  {{ toYaml .Values.global.proxy.resources | indent 6 }}
                {{- end }}
              {{- end }}
            {{- end }}
            {{ $nativeSidecar := (eq (env "ENABLE_NATIVE_SIDECARS" "false") "true") }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    ports: - containerPort: 15090 protocol: TCP name: http-envoy-prom resources: {{- toYaml .Values.resources | nindent 12 }} {{- with .Values.volumeMounts }} volumeMounts: {{ toYaml . | nindent 12 }} {{- end }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.affinity }} affinity: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.tolerations }} tolerations: {{- toYaml . | nindent 8 }} {{- end }} {{- with .Values.topologySpreadConstr }} topologySpreadConstr:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  3. pkg/apis/apps/validation/validation_test.go

    			expectErr: false,
    		},
    		"invalid : minReadySeconds enabled, large negative": {
    			ss:        generateStatefulSetSpec(-2147483648),
    			expectErr: true,
    		},
    	}
    	for tcName, tc := range testCases {
    		t.Run(tcName, func(t *testing.T) {
    			errs := ValidateStatefulSetSpec(tc.ss, field.NewPath("spec", "minReadySeconds"),
    				corevalidation.PodValidationOptions{})
    			if tc.expectErr && len(errs) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 111.9K bytes
    - Viewed (0)
Back to top