Commit 79ab219
authored
- PROJECT+17-2
- cmd/main.go+9-9
- config/manager/kustomization.yaml+1
- config/manager/manager.yaml+9-1
- config/manager/manager_imagepullsecret_patch.yaml+1-1
- config/manager/worker-sshd-config.yaml+17
- crd-bumper.yaml+10
- daemons/compute/server/servers/server_default.go+43-43
- go.mod+4-4
- go.sum+8-8
- internal/controller/datamovement_controller.go+49-49
- internal/controller/datamovement_controller_test.go+86-87
- internal/controller/datamovementmanager_controller.go+17-17
- internal/controller/datamovementmanager_controller_test.go+8-8
- internal/controller/suite_test.go+3-3
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/storage_types.go+11
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/systemconfiguration_types.go+3
- vendor/github.com/DataWorkflowServices/dws/api/v1alpha2/zz_generated.deepcopy.go+2-1
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/conversion.go+51
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/groupversion_info.go+4-4
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnf_resource_condition_types.go+20-1
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnf_resource_health_type.go+2-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnf_resource_state_type.go+2-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnf_resource_status_type.go+2-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnf_resource_type.go+2-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfaccess_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfaccess_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfcontainerprofile_types.go+4-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfcontainerprofile_webhook.go+2-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfdatamovement_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfdatamovement_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfdatamovementmanager_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfdatamovementmanager_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfdatamovementprofile_types.go+3-1
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfdatamovementprofile_webhook.go+2-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnflustremgt_types.go+2-1
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnflustremgt_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnode_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnode_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnodeblockstorage_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnodeblockstorage_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnodeecdata_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnodeecdata_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnodestorage_types.go+4-3
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfnodestorage_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfportmanager_types.go+3-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfportmanager_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfstorage_types.go+4-3
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfstorage_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfstorageprofile_types.go+4-2
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfstorageprofile_webhook.go+2-34
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfsystemstorage_types.go+9-3
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/nnfsystemstorage_webhook.go+37
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/workflow_helpers.go+1-1
- vendor/github.com/NearNodeFlash/nnf-sos/api/v1alpha2/zz_generated.deepcopy.go+1-23
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfaccesses.yaml+250
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfcontainerprofiles.yaml+14.8k
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfdatamovementmanagers.yaml+7.4k
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfdatamovementprofiles.yaml+126
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfdatamovements.yaml+406
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnflustremgts.yaml+271
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodeblockstorages.yaml+163
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodeecdata.yaml+40
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodes.yaml+160
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfnodestorages.yaml+219-1
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfportmanagers.yaml+237
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfstorageprofiles.yaml+581
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfstorages.yaml+295-1
- vendor/github.com/NearNodeFlash/nnf-sos/config/crd/bases/nnf.cray.hpe.com_nnfsystemstorages.yaml+240-2
- vendor/modules.txt+5-5
0 commit comments