mirror of
https://github.com/FlipsideCrypto/databricks-sdk-golang.git
synced 2026-02-06 10:57:34 +00:00
adding deepcopy
This commit is contained in:
parent
727cae3171
commit
3a272d083f
2
Makefile
Normal file
2
Makefile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
deepcopy:
|
||||||
|
deepcopy-gen -i ./aws/models/,./azure/models/ -h ./hack/boilerplate.go.txt -v 3
|
||||||
@ -38,4 +38,8 @@ Everything except SCIM API are implemented. Please refer to the progress below:
|
|||||||
| SCIM API (preview) | ✗ | ✗ |
|
| SCIM API (preview) | ✗ | ✗ |
|
||||||
| Secrets API | ✔ | ✔ |
|
| Secrets API | ✔ | ✔ |
|
||||||
| Token API | ✔ | ✔ |
|
| Token API | ✔ | ✔ |
|
||||||
| Workspace API | ✔ | ✔ |
|
| Workspace API | ✔ | ✔ |
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
- [Deepcopy](https://godoc.org/k8s.io/gengo/examples/deepcopy-gen) is generated shall you need it.
|
||||||
1376
aws/models/deepcopy_generated.go
Normal file
1376
aws/models/deepcopy_generated.go
Normal file
File diff suppressed because it is too large
Load Diff
2
aws/models/doc.go
Normal file
2
aws/models/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// +k8s:deepcopy-gen=package
|
||||||
|
package models
|
||||||
1255
azure/models/deepcopy_generated.go
Normal file
1255
azure/models/deepcopy_generated.go
Normal file
File diff suppressed because it is too large
Load Diff
2
azure/models/doc.go
Normal file
2
azure/models/doc.go
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
// +k8s:deepcopy-gen=package
|
||||||
|
package models
|
||||||
0
hack/boilerplate.go.txt
Normal file
0
hack/boilerplate.go.txt
Normal file
Loading…
Reference in New Issue
Block a user