Skip to content
Draft
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 apis/v1alpha1/ack-generate-metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
ack_generate_info:
build_date: "2025-10-16T19:00:35Z"
build_date: "2025-11-06T03:23:30Z"
build_hash: eaabefb6bd7b2be8a1baf4478f22b3310e6921c8
go_version: go1.25.2
version: v0.52.0-6-geaabefb
api_directory_checksum: cdae97bbaa2ee28d0f130fa6ce3a7dfbf6393d1b
api_directory_checksum: c4e5b363f35aec7f0c52278a9b963e41bb4a5fd5
api_version: v1alpha1
aws_sdk_go_version: v1.39.2
generator_config_info:
file_checksum: f7a59503a2ce9b492347cbe3d62af9872cb061cd
file_checksum: fb892de952cd5ed06626c135b268287a8314221f
original_file_name: generator.yaml
last_modification:
reason: API generation
26 changes: 13 additions & 13 deletions apis/v1alpha1/enums.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 42 additions & 1 deletion apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -931,6 +931,47 @@ resources:
Tags:
compare:
is_ignored: true
Project:
exceptions:
errors:
404:
code: ResourceNotFound
terminal_codes:
- InvalidParameterCombination
- InvalidParameterValue
- MissingParameter
renames:
operations:
UpdateProject:
input_fields:
ServiceCatalogProvisioningUpdateDetails: ServiceCatalogProvisioningDetails
TemplateProvidersToUpdate: TemplateProviders
fields:
ProjectStatus:
is_read_only: true
print:
name: STATUS
from:
operation: DescribeProject
path: ProjectStatus
CreationTime:
is_read_only: true
from:
operation: DescribeProject
path: CreationTime
ServiceCatalogProvisionedProductDetails:
is_read_only: true
from:
operation: DescribeProject
path: ServiceCatalogProvisionedProductDetails
TemplateProviderDetails:
is_read_only: true
from:
operation: DescribeProject
path: TemplateProviderDetails
Tags:
compare:
is_ignored: true
Space:
exceptions:
errors:
Expand Down Expand Up @@ -1236,7 +1277,7 @@ ignore:
- PresignedNotebookInstanceUrl
- PresignedMlflowTrackingServerUrl
# - ProcessingJob
- Project
# - Project
# - Space
- StudioLifecycleConfig
# - TrainingJob
Expand Down
105 changes: 105 additions & 0 deletions apis/v1alpha1/project.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 120 additions & 10 deletions apis/v1alpha1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading