Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 1232a3d

Browse files
authored
Add slides for FrameworkController DeepDive (#80)
1 parent 6a3d9c1 commit 1232a3d

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ A Framework represents an application with a set of Tasks:
8282
2. [Submit Framework](example/framework)
8383

8484
## Doc
85-
1. [User Manual](doc/user-manual.md)
86-
2. [Known Issue and Upcoming Feature](doc/known-issue-and-upcoming-feature.md)
87-
3. FAQ
88-
4. Release Note
85+
1. [Deep Dive Slides](doc/deep-dive.pptx)
86+
2. [User Manual](doc/user-manual.md)
87+
3. [Known Issue and Upcoming Feature](doc/known-issue-and-upcoming-feature.md)
88+
4. FAQ
89+
5. Release Note
8990

9091
## Official Image
9192
* [DockerHub](https://hub.docker.com/u/frameworkcontroller)

doc/deep-dive.pptx

1.94 MB
Binary file not shown.

doc/user-manual.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# <a name="UserManual">User Manual</a>
22

33
## <a name="Index">Index</a>
4+
- [FrameworkController DeepDive](#FrameworkControllerDeepDive)
45
- [Framework Interop](#FrameworkInterop)
56
- [Framework ExecutionType](#FrameworkExecutionType)
67
- [Predefined Container EnvironmentVariable](#PredefinedContainerEnvironmentVariable)
@@ -19,6 +20,9 @@
1920
- [HiveDScheduler](#HiveDScheduler)
2021
- [Best Practice](#BestPractice)
2122

23+
## <a name="FrameworkControllerDeepDive">FrameworkController DeepDive Slides</a>
24+
See [FrameworkController DeepDive.pptx](deep-dive.pptx)
25+
2226
## <a name="FrameworkInterop">Framework Interop</a>
2327
### <a name="SupportedClient">Supported Client</a>
2428
As Framework is actually a [Kubernetes CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#customresourcedefinitions), all [CRD Clients](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/#accessing-a-custom-resource) can be used to interoperate with it, such as:

0 commit comments

Comments
 (0)