- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for CustomCommand (1.62 sec)
-
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")); } @TestRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 20.6K bytes - Viewed (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...Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Dec 18 07:57:10 UTC 2022 - 20.4K bytes - Viewed (0)