Kind
CiliumPodIPPool
Group
cilium.io
Version
v2alpha1
apiVersion: cilium.io/v2alpha1 kind: CiliumPodIPPool metadata: name: example
Tip: use .spec.ipv4 for path-only search
View raw schema
apiVersion string
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kind string
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadata object
spec object required
ipv4 object
IPv4 specifies the IPv4 CIDRs and mask sizes of the pool
cidrs []string required
CIDRs is a list of IPv4 CIDRs that are part of the pool.
minItems: 1
maskSize integer required
MaskSize is the mask size of the pool.
minimum: 1
maximum: 32
ipv6 object
IPv6 specifies the IPv6 CIDRs and mask sizes of the pool
cidrs []string required
CIDRs is a list of IPv6 CIDRs that are part of the pool.
minItems: 1
maskSize integer required
MaskSize is the mask size of the pool.
minimum: 1
maximum: 128

No matches. Try .spec.ipv4 for an exact path

Copied!