Skip to content

Commit ad9c990

Browse files
committed
Merge branch 'develop' of https://github.com/oracle/weblogic-kubernetes-operator into fix-wercker-tests
2 parents 28782af + 73ee6df commit ad9c990

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+2656
-1087
lines changed

docs/domains/Domain.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,14 @@
5151
"items": {
5252
"$ref": "#/definitions/Channel"
5353
}
54+
},
55+
"annotations": {
56+
"description": "Annotations to associate with the external channel service",
57+
"$ref": "#/definitions/Map"
58+
},
59+
"labels": {
60+
"description": "Labels to associate with the external channel service",
61+
"$ref": "#/definitions/Map"
5462
}
5563
}
5664
},

docs/domains/Domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ ServerPod describes the configuration for a Kubernetes pod for a server.
144144

145145
| Name | Type | Description |
146146
| --- | --- | --- |
147+
| annotations | Map | Annotations to associate with the external channel service |
147148
| channels | array of [Channel](#channel) | Specifies which of the admin server's WebLogic channels should be exposed outside the Kubernetes cluster via a node port service, along with the node port for each channel. If not specified, the admin server's node port service will not be created. |
149+
| labels | Map | Labels to associate with the external channel service |
148150

149151
### Probe Tuning
150152

docs/domains/index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -971,6 +971,14 @@
971971
"items": {
972972
"$ref": "#/definitions/Channel"
973973
}
974+
},
975+
"annotations": {
976+
"description": "Annotations to associate with the external channel service",
977+
"$ref": "#/definitions/Map"
978+
},
979+
"labels": {
980+
"description": "Labels to associate with the external channel service",
981+
"$ref": "#/definitions/Map"
974982
}
975983
}
976984
},

0 commit comments

Comments
 (0)