You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/crd-reference.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2730,7 +2730,7 @@ _Appears in:_
2730
2730
|`allowedAddressPairs`_[AllowedAddressPair](#allowedaddresspair) array_| allowedAddressPairs are allowed addresses associated with this port. || MaxItems: 128 <br />Optional: \{\} <br /> |
2731
2731
|`addresses`_[Address](#address) array_| addresses are the IP addresses for the port. || MaxItems: 128 <br />Optional: \{\} <br /> |
2732
2732
|`adminStateUp`_boolean_| adminStateUp is the administrative state of the port,<br />which is up (true) or down (false). The default value is true. | true | Optional: \{\} <br /> |
2733
-
|`securityGroupRefs`_[OpenStackName](#openstackname) array_| securityGroupRefs are the names of the security groups associated<br />with this port. || MaxItems: 64 <br />MaxLength: 255 <br />MinLength: 1 <br />Pattern: `^[^,]+$` <br />Optional: \{\} <br /> |
2733
+
|`securityGroupRefs`_[KubernetesNameRef](#kubernetesnameref) array_| securityGroupRefs are references to the security groups associated<br />with this port. || MaxItems: 64 <br />MaxLength: 253 <br />MinLength: 1 <br />Optional: \{\} <br /> |
2734
2734
|`vnicType`_string_| vnicType specifies the type of vNIC which this port should be<br />attached to. This is used to determine which mechanism driver(s) to<br />be used to bind the port. The valid values are normal, macvtap,<br />direct, baremetal, direct-physical, virtio-forwarder, smart-nic and<br />remote-managed, although these values will not be validated in this<br />API to ensure compatibility with future neutron changes or custom<br />implementations. What type of vNIC is actually available depends on<br />deployments. If not specified, the Neutron default value is used. || MaxLength: 64 <br />Optional: \{\} <br /> |
2735
2735
|`portSecurity`_[PortSecurityState](#portsecuritystate)_| portSecurity controls port security for this port.<br />When set to Enabled, port security is enabled.<br />When set to Disabled, port security is disabled and SecurityGroupRefs must be empty.<br />When set to Inherit (default), it takes the value from the network level. | Inherit | Enum: [Enabled Disabled Inherit] <br />Optional: \{\} <br /> |
2736
2736
|`projectRef`_[KubernetesNameRef](#kubernetesnameref)_| projectRef is a reference to the ORC Project this resource is associated with.<br />Typically, only used by admin. || MaxLength: 253 <br />MinLength: 1 <br />Optional: \{\} <br /> |
0 commit comments