Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for web_config (0.36 sec)

  1. pkg/kube/inject/inject.go

    		return metadata.GenerateName + "***** (actual name not yet known)"
    	}
    	return ""
    }
    
    // overwriteClusterInfo updates cluster name and network from url path
    // This is needed when webconfig config runs on a different cluster than webhook
    func overwriteClusterInfo(pod *corev1.Pod, params InjectionParameters) {
    	c := FindSidecar(pod)
    	if c == nil {
    		return
    	}
    	if len(params.proxyEnvs) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 20:35:11 UTC 2024
    - 28.8K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. mapping */
        String ONLINE_HELP_NAME_DICT_MAPPING = "online.help.name.dict.mapping";
    
        /** The key of the configuration. e.g. webconfig */
        String ONLINE_HELP_NAME_WEBCONFIG = "online.help.name.webconfig";
    
        /** The key of the configuration. e.g. searchlist */
        String ONLINE_HELP_NAME_SEARCHLIST = "online.help.name.searchlist";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  3. RELEASE.md

    *   Keras:
        *   The default values for tf.keras `RandomUniform`, `RandomNormal`, and
            `TruncatedNormal` initializers have been changed to match those in
            external Keras.
        *   Breaking change: `model.get_config()` on a Sequential model now returns
            a config dictionary (consistent with other Model instances) instead of a
            list of configs for the underlying layers.
    
    ## Bug Fixes and Other Changes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top