Skip to content

Commit fe1e833

Browse files
authored
Merge pull request #824 from oracle/enhance_markdown_generation
OWLS-71147 Enhance markdown generation
2 parents c7071cf + e21ffa3 commit fe1e833

File tree

26 files changed

+977
-239
lines changed

26 files changed

+977
-239
lines changed

docs/domains/Domain.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
{
22
"$schema": "http://json-schema.org/draft-04/schema#",
3+
"description": "Domain represents a WebLogic domain and how it will be realized in the Kubernetes cluster.",
34
"type": "object",
45
"definitions": {
56
"AdminServer": {
7+
"description": "AdminServer represents the operator configuration for the admin server.",
68
"type": "object",
79
"properties": {
810
"serverStartState": {
@@ -53,10 +55,11 @@
5355
}
5456
},
5557
"Channel": {
58+
"description": "Describes a single channel used by the admin server.",
5659
"type": "object",
5760
"properties": {
5861
"channelName": {
59-
"description": "Name of channel. default\u0027 refers to the admin server\u0027s default channel (configured via the ServerMBean\u0027s ListenPort) \u0027default-secure\u0027 refers to the admin server\u0027s default secure channel (configured via the ServerMBean\u0027s SSLMBean\u0027s ListenPort) \u0027default-admin\u0027 refers to the admin server\u0027s default administrative channel (configured via the DomainMBean\u0027s AdministrationPort) Otherwise, the name is the name of one of the admin server\u0027s network access points (configured via the ServerMBean\u0027s NetworkAccessMBeans).",
62+
"description": "Name of channel.\n\u0027default\u0027 refers to the admin server\u0027s default channel (configured via the ServerMBean\u0027s ListenPort) \n\u0027default-secure\u0027 refers to the admin server\u0027s default secure channel (configured via the ServerMBean\u0027s SSLMBean\u0027s ListenPort) \n\u0027default-admin\u0027 refers to the admin server\u0027s default administrative channel (configured via the DomainMBean\u0027s AdministrationPort) \nOtherwise, the name is the name of one of the admin server\u0027s network access points (configured via the ServerMBean\u0027s NetworkAccessMBeans).",
6063
"type": "string"
6164
},
6265
"nodePort": {
@@ -69,6 +72,7 @@
6972
]
7073
},
7174
"Cluster": {
75+
"description": "An element representing a cluster in the domain configuration.",
7276
"type": "object",
7377
"properties": {
7478
"serverStartState": {
@@ -156,6 +160,7 @@
156160
}
157161
},
158162
"DomainSpec": {
163+
"description": "DomainSpec is a description of a domain.",
159164
"type": "object",
160165
"properties": {
161166
"serverStartState": {
@@ -273,6 +278,7 @@
273278
}
274279
},
275280
"DomainStatus": {
281+
"description": "DomainStatus represents information about the status of a domain. Status may trail the actual state of a system.",
276282
"type": "object",
277283
"properties": {
278284
"reason": {
@@ -322,6 +328,7 @@
322328
}
323329
},
324330
"ManagedServer": {
331+
"description": "ManagedServer represents the operator configuration for a single managed server.",
325332
"type": "object",
326333
"properties": {
327334
"serverStartState": {
@@ -404,6 +411,7 @@
404411
}
405412
},
406413
"ServerPod": {
414+
"description": "ServerPod describes the configuration for a Kubernetes pod for a server.",
407415
"type": "object",
408416
"properties": {
409417
"livenessProbe": {

docs/domains/Domain.md

Lines changed: 135 additions & 119 deletions
Large diffs are not rendered by default.

docs/domains/index.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@
924924
"properties": {}
925925
},
926926
"AdminServer": {
927+
"description": "AdminServer represents the operator configuration for the admin server.",
927928
"type": "object",
928929
"properties": {
929930
"serverStartState": {
@@ -974,10 +975,11 @@
974975
}
975976
},
976977
"Channel": {
978+
"description": "Describes a single channel used by the admin server.",
977979
"type": "object",
978980
"properties": {
979981
"channelName": {
980-
"description": "Name of channel. default\u0027 refers to the admin server\u0027s default channel (configured via the ServerMBean\u0027s ListenPort) \u0027default-secure\u0027 refers to the admin server\u0027s default secure channel (configured via the ServerMBean\u0027s SSLMBean\u0027s ListenPort) \u0027default-admin\u0027 refers to the admin server\u0027s default administrative channel (configured via the DomainMBean\u0027s AdministrationPort) Otherwise, the name is the name of one of the admin server\u0027s network access points (configured via the ServerMBean\u0027s NetworkAccessMBeans).",
982+
"description": "Name of channel.\n\u0027default\u0027 refers to the admin server\u0027s default channel (configured via the ServerMBean\u0027s ListenPort) \n\u0027default-secure\u0027 refers to the admin server\u0027s default secure channel (configured via the ServerMBean\u0027s SSLMBean\u0027s ListenPort) \n\u0027default-admin\u0027 refers to the admin server\u0027s default administrative channel (configured via the DomainMBean\u0027s AdministrationPort) \nOtherwise, the name is the name of one of the admin server\u0027s network access points (configured via the ServerMBean\u0027s NetworkAccessMBeans).",
981983
"type": "string"
982984
},
983985
"nodePort": {
@@ -990,6 +992,7 @@
990992
]
991993
},
992994
"Cluster": {
995+
"description": "An element representing a cluster in the domain configuration.",
993996
"type": "object",
994997
"properties": {
995998
"serverStartState": {
@@ -1077,6 +1080,7 @@
10771080
}
10781081
},
10791082
"DomainSpec": {
1083+
"description": "DomainSpec is a description of a domain.",
10801084
"type": "object",
10811085
"properties": {
10821086
"serverStartState": {
@@ -1194,6 +1198,7 @@
11941198
}
11951199
},
11961200
"DomainStatus": {
1201+
"description": "DomainStatus represents information about the status of a domain. Status may trail the actual state of a system.",
11971202
"type": "object",
11981203
"properties": {
11991204
"reason": {
@@ -1243,6 +1248,7 @@
12431248
}
12441249
},
12451250
"ManagedServer": {
1251+
"description": "ManagedServer represents the operator configuration for a single managed server.",
12461252
"type": "object",
12471253
"properties": {
12481254
"serverStartState": {
@@ -1325,6 +1331,7 @@
13251331
}
13261332
},
13271333
"ServerPod": {
1334+
"description": "ServerPod describes the configuration for a Kubernetes pod for a server.",
13281335
"type": "object",
13291336
"properties": {
13301337
"livenessProbe": {

0 commit comments

Comments
 (0)