Skip to content
Open
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 api/v1/bucket_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ func (in *Bucket) GetArtifact() *meta.Artifact {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:categories=all;fluxcd;fluxcd-sources
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Endpoint",type=string,JSONPath=`.spec.endpoint`
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""
Expand Down
1 change: 1 addition & 0 deletions api/v1/externalartifact_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ func (in *ExternalArtifact) GetRequeueAfter() time.Duration {
}

// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=ea,categories=all;fluxcd;fluxcd-sources
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description=""
Expand Down
2 changes: 1 addition & 1 deletion api/v1/gitrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ func (v *GitRepositoryVerification) VerifyTag() bool {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=gitrepo
// +kubebuilder:resource:shortName=gitrepo,categories=all;fluxcd;fluxcd-sources
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="URL",type=string,JSONPath=`.spec.url`
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""
Expand Down
2 changes: 1 addition & 1 deletion api/v1/helmchart_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (in *HelmChart) GetValuesFiles() []string {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=hc
// +kubebuilder:resource:shortName=hc,categories=all;fluxcd;fluxcd-sources
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Chart",type=string,JSONPath=`.spec.chart`
// +kubebuilder:printcolumn:name="Version",type=string,JSONPath=`.spec.version`
Expand Down
2 changes: 1 addition & 1 deletion api/v1/helmrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (in *HelmRepository) GetArtifact() *meta.Artifact {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=helmrepo
// +kubebuilder:resource:shortName=helmrepo,categories=all;fluxcd;fluxcd-sources
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="URL",type=string,JSONPath=`.spec.url`
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""
Expand Down
2 changes: 1 addition & 1 deletion api/v1/ocirepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ func (in *OCIRepository) GetLayerOperation() string {
// +genclient
// +kubebuilder:storageversion
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=ocirepo
// +kubebuilder:resource:shortName=ocirepo,categories=all;fluxcd;fluxcd-sources
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="URL",type=string,JSONPath=`.spec.url`
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description=""
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/gitrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ func (in *GitRepository) GetInterval() metav1.Duration {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=gitrepo
// +kubebuilder:skipversion

// GitRepository is the Schema for the gitrepositories API
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/helmchart_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ func (in *HelmChart) GetValuesFiles() []string {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=hc
// +kubebuilder:skipversion

// HelmChart is the Schema for the helmcharts API
Expand Down
1 change: 0 additions & 1 deletion api/v1beta1/helmrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func (in *HelmRepository) GetInterval() metav1.Duration {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=helmrepo
// +kubebuilder:skipversion

// HelmRepository is the Schema for the helmrepositories API
Expand Down
1 change: 0 additions & 1 deletion api/v1beta2/gitrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ func (in *GitRepository) GetArtifact() *meta.Artifact {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=gitrepo
// +kubebuilder:skipversion

// GitRepository is the Schema for the gitrepositories API.
Expand Down
1 change: 0 additions & 1 deletion api/v1beta2/helmchart_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ func (in *HelmChart) GetValuesFiles() []string {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=hc
// +kubebuilder:skipversion

// HelmChart is the Schema for the helmcharts API.
Expand Down
1 change: 0 additions & 1 deletion api/v1beta2/helmrepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func (in *HelmRepository) GetArtifact() *meta.Artifact {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=helmrepo
// +kubebuilder:skipversion

// HelmRepository is the Schema for the helmrepositories API.
Expand Down
1 change: 0 additions & 1 deletion api/v1beta2/ocirepository_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ func (in *OCIRepository) GetLayerOperation() string {

// +genclient
// +kubebuilder:object:root=true
// +kubebuilder:resource:shortName=ocirepo
// +kubebuilder:skipversion

// OCIRepository is the Schema for the ocirepositories API
Expand Down
4 changes: 4 additions & 0 deletions config/crd/bases/source.toolkit.fluxcd.io_buckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: source.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-sources
kind: Bucket
listKind: BucketList
plural: buckets
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ metadata:
spec:
group: source.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-sources
kind: ExternalArtifact
listKind: ExternalArtifactList
plural: externalartifacts
shortNames:
- ea
singular: externalartifact
scope: Namespaced
versions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: source.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-sources
kind: GitRepository
listKind: GitRepositoryList
plural: gitrepositories
Expand Down
4 changes: 4 additions & 0 deletions config/crd/bases/source.toolkit.fluxcd.io_helmcharts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: source.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-sources
kind: HelmChart
listKind: HelmChartList
plural: helmcharts
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: source.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-sources
kind: HelmRepository
listKind: HelmRepositoryList
plural: helmrepositories
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ metadata:
spec:
group: source.toolkit.fluxcd.io
names:
categories:
- all
- fluxcd
- fluxcd-sources
kind: OCIRepository
listKind: OCIRepositoryList
plural: ocirepositories
Expand Down
Loading