Skip to content

Commit

Permalink
vendor latest kdmp from 1.2.3 branch.
Browse files Browse the repository at this point in the history
  • Loading branch information
sivakumar subraani authored and siva-portworx committed May 23, 2023
1 parent 9b3d4a8 commit 19d686c
Show file tree
Hide file tree
Showing 8 changed files with 93 additions and 74 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/openshift/api v0.0.0-20210105115604-44119421ec6b
github.com/openshift/client-go v0.0.0-20210112165513-ebc401615f47
github.com/pborman/uuid v1.2.0
github.com/portworx/kdmp v0.4.1-0.20230206133815-91b35fb37528
github.com/portworx/kdmp v0.4.1-0.20230523080458-a1e9649bf480
github.com/portworx/px-object-controller v0.0.0-20220804234424-40d3b8a84987
github.com/portworx/sched-ops v1.20.4-rc1.0.20221102055014-b3a55a3df5c8
github.com/portworx/torpedo v0.20.4-rc1.0.20210325154352-eb81b0cdd145
Expand Down
11 changes: 2 additions & 9 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1425,16 +1425,9 @@ github.com/portworx/kdmp v0.4.1-0.20220414053457-962507678379/go.mod h1:EAVroITf
github.com/portworx/kdmp v0.4.1-0.20220710173715-5d42efc7d149/go.mod h1:nb5AupP/63ByyqAYfZ+E32LDEnP0PjgH6w+yKXxWIgE=
github.com/portworx/kdmp v0.4.1-0.20220902105026-dc14791e1508/go.mod h1:sTO9LkPkExEVE6BqowIzkrQsyBtGdaC4Vh1AcKQ4xZA=
github.com/portworx/kdmp v0.4.1-0.20220905153748-e0bb69e59f38/go.mod h1:NI2UgLITtggRvvaRA7lE4+Np4htDp+06Jf1LWksKyGA=
github.com/portworx/kdmp v0.4.1-0.20221110051828-bdbb3afc4dd0 h1:rIpCh+5iQCIQgpjUWsc1ToWXeX+NbtCiZm2leyPx5s4=
github.com/portworx/kdmp v0.4.1-0.20221110051828-bdbb3afc4dd0/go.mod h1:v8uQbjGe6UFNyrZ+vFKgEu30wsaTc1qg0OYOKmVmUOE=
github.com/portworx/kdmp v0.4.1-0.20221112180956-71d263e21fb9 h1:I9LjqBwgka4Z3ny8sDioy3RfX4j5v5mLRVUS3H0f2D4=
github.com/portworx/kdmp v0.4.1-0.20221112180956-71d263e21fb9/go.mod h1:v8uQbjGe6UFNyrZ+vFKgEu30wsaTc1qg0OYOKmVmUOE=
github.com/portworx/kdmp v0.4.1-0.20221120133908-371b5c7190ff h1:KU7WhC+O8HsaFU1yZTb+8SCh7zUBfhQV2Qi4ar+OzNo=
github.com/portworx/kdmp v0.4.1-0.20221120133908-371b5c7190ff/go.mod h1:v8uQbjGe6UFNyrZ+vFKgEu30wsaTc1qg0OYOKmVmUOE=
github.com/portworx/kdmp v0.4.1-0.20221123171404-53a7660f5795 h1:JkUI/gVsYM3+z4QFtgaiicrQ/kwnSxBJGDQFPUAC7Go=
github.com/portworx/kdmp v0.4.1-0.20221123171404-53a7660f5795/go.mod h1:v8uQbjGe6UFNyrZ+vFKgEu30wsaTc1qg0OYOKmVmUOE=
github.com/portworx/kdmp v0.4.1-0.20230206133815-91b35fb37528 h1:O20tlLvvcsYE9YrmhGabnYwoawfyV3D1PjCOmn0H4PI=
github.com/portworx/kdmp v0.4.1-0.20230206133815-91b35fb37528/go.mod h1:EXN0bAM+c4iK7Xxui/ZVVIGWepmsbGxrOgcoUDYwGLs=
github.com/portworx/kdmp v0.4.1-0.20230523080458-a1e9649bf480 h1:lQx9aiZaWt5oDPSyiuAO5kHZcJmdcGYbFzS1gFKh5xA=
github.com/portworx/kdmp v0.4.1-0.20230523080458-a1e9649bf480/go.mod h1:986ouO41j9h6ZlVAtYzFPlYOz+FCkjPCJ8i6/QGCunk=
github.com/portworx/kvdb v0.0.0-20190105022415-cccaa09abfc9/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
github.com/portworx/kvdb v0.0.0-20200723230726-2734b7f40194/go.mod h1:Q8YyrNDvPp3DVF96BDcQuaC7fAYUCuUX+l58S7OnD2M=
github.com/portworx/kvdb v0.0.0-20200929023115-b312c7519467 h1:jkqzdbOnejgSN5HG/FLt4enNrozWT/K+nlmaRm3P1II=
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/stork/v1alpha1/resourcetransformation.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ type TransformResourceInfo struct {
}

// ResourceTransformationSpec is used to update k8s resources
//before migration/restore
// before migration/restore
type ResourceTransformationSpec struct {
Objects []TransformSpecs `json:"transformSpecs"`
}
Expand Down
1 change: 0 additions & 1 deletion test/integration_test/migration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func triggerMigration(
return ctxs, preMigrationCtx
}

//
// validateMigrationSummary validats the migration summary
// currently we don't have an automated way to find out how many resources got deployed
// through torpedo specs. For ex. a statefulset can have an inline PVC and that should
Expand Down

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

142 changes: 85 additions & 57 deletions vendor/github.com/portworx/kdmp/pkg/drivers/utils/common.go

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

4 changes: 2 additions & 2 deletions vendor/github.com/portworx/kdmp/pkg/drivers/utils/utils.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ github.com/pierrec/lz4/internal/xxh32
github.com/pkg/errors
# github.com/pmezard/go-difflib v1.0.0
github.com/pmezard/go-difflib/difflib
# github.com/portworx/kdmp v0.4.1-0.20230206133815-91b35fb37528
# github.com/portworx/kdmp v0.4.1-0.20230523080458-a1e9649bf480
## explicit
github.com/portworx/kdmp/pkg/apis/kdmp
github.com/portworx/kdmp/pkg/apis/kdmp/v1alpha1
Expand Down

0 comments on commit 19d686c

Please sign in to comment.