- Sort Score
- Result 10 results
- Languages All
Results 81 - 90 of 108 for secrets (0.09 sec)
-
CHANGELOG/CHANGELOG-1.2.md
* “kubectl run” now produces Deployments (instead of ReplicationControllers) and Jobs (instead of Pods) by default. * Pods can now consume Secret data in environment variables and inject those environment variables into a container’s command-line args. * Stable version of Heapster which scales up to 1000 nodes: more metrics, reduced
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Fri Dec 04 06:36:19 UTC 2020 - 41.4K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SystemHelperTest.java
return appValue.get(); } @Override public String getAppEncryptPropertyPattern() { return ".*password|.*key|.*token|.*secret"; } }); final String now = String.valueOf(System.currentTimeMillis()); helper.updateSystemProperties(); assertNull(System.getProperty("fess." + now));
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 28.9K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/DuplexTest.kt
* test makes a single call with two duplex requests! */ @Test fun duplexWithAuthChallenge() { enableProtocol(Protocol.HTTP_2) val credential = basic("jesse", "secret") client = client .newBuilder() .authenticator(RecordingOkAuthenticator(credential, null)) .build() val body1 = MockSocketHandler()
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 18 12:28:21 UTC 2025 - 24.8K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.33.md
- Fixed a bug where adding an ephemeral container to a pod which references a new secret or config map doesn't give the pod access to that new secret or config map. (#114984, @cslink) ([#129670](https://github.com/kubernetes/kubernetes/pull/129670), [@cslink](https://github.com/cslink)) [SIG Auth]
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Aug 13 19:46:23 UTC 2025 - 294.3K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/ws/RealWebSocket.kt
private var minimumDeflateSize: Long, private val webSocketCloseTimeout: Long, ) : WebSocket, WebSocketReader.FrameCallback, Lockable { private val key: String /** Non-null for client web sockets. These can be canceled. */ internal var call: Call? = null /** This task processes the outgoing queues. Call [runWriter] to after enqueueing. */ private var writerTask: Task? = null
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Thu Jul 31 04:18:40 UTC 2025 - 21.6K bytes - Viewed (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/OkHttpClient.kt
* failure to reach any individual IP address doesn't fail the overall request. This can * increase availability of multi-homed services. * * * **Stale pooled connections.** The [ConnectionPool] reuses sockets * to decrease request latency, but these connections will occasionally time out. * * * **Unreachable proxy servers.** A [ProxySelector] can be used to
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Mon May 05 16:01:00 UTC 2025 - 51.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String STORAGE_ENDPOINT = "storage.endpoint"; /** Storage access key configuration key. */ public static final String STORAGE_ACCESS_KEY = "storage.accesskey"; /** Storage secret key configuration key. */ public static final String STORAGE_SECRET_KEY = "storage.secretkey"; /** Storage bucket configuration key. */ public static final String STORAGE_BUCKET = "storage.bucket";
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 34.6K bytes - Viewed (0) -
src/main/resources/fess_label_es.properties
labels.notification_login=Página de inicio de sesión labels.notification_search_top=Página superior de búsqueda labels.storage_endpoint=Punto final labels.storage_access_key=Clave de acceso labels.storage_secret_key=Clave secreta labels.storage_bucket=Cubo labels.send_testmail=Enviar correo de prueba labels.backup_configuration=Copia de seguridad labels.backup_name=Nombre labels.backup_bulk_file=Archivo masivo
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.4K bytes - Viewed (0) -
src/main/resources/fess_label_fr.properties
labels.notification_login=Page de connexion labels.notification_search_top=Page d'accueil de la recherche labels.storage_endpoint=Point de terminaison labels.storage_access_key=Clé d'accès labels.storage_secret_key=Clé secrète labels.storage_bucket=Compartiment labels.send_testmail=Envoyer un e-mail de test labels.backup_configuration=Sauvegarde labels.backup_name=Nom labels.backup_bulk_file=Fichier en vrac
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 45.6K bytes - Viewed (0) -
guava/src/com/google/common/io/ByteStreams.java
* <ol> * <li>Use sendfile(2) or equivalent. Requires that both the input channel and the output * channel have their own file descriptors. Generally this only happens when both channels * are files or sockets. This performs zero copies - the bytes never enter userspace. * <li>Use mmap(2) or equivalent. Requires that either the input channel or the output channel
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Jul 17 15:26:41 UTC 2025 - 31.1K bytes - Viewed (0)