diff --git a/api/container/v1beta1/container_sdk.go b/api/container/v1beta1/container_sdk.go index 754539610..fbfd0ebc1 100644 --- a/api/container/v1beta1/container_sdk.go +++ b/api/container/v1beta1/container_sdk.go @@ -1080,6 +1080,12 @@ type Namespace struct { // Tags: [ALPHA] List of tags applied to the Serverless Container Namespace. Tags []string `json:"tags"` + + // CreatedAt: creation date of the namespace. + CreatedAt *time.Time `json:"created_at"` + + // UpdatedAt: last update date of the namespace. + UpdatedAt *time.Time `json:"updated_at"` } // Token: token. diff --git a/api/function/v1beta1/function_sdk.go b/api/function/v1beta1/function_sdk.go index 608af8291..fecb59d6f 100644 --- a/api/function/v1beta1/function_sdk.go +++ b/api/function/v1beta1/function_sdk.go @@ -1150,6 +1150,12 @@ type Namespace struct { // Tags: [ALPHA] List of tags applied to the Serverless Function Namespace. Tags []string `json:"tags"` + + // CreatedAt: creation date of the namespace. + CreatedAt *time.Time `json:"created_at"` + + // UpdatedAt: last update date of the namespace. + UpdatedAt *time.Time `json:"updated_at"` } // Token: token.