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
12 changes: 6 additions & 6 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-11-29T03:07:46Z"
build_hash: 23c7074fa310ad1ccb38946775397c203b49f024
build_date: "2025-12-04T22:22:03Z"
build_hash: 87b3ccf81d5171062be0fbf0d803787bb5de414e
go_version: go1.25.4
version: v0.56.0
api_directory_checksum: 2b5e65a1d5f0a032d51209f925b714aff4b6dc96
version: v0.56.0-3-g87b3ccf
api_directory_checksum: df9ec56e987fdc93ed2e7f55c55cf0bc3372b109
api_version: v1alpha1
aws_sdk_go_version: v1.37.0
aws_sdk_go_version: v1.40.1
generator_config_info:
file_checksum: ba92a429d7714ec0cbbc97d443575e9442b95c74
file_checksum: 09e8ab62fa9bc1628dd6077670e7a1d1e8214b56
original_file_name: generator.yaml
last_modification:
reason: API generation
147 changes: 147 additions & 0 deletions apis/v1alpha1/capability.go

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

79 changes: 79 additions & 0 deletions apis/v1alpha1/enums.go

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

56 changes: 56 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,55 @@ resources:
type: string
index: 40
priority: 1
Capability:
synced:
when:
- path: Status.Status
in:
- ACTIVE
- CREATE_FAILED
- DELETE_FAILED
hooks:
sdk_update_pre_build_request:
template_path: hooks/capability/sdk_update_pre_build_request.go.tpl
sdk_update_post_build_request:
template_path: hooks/capability/sdk_update_post_build_request.go.tpl
renames:
operations:
CreateCapability:
input_fields:
CapabilityName: Name
output_fields:
CapabilityName: Name
DescribeCapability:
input_fields:
CapabilityName: Name
output_fields:
CapabilityName: Name
UpdateCapability:
input_fields:
CapabilityName: Name
output_fields:
CapabilityName: Name
DeleteCapability:
input_fields:
CapabilityName: Name
fields:
Configuration.ArgoCD.RbacRoleMappings.Identities.Type:
go_tag: json:"type,omitempty"
Configuration:
# Ignoring setting this, because we need to do
# a custom comparison for ToADD and ToRemove
set:
- ignore: all
method: Update
Type:
is_immutable: true
go_tag: json:"type"
Name:
is_immutable: true
ClusterName:
is_immutable: true
ignore:
resource_names:
- EksAnywhereSubscription
Expand All @@ -542,3 +591,10 @@ ignore:
- DescribeNodegroupOutput.Nodegroup.UpdateConfig.UpdateStrategy
- DescribeNodegroupOutput.Nodegroup.NodeRepairConfig
- CreateNodegroupInput.NodeRepairConfig
- CreateCapabilityInput.ClientRequestToken
- CreateAddonInput.NamespaceConfig
- CreateAddonOutput.Addon.NamespaceConfig
- CreateClusterInput.ControlPlaneScalingConfig
- CreateClusterInput.DeletionProtection
- CreateClusterOutput.Cluster.ControlPlaneScalingConfig
- CreateClusterOutput.Cluster.DeletionProtection
Loading