Skip to content

Commit

Permalink
improving version docs
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Rammer <[email protected]>
  • Loading branch information
hamersaw committed Jun 24, 2024
1 parent 3a24d1d commit 276ab1a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
4 changes: 3 additions & 1 deletion flyteidl/gen/pb-es/flyteidl/core/execution_envs_pb.ts

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

4 changes: 3 additions & 1 deletion flyteidl/gen/pb-go/flyteidl/core/execution_envs.pb.go

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

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

4 changes: 3 additions & 1 deletion flyteidl/gen/pb_rust/flyteidl.core.rs

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

4 changes: 3 additions & 1 deletion flyteidl/protos/flyteidl/core/execution_envs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ message ExecutionEnv {
google.protobuf.Struct spec = 4;
}

// version is the version of the execution environment.
// version is the version of the execution environment. This may be used differently by each
// individual environment type (ex. auto-generated or manually specificed), but is intended to

Check failure on line 41 in flyteidl/protos/flyteidl/core/execution_envs.proto

View workflow job for this annotation

GitHub Actions / Check for spelling errors

specificed ==> specified
// allow variance in environment specifications with the same ID.
string version = 5;
}

0 comments on commit 276ab1a

Please sign in to comment.