Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 54 of 54 for pkg (0.15 sec)

  1. cni/README.md

            - the file name can be explicitly set by `CNI_CONF_NAME` env var
            - the program inserts `CNI_NETWORK_CONFIG` into the `plugins` list in `/etc/cni/net.d/${CNI_CONF_NAME}`
        - the actual code is in pkg/install - including a readiness probe, monitoring.
        - it also sets up a UDS socket for istio-cni to send logs to this container.
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri May 03 19:29:42 GMT 2024
    - 12.3K bytes
    - Viewed (0)
  2. architecture/networking/pilot.md

    To get started writing a controller, review the [Example Controller](../../pkg/kube/controllers/example_test.go).
    
    ### Controllers overview
    
    Below provides a high level overview of controllers in Istiod. For more information about each controller, consulting the controllers Go docs is recommended.
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed Feb 07 17:53:24 GMT 2024
    - 19.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.2.md

    CPU Quota, NodeStatus will contain a warning indicating that CPU Limits cannot
    be enforced.
      * The following applies only if you use the Go language client (<code>/pkg/client/unversioned</code>) to create Job by defining Go variables of type "<code>k8s.io/kubernetes/pkg/apis/extensions".Job</code>).  We think <strong>this is not common</strong>, so if you are not sure what this means, you probably aren't doing this.  If
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Fri Dec 04 06:36:19 GMT 2020
    - 41.4K bytes
    - Viewed (0)
  4. tensorflow/c/eager/BUILD

            "tfe_op_attrs_internal.h",
            "tfe_tensor_debug_info_internal.h",
            "tfe_tensorhandle_internal.h",
        ],
        visibility = [
            "//tensorflow/core/function/runtime_client:__pkg__",
            "//tensorflow/python:__subpackages__",
        ],
    )
    
    cc_library(
        name = "c_api_internal",
        hdrs = [
            "c_api_experimental.h",
            "c_api_internal.h",
        ],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
Back to top