Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
auto updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 12, 2024
1 parent 5ca01ed commit db427ce
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 56 deletions.
40 changes: 12 additions & 28 deletions cluster-network-addons/network-addons-config.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ spec:
macvtap:
description: MacvtapCni plugin allows users to define Kubernetes networks
on top of existing host interfaces
properties:
devicePluginConfig:
description: DevicePluginConfig allows the user to override the
name of the `ConfigMap` where the device plugin configuration
is held
type: string
type: object
multus:
description: Multus plugin enables attaching multiple network interfaces
Expand Down Expand Up @@ -1515,20 +1521,6 @@ spec:
- ECDHE-RSA-CHACHA20-POLY1305
- DHE-RSA-AES128-GCM-SHA256
- DHE-RSA-AES256-GCM-SHA384
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- ECDHE-ECDSA-AES128-GCM-SHA256
- ECDHE-RSA-AES128-GCM-SHA256
- ECDHE-ECDSA-AES256-GCM-SHA384
- ECDHE-RSA-AES256-GCM-SHA384
- ECDHE-ECDSA-CHACHA20-POLY1305
- ECDHE-RSA-CHACHA20-POLY1305
- DHE-RSA-AES128-GCM-SHA256
- DHE-RSA-AES256-GCM-SHA384
- DHE-RSA-CHACHA20-POLY1305
- ECDHE-ECDSA-AES128-SHA256
- ECDHE-RSA-AES128-SHA256
Expand Down Expand Up @@ -1707,6 +1699,12 @@ spec:
macvtap:
description: MacvtapCni plugin allows users to define Kubernetes networks
on top of existing host interfaces
properties:
devicePluginConfig:
description: DevicePluginConfig allows the user to override the
name of the `ConfigMap` where the device plugin configuration
is held
type: string
type: object
multus:
description: Multus plugin enables attaching multiple network interfaces
Expand Down Expand Up @@ -3156,20 +3154,6 @@ spec:
- ECDHE-RSA-CHACHA20-POLY1305
- DHE-RSA-AES128-GCM-SHA256
- DHE-RSA-AES256-GCM-SHA384
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- TLS_AES_128_GCM_SHA256
- TLS_AES_256_GCM_SHA384
- TLS_CHACHA20_POLY1305_SHA256
- ECDHE-ECDSA-AES128-GCM-SHA256
- ECDHE-RSA-AES128-GCM-SHA256
- ECDHE-ECDSA-AES256-GCM-SHA384
- ECDHE-RSA-AES256-GCM-SHA384
- ECDHE-ECDSA-CHACHA20-POLY1305
- ECDHE-RSA-CHACHA20-POLY1305
- DHE-RSA-AES128-GCM-SHA256
- DHE-RSA-AES256-GCM-SHA384
- DHE-RSA-CHACHA20-POLY1305
- ECDHE-ECDSA-AES128-SHA256
- ECDHE-RSA-AES128-SHA256
Expand Down
Loading

0 comments on commit db427ce

Please sign in to comment.