Update to version v3.21.0
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
148111abad
commit
6d45c3811b
15 changed files with 385 additions and 36 deletions
|
|
@ -30,6 +30,12 @@ spec:
|
|||
spec:
|
||||
description: IPPoolSpec contains the specification for an IPPool resource.
|
||||
properties:
|
||||
allowedUses:
|
||||
description: AllowedUse controls what the IP pool will be used for. If
|
||||
not specified or empty, defaults to ["Tunnel", "Workload"] for back-compatibility
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
blockSize:
|
||||
description: The block size to use for IP address assignments from
|
||||
this pool. Defaults to 26 for IPv4 and 112 for IPv6.
|
||||
|
|
@ -41,6 +47,10 @@ spec:
|
|||
description: When disabled is true, Calico IPAM will not assign addresses
|
||||
from this pool.
|
||||
type: boolean
|
||||
disableBGPExport:
|
||||
description: 'Disable exporting routes from this IP Pool’s CIDR over
|
||||
BGP. [Default: false]'
|
||||
type: boolean
|
||||
ipip:
|
||||
description: 'Deprecated: this field is only used for APIv1 backwards
|
||||
compatibility. Setting this field is not allowed, this field is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue