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
kindstring
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
metadataobject
specobjectrequired
ipv4object
IPv4 specifies the IPv4 CIDRs and mask sizes of the pool
cidrs[]stringrequired
CIDRs is a list of IPv4 CIDRs that are part of the pool.
minItems:1
maskSizeintegerrequired
MaskSize is the mask size of the pool.
minimum:1
maximum:32
ipv6object
IPv6 specifies the IPv6 CIDRs and mask sizes of the pool
cidrs[]stringrequired
CIDRs is a list of IPv6 CIDRs that are part of the pool.