Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly add listKind to CRDs #860

Merged
merged 1 commit into from
Oct 19, 2021
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
1 change: 1 addition & 0 deletions config/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
conversionReviewVersions: [ "v1" ]
names:
kind: Build
listKind: BuildList
singular: build
plural: builds
shortNames:
Expand Down
1 change: 1 addition & 0 deletions config/builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
jsonPath: ".status.conditions[?(@.type==\"Ready\")].status"
names:
kind: Builder
listKind: BuilderList
singular: builder
plural: builders
shortNames:
Expand Down
1 change: 1 addition & 0 deletions config/clusterbuilder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
jsonPath: ".status.conditions[?(@.type==\"Ready\")].status"
names:
kind: ClusterBuilder
listKind: ClusterBuilderList
singular: clusterbuilder
plural: clusterbuilders
shortNames:
Expand Down
1 change: 1 addition & 0 deletions config/stack.yaml → config/clusterstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
jsonPath: ".status.conditions[?(@.type==\"Ready\")].status"
names:
kind: ClusterStack
listKind: ClusterStackList
singular: clusterstack
plural: clusterstacks
categories:
Expand Down
1 change: 1 addition & 0 deletions config/clusterstore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
status: {}
names:
kind: ClusterStore
listKind: ClusterStoreList
singular: clusterstore
plural: clusterstores
categories:
Expand Down
1 change: 1 addition & 0 deletions config/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ spec:
conversionReviewVersions: ["v1"]
names:
kind: Image
listKind: ImageList
singular: image
plural: images
shortNames:
Expand Down
1 change: 1 addition & 0 deletions config/sourceresolver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
jsonPath: ".status.conditions[?(@.type==\"Ready\")].status"
names:
kind: SourceResolver
listKind: SourceResolverList
singular: sourceresolver
plural: sourceresolvers
categories:
Expand Down