File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed
content/docs/custom-resource Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ specific language governing permissions and limitations
22
22
under the License.
23
23
-->
24
24
25
- # FlinkDeployment Reference
25
+ # Custom Resource Defintion Reference
26
26
27
- This page serves as a full reference for FlinkDeployment custom resource definition including all the possible configuration parameters.
27
+ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom resource definitions, including all possible configuration parameters.
28
28
29
29
## FlinkDeployment
30
30
** Class** : org.apache.flink.kubernetes.operator.crd.FlinkDeployment
@@ -36,6 +36,16 @@ This page serves as a full reference for FlinkDeployment custom resource definit
36
36
| spec | org.apache.flink.kubernetes.operator.crd.spec.FlinkDeploymentSpec | Spec that describes a Flink application or session cluster deployment. |
37
37
| status | org.apache.flink.kubernetes.operator.crd.status.FlinkDeploymentStatus | Last observed status of the Flink deployment. |
38
38
39
+ ## FlinkSessionJob
40
+ ** Class** : org.apache.flink.kubernetes.operator.crd.FlinkSessionJob
41
+
42
+ ** Description** : Custom resource that represents a session job deployment.
43
+
44
+ | Parameter | Type | Docs |
45
+ | ----------| ---- | ---- |
46
+ | spec | org.apache.flink.kubernetes.operator.crd.spec.FlinkSessionJobSpec | Spec that describes a session job deployment. |
47
+ | status | org.apache.flink.kubernetes.operator.crd.status.FlinkSessionJobStatus | Last observed status of the session job deployment. |
48
+
39
49
## Spec
40
50
41
51
### FlinkDeploymentSpec
Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ specific language governing permissions and limitations
22
22
under the License.
23
23
-->
24
24
25
- # FlinkDeployment Reference
25
+ # Custom Resource Defintion Reference
26
26
27
- This page serves as a full reference for FlinkDeployment custom resource definition including all the possible configuration parameters.
27
+ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom resource definitions, including all possible configuration parameters.
28
28
29
29
## FlinkDeployment
30
30
**Class**: org.apache.flink.kubernetes.operator.crd.FlinkDeployment
@@ -35,3 +35,13 @@ This page serves as a full reference for FlinkDeployment custom resource definit
35
35
| ----------| ---- | ---- |
36
36
| spec | org.apache.flink.kubernetes.operator.crd.spec.FlinkDeploymentSpec | Spec that describes a Flink application or session cluster deployment. |
37
37
| status | org.apache.flink.kubernetes.operator.crd.status.FlinkDeploymentStatus | Last observed status of the Flink deployment. |
38
+
39
+ ## FlinkSessionJob
40
+ **Class**: org.apache.flink.kubernetes.operator.crd.FlinkSessionJob
41
+
42
+ **Description**: Custom resource that represents a session job deployment.
43
+
44
+ | Parameter | Type | Docs |
45
+ | ----------| ---- | ---- |
46
+ | spec | org.apache.flink.kubernetes.operator.crd.spec.FlinkSessionJobSpec | Spec that describes a session job deployment. |
47
+ | status | org.apache.flink.kubernetes.operator.crd.status.FlinkSessionJobStatus | Last observed status of the session job deployment. |
You can’t perform that action at this time.
0 commit comments