Skip to content

Commit e774291

Browse files
committed
Run codegen
1 parent a64f5d1 commit e774291

14 files changed

+503
-253
lines changed

docs/content/static/content/osa_provided.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ Name|Version|License
4646
[go.uber.org/goleak](https://go.uber.org/goleak)|v1.2.1|MIT License
4747
[go.uber.org/multierr](https://go.uber.org/multierr)|v1.11.0|MIT License
4848
[go.uber.org/zap](https://go.uber.org/zap)|v1.25.0|MIT License
49-
[x/crypto](https://golang.org/x/crypto)|v0.17.0|BSD 3-clause "New" or "Revised" License
49+
[x/crypto](https://golang.org/x/crypto)|v0.31.0|BSD 3-clause "New" or "Revised" License
5050
[x/exp](https://golang.org/x/exp)|v0.0.0-20220921164117-439092de6870|BSD 3-clause "New" or "Revised" License
51-
[x/sync](https://golang.org/x/sync)|v0.3.0|BSD 3-clause "New" or "Revised" License
52-
[x/tools](https://golang.org/x/tools)|v0.10.0|BSD 3-clause "New" or "Revised" License
51+
[x/sync](https://golang.org/x/sync)|v0.10.0|BSD 3-clause "New" or "Revised" License
52+
[x/tools](https://golang.org/x/tools)|v0.21.1-0.20240508182429-e35e4ccd0d2d|BSD 3-clause "New" or "Revised" License
5353
[googleapis/api](https://google.golang.org/genproto/googleapis/api)|v0.0.0-20230822172742-b8732ec3820d|Apache License 2.0
5454
[googleapis/rpc](https://google.golang.org/genproto/googleapis/rpc)|v0.0.0-20230822172742-b8732ec3820d|Apache License 2.0
5555
[google.golang.org/grpc](https://google.golang.org/grpc)|v1.59.0|Apache License 2.0

install/helm/gloo/crds/enterprise.gloo.solo.io_v1_AuthConfig.yaml

+26-13
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,12 @@ spec:
4141
certPath:
4242
type: string
4343
commitAll:
44-
format: int32
44+
maximum: 4294967295
45+
minimum: 0
4546
type: integer
4647
commitMaster:
47-
format: int32
48+
maximum: 4294967295
49+
minimum: 0
4850
type: integer
4951
hostname:
5052
type: string
@@ -64,25 +66,31 @@ spec:
6466
readModeAp:
6567
properties:
6668
readModeApAll:
67-
format: int32
69+
maximum: 4294967295
70+
minimum: 0
6871
type: integer
6972
readModeApOne:
70-
format: int32
73+
maximum: 4294967295
74+
minimum: 0
7175
type: integer
7276
type: object
7377
readModeSc:
7478
properties:
7579
readModeScAllowUnavailable:
76-
format: int32
80+
maximum: 4294967295
81+
minimum: 0
7782
type: integer
7883
readModeScLinearize:
79-
format: int32
84+
maximum: 4294967295
85+
minimum: 0
8086
type: integer
8187
readModeScReplica:
82-
format: int32
88+
maximum: 4294967295
89+
minimum: 0
8390
type: integer
8491
readModeScSession:
85-
format: int32
92+
maximum: 4294967295
93+
minimum: 0
8694
type: integer
8795
type: object
8896
rootCaPath:
@@ -93,16 +101,20 @@ spec:
93101
items:
94102
properties:
95103
curveP256:
96-
format: int32
104+
maximum: 4294967295
105+
minimum: 0
97106
type: integer
98107
curveP384:
99-
format: int32
108+
maximum: 4294967295
109+
minimum: 0
100110
type: integer
101111
curveP521:
102-
format: int32
112+
maximum: 4294967295
113+
minimum: 0
103114
type: integer
104115
x25519:
105-
format: int32
116+
maximum: 4294967295
117+
minimum: 0
106118
type: integer
107119
type: object
108120
type: array
@@ -649,7 +661,8 @@ spec:
649661
maxProperties: 0
650662
type: object
651663
maxIdpReqPerPollingInterval:
652-
format: int32
664+
maximum: 4294967295
665+
minimum: 0
653666
type: integer
654667
never:
655668
maxProperties: 0

0 commit comments

Comments
 (0)