- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 26 for cniVersion (0.11 sec)
-
cni/pkg/install/testdata/bridge.conf.golden
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 625 bytes - Viewed (0) -
cni/test/testdata/expected/minikube_cni.conflist.expected
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 733 bytes - Viewed (0) -
cni/pkg/install/testdata/istio-cni-prefixed.conf
{ "cniVersion": "0.3.1", "name": "istio-cni", "type": "prefix-istio-cni", "plugin_log_level": "debug", "kubernetes": { "kubeconfig": "/path/to/kubeconfig", "cni_bin_dir": "/path/cni/bin" }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue May 21 18:32:01 UTC 2024 - 215 bytes - Viewed (0) -
cni/pkg/install/cniconfig_test.go
outFilename: "regular.conf", fileContents: ` { "cniVersion": "0.3.1", "name": "istio-cni", "type": "istio-cni" }`, }, { name: "another regular file", dir: tempDir, expectedFailure: false, inFilename: "regular2.conf", outFilename: "regular.conf", fileContents: ` { "cniVersion": "0.3.1", "name": "istio-cni", "type": "istio-cni" }`, },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 15.3K bytes - Viewed (0) -
cni/test/testdata/pre/noname_calico.conflist
{ "cniVersion": "0.3.1", "plugins": [ { "type": "calico", "etcd_endpoints": "http://10.110.0.136:6666", "plugin_log_level": "info", "mtu": 1500, "ipam": { "type": "calico-ipam" }, "policy": { "type": "k8s" }, "kubernetes": { "kubeconfig": "/etc/cni/net.d/calico-kubeconfig" } }, { "type": "portmap",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue May 21 18:32:01 UTC 2024 - 499 bytes - Viewed (0) -
cni/pkg/install/testdata/list-with-istio.conflist
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue May 21 18:32:01 UTC 2024 - 724 bytes - Viewed (0) -
cni/pkg/plugin/plugin.go
var result *cniv1.Result if conf.PrevResult == nil { result = &cniv1.Result{ CNIVersion: cniv1.ImplementedSpecVersion, } return types.PrintResult(result, conf.CNIVersion) } // Pass through the result for the next plugin return types.PrintResult(conf.PrevResult, conf.CNIVersion) } func CmdCheck(args *skel.CmdArgs) (err error) { return nil }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Aug 14 19:36:19 UTC 2024 - 10.5K bytes - Viewed (0) -
cni/pkg/plugin/sidecar_iptables_unspecified.go
// See the License for the specific language governing permissions and // limitations under the License. // This is a sample chained plugin that supports multiple CNI versions. It // parses prevResult according to the cniVersion package plugin import "errors" // ErrNotImplemented is returned when a requested feature is not implemented. var ErrNotImplemented = errors.New("not implemented")
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 1.1K bytes - Viewed (0) -
cni/test/testdata/expected/YYY-istio-cni.conf
{ "cniVersion": "0.3.1", "name": "istio-cni", "type": "istio-cni", "ipam": {}, "dns": {}, "plugin_log_level": "debug", "cni_agent_run_dir": "/tmp", "ambient_enabled": false, "exclude_namespaces": [ "istio-system" ]
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 01 18:38:14 UTC 2024 - 241 bytes - Viewed (0) -
cni/test/testdata/expected/minikube_cni.conflist.clean
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Nov 19 23:19:19 UTC 2020 - 468 bytes - Viewed (0)