Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for APIRoot (0.1 sec)

  1. hack/_update-generated-protobuf-dockerized.sh

    # limitations under the License.
    
    # This script genertates `*/api.pb.go` from the protobuf file `*/api.proto`.
    # Usage: 
    #     hack/update-generated-protobuf-dockerized.sh "${APIROOTS[@]}"
    #     An example APIROOT is: "k8s.io/api/admissionregistration/v1"
    
    set -o errexit
    set -o nounset
    set -o pipefail
    
    KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
    source "${KUBE_ROOT}/hack/lib/init.sh"
    source "${KUBE_ROOT}/hack/lib/protoc.sh"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:32 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  2. cni/pkg/plugin/plugin_test.go

                }
            ],
            "routes": []
    
        },
        "plugin_log_level": "debug",
        "cni_event_address": "%s",
        "ambient_enabled": %t,
        "kubernetes": {
            "k8s_api_root": "APIRoot",
            "kubeconfig": "testK8sConfig",
    		"intercept_type": "%s",
            "node_name": "testNodeName",
            "exclude_namespaces": ["testExcludeNS"],
            "cni_bin_dir": "/testDirectory"
        }
    }`
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 17.5K bytes
    - Viewed (0)
Back to top