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
8 changes: 4 additions & 4 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: "2022-04-20T20:24:26Z"
build_date: "2022-04-26T14:51:43Z"
build_hash: ec6a51dc81164f0ee81c10e403bef9c00571384a
go_version: go1.17.6
version: v0.18.4-1-gec6a51d
api_directory_checksum: eb0e738ff4033343e16d5f30accb673360632793
version: v0.18.4-1-gec6a51d-dirty
api_directory_checksum: 60f01be220cbe886766da65ac22bd0b54c06790b
api_version: v1alpha1
aws_sdk_go_version: v1.42.0
generator_config_info:
file_checksum: 0d4da9376313edcb86631a3fdfebc2db0f795a2d
file_checksum: 0912b2aa4677e438672a906c5d7a80ccc2486230
original_file_name: generator.yaml
last_modification:
reason: API generation
9 changes: 9 additions & 0 deletions apis/v1alpha1/generator.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
resources:
Repository:
print:
order_by: index
fields:
Name:
is_primary_key: true
Expand All @@ -20,6 +22,13 @@ resources:
is_ignored: true
RegistryID:
late_initialize: {}
print:
name: REGISTRY-ID
index: 0
ImageTagMutability:
print:
name: IMAGE-TAG-MUTABILITY
index: 1
renames:
operations:
CreateRepository:
Expand Down
2 changes: 2 additions & 0 deletions apis/v1alpha1/repository.go

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

9 changes: 8 additions & 1 deletion config/crd/bases/ecr.services.k8s.aws_repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ spec:
singular: repository
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.registryID
name: REGISTRY-ID
type: string
- jsonPath: .spec.imageTagMutability
name: IMAGE-TAG-MUTABILITY
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: Repository is the Schema for the Repositories API
Expand Down
9 changes: 9 additions & 0 deletions generator.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
resources:
Repository:
print:
order_by: index
fields:
Name:
is_primary_key: true
Expand All @@ -20,6 +22,13 @@ resources:
is_ignored: true
RegistryID:
late_initialize: {}
print:
name: REGISTRY-ID
index: 0
ImageTagMutability:
print:
name: IMAGE-TAG-MUTABILITY
index: 1
renames:
operations:
CreateRepository:
Expand Down
9 changes: 8 additions & 1 deletion helm/crds/ecr.services.k8s.aws_repositories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ spec:
singular: repository
scope: Namespaced
versions:
- name: v1alpha1
- additionalPrinterColumns:
- jsonPath: .spec.registryID
name: REGISTRY-ID
type: string
- jsonPath: .spec.imageTagMutability
name: IMAGE-TAG-MUTABILITY
type: string
name: v1alpha1
schema:
openAPIV3Schema:
description: Repository is the Schema for the Repositories API
Expand Down