File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/clients/src/api/k8s/v1 Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -30,22 +30,18 @@ export const CreateClusterRequestAutoscalerConfig = {
3030export const CreateClusterRequestOpenIDConnectConfig = {
3131 clientId : {
3232 maxLength : 255 ,
33- minLength : 1 ,
3433 } ,
3534 groupsPrefix : {
3635 maxLength : 100 ,
37- minLength : 1 ,
3836 } ,
3937 issuerUrl : {
4038 maxLength : 255 ,
4139 } ,
4240 usernameClaim : {
4341 maxLength : 100 ,
44- minLength : 1 ,
4542 } ,
4643 usernamePrefix : {
4744 maxLength : 100 ,
48- minLength : 1 ,
4945 } ,
5046}
5147
@@ -147,22 +143,18 @@ export const UpdateClusterRequestAutoscalerConfig = {
147143export const UpdateClusterRequestOpenIDConnectConfig = {
148144 clientId : {
149145 maxLength : 255 ,
150- minLength : 1 ,
151146 } ,
152147 groupsPrefix : {
153148 maxLength : 100 ,
154- minLength : 1 ,
155149 } ,
156150 issuerUrl : {
157151 maxLength : 255 ,
158152 } ,
159153 usernameClaim : {
160154 maxLength : 100 ,
161- minLength : 1 ,
162155 } ,
163156 usernamePrefix : {
164157 maxLength : 100 ,
165- minLength : 1 ,
166158 } ,
167159}
168160
You can’t perform that action at this time.
0 commit comments