-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add .mailmap and normalize author name.
- Loading branch information
Showing
7 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
Arnav Singh <[email protected]> | ||
Arnav Singh <[email protected]> <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "k8s-openapi" | ||
version = "0.19.0" | ||
license = "Apache-2.0" | ||
authors = ["Arnavion <[email protected]>"] | ||
authors = ["Arnav Singh <[email protected]>"] | ||
categories = ["api-bindings", "web-programming::http-client"] | ||
description = "Bindings for the Kubernetes client API" | ||
documentation = "https://arnavion.github.io/k8s-openapi/v0.19.x/k8s_openapi/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "k8s-openapi-codegen-common" | ||
version = "0.19.0" | ||
license = "Apache-2.0" | ||
authors = ["Arnavion <[email protected]>"] | ||
authors = ["Arnav Singh <[email protected]>"] | ||
categories = ["api-bindings", "web-programming::http-client"] | ||
description = "Common code for the k8s-openapi code generator and k8s-openapi-derive" | ||
documentation = "https://arnavion.github.io/k8s-openapi/v0.19.x/k8s_openapi_codegen_common/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[package] | ||
name = "k8s-openapi-codegen" | ||
version = "0.1.0" | ||
authors = ["Arnavion <[email protected]>"] | ||
publish = false | ||
license = "Apache-2.0" | ||
authors = ["Arnav Singh <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
|
||
[dependencies] | ||
clap = { version = "4", default-features = false, features = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "k8s-openapi-derive" | ||
version = "0.19.0" | ||
license = "Apache-2.0" | ||
authors = ["Arnavion <[email protected]>"] | ||
authors = ["Arnav Singh <[email protected]>"] | ||
categories = ["api-bindings", "web-programming::http-client"] | ||
description = "Custom derives for the Kubernetes client API" | ||
documentation = "https://arnavion.github.io/k8s-openapi/v0.19.x/k8s_openapi_derive/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[package] | ||
name = "k8s-openapi-tests-macro-deps" | ||
version = "0.1.0" | ||
authors = ["Arnavion <[email protected]>"] | ||
publish = false | ||
license = "Apache-2.0" | ||
authors = ["Arnav Singh <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
include = [ | ||
"build.rs", | ||
"Cargo.toml", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
[package] | ||
name = "k8s-openapi-tests" | ||
version = "0.1.0" | ||
authors = ["Arnavion <[email protected]>"] | ||
publish = false | ||
license = "Apache-2.0" | ||
authors = ["Arnav Singh <[email protected]>"] | ||
edition = "2021" | ||
publish = false | ||
include = [ | ||
"build.rs", | ||
"Cargo.toml", | ||
|