Skip to content

Commit

Permalink
pull policy added in service (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan-spheron authored Oct 11, 2024
1 parent 65cc6a5 commit 9f9bcde
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 46 deletions.
1 change: 1 addition & 0 deletions docs/proto/provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@
| `expose` | [ServiceExpose](#akash.manifest.v2beta2.ServiceExpose) | repeated | |
| `params` | [ServiceParams](#akash.manifest.v2beta2.ServiceParams) | | |
| `credentials` | [ServiceImageCredentials](#akash.manifest.v2beta2.ServiceImageCredentials) | | |
| `pullPolicy` | [string](#string) | | |



Expand Down
146 changes: 100 additions & 46 deletions go/manifest/v2beta2/service.pb.go

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

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

0 comments on commit 9f9bcde

Please sign in to comment.