Skip to content

Commit

Permalink
Fixing build lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Doyle <stephen.doyle@intel.com>
  • Loading branch information
stevedoyle committed Jun 24, 2024
1 parent 840235f commit 7970910
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions security/v2alpha1/autogen.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
- [UpdateIkePeerResponse](#opi_api-security-v2alpha1-UpdateIkePeerResponse)
- [UpdateIpsecSaRequest](#opi_api-security-v2alpha1-UpdateIpsecSaRequest)
- [UpdateIpsecSaResponse](#opi_api-security-v2alpha1-UpdateIpsecSaResponse)

- [AuthType](#opi_api-security-v2alpha1-AuthType)
- [AutoStartupMode](#opi_api-security-v2alpha1-AutoStartupMode)
- [DHGroups](#opi_api-security-v2alpha1-DHGroups)
Expand All @@ -78,9 +78,9 @@
- [IpsecSpdAction](#opi_api-security-v2alpha1-IpsecSpdAction)
- [LifetimeAction](#opi_api-security-v2alpha1-LifetimeAction)
- [PRF](#opi_api-security-v2alpha1-PRF)

- [IpsecService](#opi_api-security-v2alpha1-IpsecService)

- [Scalar Value Types](#scalar-value-types)


Expand Down Expand Up @@ -1030,7 +1030,7 @@ address and the remote IP address.






<a name="opi_api-security-v2alpha1-AuthType"></a>
Expand Down Expand Up @@ -1245,9 +1245,9 @@ Pesudo Random Function (PRF)
| PRF_SHA512 | 6 | |









<a name="opi_api-security-v2alpha1-IpsecService"></a>
Expand Down Expand Up @@ -1276,7 +1276,7 @@ The IPsec service defines operations on:
| GetIpsecSa | [GetIpsecSaRequest](#opi_api-security-v2alpha1-GetIpsecSaRequest) | [GetIpsecSaResponse](#opi_api-security-v2alpha1-GetIpsecSaResponse) | Get an IPsec Security Association |
| ListIpsecSas | [ListIpsecSasRequest](#opi_api-security-v2alpha1-ListIpsecSasRequest) | [ListIpsecSasResponse](#opi_api-security-v2alpha1-ListIpsecSasResponse) | List existing IPsec Security Associations |





Expand All @@ -1299,3 +1299,4 @@ The IPsec service defines operations on:
| <a name="bool" /> bool | | bool | boolean | boolean | bool | bool | boolean | TrueClass/FalseClass |
| <a name="string" /> string | A string must always contain UTF-8 encoded or 7-bit ASCII text. | string | String | str/unicode | string | string | string | String (UTF-8) |
| <a name="bytes" /> bytes | May contain any arbitrary sequence of bytes. | string | ByteString | str | []byte | ByteString | string | String (ASCII-8BIT) |

0 comments on commit 7970910

Please sign in to comment.