Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for cOnTaInEr_NaMe (0.18 sec)

  1. tensorflow/c/experimental/next_pluggable_device/c_api.cc

      auto cc_status =
          cc_ctx->resource_manager()->Create<tensorflow::PluginResource>(
              container_name, plugin_resource_name, cc_resource_ptr);
      status->status = cc_status;
    }
    
    void TF_LookupOrCreatePluginResource(
        TF_OpKernelContext* ctx, const char* container_name,
        const char* plugin_resource_name, void** result_plugin_resource,
        void* (*create_func)(void*), void* create_func_args,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 05:48:24 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  2. cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml

        # the container ID.
        # The record reformer is used to extract pod_name, namespace_name and
        # container_name from the tag and set them in a local_resource_id in the
        # format of:
        # 'k8s_container.<NAMESPACE_NAME>.<POD_NAME>.<CONTAINER_NAME>'.
        # The reformer also changes the tags to 'stderr' or 'stdout' based on the
        # value of 'stream'.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 18.3K bytes
    - Viewed (0)
  3. build/common.sh

    function kube::build::run_build_command_ex() {
      [[ $# != 0 ]] || { echo "Invalid input - please specify a container name." >&2; return 4; }
      local container_name="${1}"
      shift
    
      local -a docker_run_opts=(
        "--name=${container_name}"
        "--user=$(id -u):$(id -g)"
        "--hostname=${HOSTNAME}"
        "-e=GOPROXY=${GOPROXY}"
        "${DOCKER_MOUNT_ARGS[@]}"
      )
    
      local detach=false
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 06 16:13:15 UTC 2024
    - 26.5K bytes
    - Viewed (0)
  4. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

          @type tail
          path /var/log/containers/*.log
          pos_file /var/log/gcp-containers.log.pos
          # Tags at this point are in the format of:
          # reform.var.log.containers.<POD_NAME>_<NAMESPACE_NAME>_<CONTAINER_NAME>-<CONTAINER_ID>.log
          tag reform.*
          read_from_head true
          <parse>
            @type multi_format
            <pattern>
              format json
              time_key time
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  5. pkg/kubelet/images/image_manager_test.go

    	container = &v1.Container{
    		Name:            "container_name",
    		Image:           c.containerImage,
    		ImagePullPolicy: c.policy,
    	}
    
    	backOff := flowcontrol.NewBackOff(time.Second, time.Minute)
    	fakeClock = testingclock.NewFakeClock(time.Now())
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top