Skip to content

Commit 52f5713

Browse files
authored
Merge pull request #806 from oracle/2.0-rc2
Operator 2.0 release candidate 2
2 parents c900b7a + c27bb92 commit 52f5713

File tree

579 files changed

+6662
-10544
lines changed

Some content is hidden

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

579 files changed

+6662
-10544
lines changed

LICENSE renamed to LICENSE.txt

File renamed without changes.

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Oracle is finding ways for organizations using WebLogic Server to run important
1818
* Scale WebLogic domains by starting and stopping Managed Servers on demand, or by integrating with a REST API to initiate scaling based on WLDF, Prometheus, Grafana, or other rules.
1919
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
2020

21-
The fastest way to experience the operator is to follow the [Quick start guide](site/quickstart.md), or you can peruse our [documentation](site), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](kubernetes/samples/README.md).
21+
The fastest way to experience the operator is to follow the [Quick Start guide](site/quickstart.md), or you can peruse our [documentation](site), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](kubernetes/samples/README.md).
2222

2323
```diff
24-
+ The current release of the operator is 2.0-rc1, a release candidate for our 2.0 release.
25-
+ This release candidate was published on Dec 20, 2018.
26-
+ We expect to publish the final 2.0 release in January 2019.
24+
+ The current release of the operator is 2.0-rc2, a release candidate for our 2.0 release.
25+
+ This release candidate was published on Jan. 17, 2019.
26+
+ We expect to publish the final 2.0 release later in January, 2019.
2727
+ We expect that there will be some minor changes to documentation and samples in the final 2.0 release.
2828
+ However, this release candidate is suitable for testing and early adopters.
2929
```
@@ -32,8 +32,6 @@ The fastest way to experience the operator is to follow the [Quick start guide](
3232

3333
| Issue | Description |
3434
| --- | --- |
35-
| [#721](https://github.com/oracle/weblogic-kubernetes-operator/issues/721) | Incorrect default `domainHome` when `domainHomeInImage` is true. |
36-
| [#722](https://github.com/oracle/weblogic-kubernetes-operator/issues/722) | Server services not recreated when labels/annotations changed. |
3735
| [#726](https://github.com/oracle/weblogic-kubernetes-operator/issues/726) | Clusters only support default channel. |
3836

3937
## Operator version 1.1
@@ -52,13 +50,13 @@ maintained for one release after a replacement is available.
5250

5351
# About this documentation
5452

55-
This documentation includes sections aimed at different audiences. To help you find what you are looking for more easily,
53+
This documentation includes sections targeted to different audiences. To help you find what you are looking for more easily,
5654
please consult this table of contents:
5755

58-
* The [Quick start guide](site/quickstart.md) explains how to just get the operator running quickly, using all the defaults, nothing special.
59-
* The [User guide](site/user-guide.md) contains detailed information for users of the operator, including how to install and configure it,
56+
* The [Quick Start guide](site/quickstart.md) explains how to quickly get the operator running, using the defaults, nothing special.
57+
* The [User guide](site/user-guide.md) contains detailed usage information, including how to install and configure the operator,
6058
and how to use it to create and manage WebLogic domains.
61-
* Our [Samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
59+
* The [Samples](kubernetes/samples/README.md) provide detailed example code and instructions that show you how to perform
6260
various tasks related to the operator.
6361
* The [Developer guide](site/developer.md) provides details for people who want to understand how the operator is built, tested, and so on. Those who wish to contribute to the operator code will find useful information here. This section also includes
6462
API documentation (Javadoc) and Swagger/OpenAPI documentation for the REST APIs.
@@ -81,7 +79,7 @@ The [User guide](site/user-guide.md) provides detailed information about all asp
8179

8280
# Samples
8381

84-
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code we provide.
82+
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code.
8583

8684
# Need more help? Have a suggestion? Come and say "Hello!"
8785

@@ -98,17 +96,17 @@ See [Recent changes](site/recent-changes.md) for changes to the operator, includ
9896

9997
Developers interested in this project are encouraged to read the [Developer guide](site/developer.md) to learn how to build the project, run tests, and so on. The Developer guide also provides details about the structure of the code, coding standards, and the Asynchronous Call facility used in the code to manage calls to the Kubernetes API.
10098

101-
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something you would like to contribute to!
99+
Please take a look at our [wish list](https://github.com/oracle/weblogic-kubernetes-operator/wiki/Wish-list) to get an idea of the kind of features we would like to add to the operator. Maybe you will see something to which you would like to contribute!
102100

103101
## API documentation
104102

105103
Documentation for APIs is provided here:
106104

107-
* The operator provides a REST API that you can use to obtain information about the configuration and to initiate scaling actions. For details about how to use the REST APIs, see [Using the operator's REST services](site/rest.md).
105+
* The operator provides a REST API that you can use to obtain configuration information and to initiate scaling actions. For details about how to use the REST APIs, see [Using the operator's REST services](site/rest.md).
108106

109107
* See the [Swagger](https://oracle.github.io/weblogic-kubernetes-operator/swagger/index.html) documentation for the operator's REST interface.
110108

111-
* [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
109+
* See the [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
112110

113111
# Contributing to the operator
114112

File renamed without changes.

docs/apidocs/allclasses-frame.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Thu Dec 20 08:42:26 EST 2018 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (operator-runtime 2.0-rc1 API)</title>
8-
<meta name="date" content="2018-12-20">
7+
<title>All Classes (operator-runtime 2.0-rc2 API)</title>
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>
@@ -78,8 +77,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
7877
<li><a href="oracle/kubernetes/operator/rest/model/ErrorModel.html" title="class in oracle.kubernetes.operator.rest.model" target="classFrame">ErrorModel</a></li>
7978
<li><a href="oracle/kubernetes/operator/EventWatcher.html" title="class in oracle.kubernetes.operator" target="classFrame">EventWatcher</a></li>
8079
<li><a href="oracle/kubernetes/operator/rest/ExceptionMapper.html" title="class in oracle.kubernetes.operator.rest" target="classFrame">ExceptionMapper</a></li>
81-
<li><a href="oracle/kubernetes/operator/steps/ExternalAdminChannelIteratorStep.html" title="class in oracle.kubernetes.operator.steps" target="classFrame">ExternalAdminChannelIteratorStep</a></li>
82-
<li><a href="oracle/kubernetes/operator/steps/ExternalAdminChannelsStep.html" title="class in oracle.kubernetes.operator.steps" target="classFrame">ExternalAdminChannelsStep</a></li>
8380
<li><a href="oracle/kubernetes/operator/work/Fiber.html" title="class in oracle.kubernetes.operator.work" target="classFrame">Fiber</a></li>
8481
<li><a href="oracle/kubernetes/operator/work/Fiber.CompletionCallback.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><span class="interfaceName">Fiber.CompletionCallback</span></a></li>
8582
<li><a href="oracle/kubernetes/operator/work/Fiber.ExitCallback.html" title="interface in oracle.kubernetes.operator.work" target="classFrame"><span class="interfaceName">Fiber.ExitCallback</span></a></li>

docs/apidocs/allclasses-noframe.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_161) on Thu Dec 20 08:42:26 EST 2018 -->
5+
<!-- Generated by javadoc -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (operator-runtime 2.0-rc1 API)</title>
8-
<meta name="date" content="2018-12-20">
7+
<title>All Classes (operator-runtime 2.0-rc2 API)</title>
98
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
109
<script type="text/javascript" src="script.js"></script>
1110
</head>
@@ -78,8 +77,6 @@ <h1 class="bar">All&nbsp;Classes</h1>
7877
<li><a href="oracle/kubernetes/operator/rest/model/ErrorModel.html" title="class in oracle.kubernetes.operator.rest.model">ErrorModel</a></li>
7978
<li><a href="oracle/kubernetes/operator/EventWatcher.html" title="class in oracle.kubernetes.operator">EventWatcher</a></li>
8079
<li><a href="oracle/kubernetes/operator/rest/ExceptionMapper.html" title="class in oracle.kubernetes.operator.rest">ExceptionMapper</a></li>
81-
<li><a href="oracle/kubernetes/operator/steps/ExternalAdminChannelIteratorStep.html" title="class in oracle.kubernetes.operator.steps">ExternalAdminChannelIteratorStep</a></li>
82-
<li><a href="oracle/kubernetes/operator/steps/ExternalAdminChannelsStep.html" title="class in oracle.kubernetes.operator.steps">ExternalAdminChannelsStep</a></li>
8380
<li><a href="oracle/kubernetes/operator/work/Fiber.html" title="class in oracle.kubernetes.operator.work">Fiber</a></li>
8481
<li><a href="oracle/kubernetes/operator/work/Fiber.CompletionCallback.html" title="interface in oracle.kubernetes.operator.work"><span class="interfaceName">Fiber.CompletionCallback</span></a></li>
8582
<li><a href="oracle/kubernetes/operator/work/Fiber.ExitCallback.html" title="interface in oracle.kubernetes.operator.work"><span class="interfaceName">Fiber.ExitCallback</span></a></li>

0 commit comments

Comments
 (0)