- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for CustomCommand (0.06 seconds)
-
src/test/java/jcifs/config/BaseConfigurationTest.java
@Override protected Integer doGetBatchLimit(String cmd) { if ("CustomCommand".equals(cmd)) { return 5; } return null; } }; assertEquals(5, customConfig.getBatchLimit("CustomCommand")); assertEquals(1, customConfig.getBatchLimit("UnknownCommand")); } @TestCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 20.6K bytes - Click Count (0) -
helm-releases/minio-5.0.2.tgz
.Values.tls.enabled } } - name: cert-secret-volume-mc mountPath: { { .Values.configPathmc } }certs {{ end }} resources: { { toYaml .Values.makePolicyJob.resources | indent 10 } } { { - end } } { { - if .Values.customCommands } } - name: minio-customCommand image: "{{ .Values.mcImage.repository }}:{{ .Values.mcImage.tag }}" { { - if .Values.customCommandJob.securityContext.enabled } } securityContext: runAsUser: { { .Values.customCommandJob.securityContext.runAsUser } } runAsGroup: { { .Values.cu...Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Dec 18 07:57:10 GMT 2022 - 20.4K bytes - Click Count (0)