Puppet Data Type Alias: K8s::ClusterCIDR

Defined in:
modules/k8s/types/clustercidr.pp

Overview

K8s::ClusterCIDR defines the CIDR(s) used by pods.

As all clusters do have reservations for IPv4 and IPv6 CIDRs. This enforces both ranges to be present in hiera but the IPv6 CIDR might not always be used currently.

Alias of

Struct[{
    v4 => Stdlib::IP::Address::V4::CIDR,
    v6 => Stdlib::IP::Address::V6::CIDR,
}]


# File 'modules/k8s/types/clustercidr.pp', line 9