Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/clients/src/api/container/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export interface Container {
/**
* Possible values:
*
* - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
* - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
* to use HTTPS.
* - Enabled: Serve both HTTP and HTTPS traffic.
*/
Expand Down Expand Up @@ -303,7 +303,7 @@ export type CreateContainerRequest = {
/**
* Possible values:
*
* - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
* - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
* to use HTTPS.
* - Enabled: Serve both HTTP and HTTPS traffic.
*/
Expand All @@ -330,7 +330,7 @@ export type UpdateContainerRequest = {
/**
* Possible values:
*
* - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
* - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
* to use HTTPS.
* - Enabled: Serve both HTTP and HTTPS traffic.
*/
Expand Down
6 changes: 3 additions & 3 deletions packages/clients/src/api/function/v1beta1/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export interface Function {
/**
* Possible values:
*
* - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
* - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
* to use HTTPS.
* - Enabled: Serve both HTTP and HTTPS traffic.
*/
Expand Down Expand Up @@ -521,7 +521,7 @@ export type CreateFunctionRequest = {
/**
* Possible values:
*
* - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
* - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
* to use HTTPS.
* - Enabled: Serve both HTTP and HTTPS traffic.
*/
Expand All @@ -546,7 +546,7 @@ export type UpdateFunctionRequest = {
/**
* Possible values:
*
* - Redirected: Responds to HTTP request with a 302 redirect to ask the clients
* - Redirected: Responds to HTTP request with a 301 redirect to ask the clients
* to use HTTPS.
* - Enabled: Serve both HTTP and HTTPS traffic.
*/
Expand Down