Commit a9ad809
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
- Makefile+1-1
- PROJECT+105-22
- api/v1alpha1/conversion.go+107-86
- api/v1alpha1/conversion_test.go+11-11
- api/v1alpha1/doc.go+1-1
- api/v1alpha1/zz_generated.conversion.go+839-798
- api/v1alpha2/conversion.go+78-53
- api/v1alpha2/conversion_test.go+10-10
- api/v1alpha2/doc.go+1-1
- api/v1alpha2/zz_generated.conversion.go+891-835
- api/v1alpha3/conversion.go+80-48
- api/v1alpha3/conversion_test.go+10-10
- api/v1alpha3/doc.go+1-1
- api/v1alpha3/zz_generated.conversion.go+930-854
- api/v1alpha4/clientmount_types.go-1
- api/v1alpha4/computes_types.go-1
- api/v1alpha4/conversion.go+453-20
- api/v1alpha4/conversion_test.go+87
- api/v1alpha4/directivebreakdown_types.go-1
- api/v1alpha4/doc.go+23
- api/v1alpha4/dwdirectiverule_types.go-1
- api/v1alpha4/groupversion_info.go+3
- api/v1alpha4/persistentstorageinstance_types.go-1
- api/v1alpha4/servers_types.go-1
- api/v1alpha4/storage_types.go-1
- api/v1alpha4/systemconfiguration_types.go-1
- api/v1alpha4/workflow_types.go-1
- api/v1alpha4/zz_generated.conversion.go+2.4k
- api/v1alpha4/zz_generated.deepcopy.go+1-1
- api/v1alpha5/clientmount_types.go+235
- api/v1alpha5/clientmount_webhook.go+1-1
- api/v1alpha5/computes_types.go+65
- api/v1alpha5/computes_webhook.go+1-1
- api/v1alpha5/conversion.go+43
- api/v1alpha5/directivebreakdown_types.go+233
- api/v1alpha5/directivebreakdown_webhook.go+1-1
- api/v1alpha5/dwdirectiverule_types.go+51
- api/v1alpha5/dwdirectiverule_webhook.go+1-1
- api/v1alpha5/groupversion_info.go+39
- api/v1alpha5/owner_labels.go+323
- api/v1alpha5/persistentstorageinstance_types.go+132
- api/v1alpha5/persistentstorageinstance_webhook.go+1-1
- api/v1alpha5/resource.go+74
- api/v1alpha5/resource_error.go+207
- api/v1alpha5/servers_types.go+134
- api/v1alpha5/servers_webhook.go+1-1
- api/v1alpha5/storage_types.go+181
- api/v1alpha5/storage_webhook.go+1-1
- api/v1alpha5/systemconfiguration_types.go+156
- api/v1alpha5/systemconfiguration_webhook.go+1-1
- api/v1alpha5/systemstatus_types.go+61
- api/v1alpha5/systemstatus_webhook.go+37
- api/v1alpha5/systemstatus_webhook_test.go+41
- api/v1alpha5/webhook_suite_test.go+1-1
- api/v1alpha5/workflow_error_test.go+51
- api/v1alpha5/workflow_types.go+310
- api/v1alpha5/workflow_webhook.go+3-3
- api/v1alpha5/workflow_webhook_test.go+1-1
- api/v1alpha5/zz_generated.deepcopy.go+1.5k
- cmd/main.go+15-10
- config/crd/bases/dataworkflowservices.github.io_clientmounts.yaml+294
- config/crd/bases/dataworkflowservices.github.io_computes.yaml+37
- config/crd/bases/dataworkflowservices.github.io_directivebreakdowns.yaml+335
- config/crd/bases/dataworkflowservices.github.io_dwdirectiverules.yaml+80
- config/crd/bases/dataworkflowservices.github.io_persistentstorageinstances.yaml+207
- config/crd/bases/dataworkflowservices.github.io_servers.yaml+161
- config/crd/bases/dataworkflowservices.github.io_storages.yaml+214
- config/crd/bases/dataworkflowservices.github.io_systemconfigurations.yaml+156
- config/crd/bases/dataworkflowservices.github.io_systemstatuses.yaml+37
- config/crd/bases/dataworkflowservices.github.io_workflows.yaml+381
- config/crd/kustomization.yaml+2-1
- config/crd/patches/cainjection_in_systemstatuses.yaml+7
- config/crd/patches/webhook_in_systemstatuses.yaml+16
- config/default/webhookcainjection_patch.yaml+25
- config/manager/kustomization.yaml+1-1
- config/samples/dataworkflowservices_v1alpha5_clientmount.yaml+9
- config/samples/dataworkflowservices_v1alpha5_computes.yaml+9
- config/samples/dataworkflowservices_v1alpha5_directivebreakdown.yaml+9
- config/samples/dataworkflowservices_v1alpha5_dwdirectiverule.yaml+9
- config/samples/dataworkflowservices_v1alpha5_persistentstorageinstance.yaml+9
- config/samples/dataworkflowservices_v1alpha5_servers.yaml+9
- config/samples/dataworkflowservices_v1alpha5_storage.yaml+9
- config/samples/dataworkflowservices_v1alpha5_systemconfiguration.yaml+9
- config/samples/dataworkflowservices_v1alpha5_systemstatus.yaml+9
- config/samples/dataworkflowservices_v1alpha5_workflow.yaml+9
- config/samples/kustomization.yaml+10
- config/webhook/manifests.yaml+4-4
- controllers/clientmount_controller.go+5-5
- controllers/systemconfiguration_controller.go+13-13
- controllers/workflow_controller.go+38-30
- github/cluster-api/util/conversion/conversion_test.go+192-73
- internal/controller/conversion_test.go+249-39
- internal/controller/suite_test.go+16-9
- internal/controller/workflow_controller_test.go+10-10
- config/manager/kustomization.yaml+1-1
- daemons/compute/server/servers/server_default.go+22-21
- daemons/copy-offload/cmd/main.go+2-2
- daemons/copy-offload/pkg/driver/driver.go+20-19
- go.mod+4-4
- go.sum+8-8
- internal/controller/datamovement_controller.go+10-10
- internal/controller/helpers/datamovement_helpers.go+5-5
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/clientmount_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/computes_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/conversion.go+453-20
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/directivebreakdown_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/doc.go+23
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/dwdirectiverule_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/groupversion_info.go+3
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/persistentstorageinstance_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/servers_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/storage_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/systemconfiguration_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/workflow_types.go-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/zz_generated.conversion.go+2.4k
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha4/zz_generated.deepcopy.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/clientmount_types.go+235
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/clientmount_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/computes_types.go+65
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/computes_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/conversion.go+43
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/directivebreakdown_types.go+233
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/directivebreakdown_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/dwdirectiverule_types.go+51
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/dwdirectiverule_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/groupversion_info.go+39
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/owner_labels.go+323
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/persistentstorageinstance_types.go+132
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/persistentstorageinstance_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/resource.go+74
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/resource_error.go+207
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/servers_types.go+134
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/servers_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/storage_types.go+181
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/storage_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/systemconfiguration_types.go+156
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/systemconfiguration_webhook.go+1-1
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/systemstatus_types.go+61
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/systemstatus_webhook.go+37
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/workflow_types.go+310
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/workflow_webhook.go+3-3
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha5/zz_generated.deepcopy.go+1.5k
- vendor/github.com/DataWorkflowServices/dws/github/cluster-api/util/conversion/conversion.go+193
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha7/nnf_resource_status_type.go+2-2
- vendor/k8s.io/apimachinery/pkg/api/apitesting/codec.go+116
- vendor/k8s.io/apimachinery/pkg/api/apitesting/fuzzer/fuzzer.go+52
- vendor/k8s.io/apimachinery/pkg/api/apitesting/fuzzer/valuefuzz.go+86
- vendor/k8s.io/apimachinery/pkg/apis/meta/fuzzer/fuzzer.go+337
- vendor/modules.txt+9-4
Submodule nnf-integration-test updated 2 files
0 commit comments