Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Mar 25, 2024
1 parent 71edd23 commit f0cc126
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
28 changes: 0 additions & 28 deletions generated/crd/tackle.konveyor.io_addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1259,37 +1259,9 @@ spec:
description: Metadata details.
type: object
x-kubernetes-preserve-unknown-fields: true
resources:
description: Resources
items:
properties:
fields:
items:
properties:
key:
type: string
name:
type: string
path:
type: string
required:
- key
- name
- path
type: object
type: array
kind:
type: string
required:
- fields
- kind
type: object
type: array
task:
description: Task (kind) compatibility.
type: string
required:
- resources
type: object
status:
description: AddonStatus defines the observed state of Addon
Expand Down
2 changes: 0 additions & 2 deletions k8s/api/tackle/v1alpha1/addon.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ type AddonSpec struct {
Extension []Selector `json:"extension,omitempty"`
// Container details.
Container core.Container `json:"container,omitempty"`
// Resources
Resources []Injector `json:"resources"`
// Metadata details.
Metadata runtime.RawExtension `json:"metadata,omitempty"`
}
Expand Down
2 changes: 0 additions & 2 deletions k8s/api/tackle/v1alpha1/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ type ExtensionSpec struct {
Capability string `json:"capability,omitempty"`
// Container details.
Container core.Container `json:"container"`
// Resource injectors.
Resources []Injector `json:"resources"`
// Metadata details.
Metadata runtime.RawExtension `json:"metadata,omitempty"`
}
Expand Down
12 changes: 0 additions & 12 deletions k8s/api/tackle/v1alpha1/injector.go

This file was deleted.

49 changes: 0 additions & 49 deletions k8s/api/tackle/v1alpha1/zz_generated.deepcopy.go

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

0 comments on commit f0cc126

Please sign in to comment.