Documentation
¶
Overview ¶
Package cni configures the Container Networking Interface
Index ¶
Constants ¶
View Source
const (
// DefaultPodCIDR is the default CIDR to use in minikube CNI's.
DefaultPodCIDR = "10.244.0.0/16"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bridge ¶
type Bridge struct {
// contains filtered or unexported fields
}
Bridge is a simple CNI manager for single-node usage
type Calico ¶ added in v1.12.1
type Calico struct {
// contains filtered or unexported fields
}
Calico is the Calico CNI manager
type Cilium ¶ added in v1.12.1
type Cilium struct {
// contains filtered or unexported fields
}
Cilium is the Cilium CNI manager
type Custom ¶
type Custom struct {
// contains filtered or unexported fields
}
Custom is a CNI manager than applies a user-specified manifest
type Disabled ¶
type Disabled struct {
// contains filtered or unexported fields
}
Disabled is a CNI manager than does nothing
type Flannel ¶
type Flannel struct {
// contains filtered or unexported fields
}
Flannel is the Flannel CNI manager
type KindNet ¶
type KindNet struct {
// contains filtered or unexported fields
}
KindNet is the KindNet CNI manager
Click to show internal directories.
Click to hide internal directories.