Skip to content

Commit

Permalink
pullPolicy -> pull_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-spheron committed Oct 15, 2024
1 parent 9ce2917 commit 6e996d5
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion docs/proto/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
| `expose` | [ServiceExpose](#akash.manifest.v2beta2.ServiceExpose) | repeated | |
| `params` | [ServiceParams](#akash.manifest.v2beta2.ServiceParams) | | |
| `credentials` | [ServiceImageCredentials](#akash.manifest.v2beta2.ServiceImageCredentials) | | |
| `pullPolicy` | [string](#string) | | |
| `pull_policy` | [string](#string) | | |



Expand Down
96 changes: 48 additions & 48 deletions go/manifest/v2beta2/service.pb.go

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

6 changes: 3 additions & 3 deletions proto/provider/akash/manifest/v2beta2/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ message Service {
(gogoproto.jsontag) = "credentials",
(gogoproto.moretags) = "yaml:\"credentials\""
];
string pullPolicy = 11 [
string pull_policy = 11 [
(gogoproto.nullable) = true,
(gogoproto.jsontag) = "pullPolicy",
(gogoproto.moretags) = "yaml:\"pullPolicy\""
(gogoproto.jsontag) = "pull_policy",
(gogoproto.moretags) = "yaml:\"pull_policy\""
];
}

0 comments on commit 6e996d5

Please sign in to comment.