@flyteorg/flyteidl 0.24.10 → 0.24.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +18 -17
- package/gen/pb-js/flyteidl.d.ts +58 -0
- package/gen/pb-js/flyteidl.js +139 -0
- package/package.json +1 -1
- package/protos/docs/admin/admin.rst +3764 -0
- package/protos/docs/admin/index.rst +2 -3
- package/protos/docs/core/core.rst +3656 -0
- package/protos/docs/core/index.rst +3 -3
- package/protos/docs/datacatalog/datacatalog.rst +1237 -0
- package/protos/docs/datacatalog/index.rst +5 -5
- package/protos/docs/event/event.rst +693 -0
- package/protos/docs/event/index.rst +3 -4
- package/protos/docs/plugins/plugins.rst +549 -0
- package/protos/docs/service/service.rst +353 -0
- package/protos/flyteidl/admin/cluster_assignment.proto +9 -0
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
Flyte Admin Service entities
|
|
2
2
|
============================
|
|
3
3
|
|
|
4
|
-
These are the control plane entities that can be used to
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
These are the control plane entities that can be used to communicate with the
|
|
5
|
+
FlyteAdmin service over gRPC or REST. The endpoint specification is defined in the
|
|
7
6
|
`Admin raw protos <https://github.com/flyteorg/flyteidl/blob/master/protos/flyteidl/admin>`__
|
|
8
7
|
|
|
9
8
|
.. toctree::
|