Skip to content
Closed
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
2 changes: 1 addition & 1 deletion api/v1/imageupdateautomation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ type ObservedPolicies map[string]ImageRef
//+kubebuilder:storageversion
//+kubebuilder:object:root=true
//+kubebuilder:subresource:status
//+kubebuilder:resource:shortName=iua;imgupd;imgauto
//+kubebuilder:resource:shortName=iua;imgupd;imgauto,categories=all;fluxcd;fluxcd-image-automation
//+kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description=""
//+kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].message",description=""
//+kubebuilder:printcolumn:name="Last run",type="string",JSONPath=".status.lastAutomationRunTime",priority=1
Expand Down
2 changes: 0 additions & 2 deletions api/v1beta2/imageupdateautomation_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ type ImageUpdateAutomationStatus struct {
type ObservedPolicies map[string]ImageRef

// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=iua;imgupd;imgauto
// +kubebuilder:skipversion

// ImageUpdateAutomation is the Schema for the imageupdateautomations API
type ImageUpdateAutomation struct {
metav1.TypeMeta `json:",inline"`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: image.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-image-automation
kind: ImageUpdateAutomation
listKind: ImageUpdateAutomationList
plural: imageupdateautomations
Expand Down