Documentation ¶
Index ¶
Constants ¶
View Source
const ( ClusterDNSPolicyName = networkpolicy.TigeraComponentPolicyPrefix + "cluster-dns" NodeLocalDNSPolicyName = networkpolicy.TigeraComponentPolicyPrefix + "node-local-dns" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Openshift bool DNSEgressCIDRs DNSEgressCIDR // CalicoNamespaces contains a list of namespaces running Calico components. This must be // populated dynamically by the controller in order to correctly capture the set of namespaces // that require inclusion in policy generated by this component. CalicoNamespaces []string }
type DNSEgressCIDR ¶ added in v1.30.0
Click to show internal directories.
Click to hide internal directories.