tiers

package
v1.34.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 11, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ClusterDNSPolicyName   = networkpolicy.TigeraComponentPolicyPrefix + "cluster-dns"
	NodeLocalDNSPolicyName = networkpolicy.TigeraComponentPolicyPrefix + "node-local-dns"
)

Variables

This section is empty.

Functions

func Tiers

func Tiers(cfg *Config) render.Component

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

type DNSEgressCIDR struct {
	IPV4 []string
	IPV6 []string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL