From 9e4049382e2dadbaa12badba7a762bb04389086b Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Thu, 17 Apr 2025 12:54:32 +0800 Subject: [PATCH] Additional documentation updates --- examples/015_simple_image/README.adoc | 4 +++- examples/016_simple_docker_image/README.adoc | 4 +++- examples/020_hello_world/README.adoc | 4 +++- examples/021_deployment/README.adoc | 10 ++++++++++ examples/025_extend_client/README.adoc | 4 +++- examples/090_tls/README.adoc | 4 +++- examples/095_network_policies/README.adoc | 4 +++- examples/100_federation/README.adoc | 2 ++ examples/200_autoscaler/README.adoc | 5 ++++- examples/300_helm/README.adoc | 4 +++- examples/400_Istio/README.adoc | 2 ++ examples/900_demo/README.adoc | 4 +++- examples/910_polyglot_demo/README.adoc | 2 ++ examples/no-operator/01_simple_server/README.adoc | 4 +++- examples/no-operator/02_metrics/README.adoc | 4 +++- examples/no-operator/03_extend_tls/README.adoc | 4 +++- examples/no-operator/04_istio/README.adoc | 4 +++- examples/no-operator/README.adoc | 4 +++- examples/no-operator/test-client/README.adoc | 5 ++++- 19 files changed, 63 insertions(+), 15 deletions(-) diff --git a/examples/015_simple_image/README.adoc b/examples/015_simple_image/README.adoc index cff2eb5f2..4d626700f 100644 --- a/examples/015_simple_image/README.adoc +++ b/examples/015_simple_image/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Example Coherence Image using JIB +:description: Coherence Operator Documentation - Example Coherence Image using JIB +:keywords: oracle coherence, kubernetes, operator, image, jib == Example Coherence Image using JIB diff --git a/examples/016_simple_docker_image/README.adoc b/examples/016_simple_docker_image/README.adoc index 31d79e80c..a5bebd562 100644 --- a/examples/016_simple_docker_image/README.adoc +++ b/examples/016_simple_docker_image/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Example Coherence Image using a Dockerfile +:description: Coherence Operator Documentation - Example Coherence Image using a Dockerfile +:keywords: oracle coherence, kubernetes, operator, image, docker, dockerfile == Example Coherence Image using a Dockerfile diff --git a/examples/020_hello_world/README.adoc b/examples/020_hello_world/README.adoc index a78e9ed91..5bf190fbd 100644 --- a/examples/020_hello_world/README.adoc +++ b/examples/020_hello_world/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, Oracle and/or its affiliates. + Copyright (c) 2021, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = A "Hello World" Operator Example +:description: Coherence Operator Documentation - A "Hello World" Operator Example +:keywords: oracle coherence, kubernetes, operator, hello world, example == A "Hello World" Operator Example diff --git a/examples/021_deployment/README.adoc b/examples/021_deployment/README.adoc index 56667ff31..12518190f 100644 --- a/examples/021_deployment/README.adoc +++ b/examples/021_deployment/README.adoc @@ -1,4 +1,14 @@ +/////////////////////////////////////////////////////////////////////////////// + + Copyright (c) 2021, 2025 Oracle and/or its affiliates. + Licensed under the Universal Permissive License v 1.0 as shown at + http://oss.oracle.com/licenses/upl. + +/////////////////////////////////////////////////////////////////////////////// + = Coherence Deployment Example +:description: Coherence Operator Documentation - Coherence Deployment Example +:keywords: oracle coherence, kubernetes, operator, deployment, example == Coherence Operator Deployment Example diff --git a/examples/025_extend_client/README.adoc b/examples/025_extend_client/README.adoc index 4d97e7d0f..6cd6fe313 100644 --- a/examples/025_extend_client/README.adoc +++ b/examples/025_extend_client/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2022, Oracle and/or its affiliates. + Copyright (c) 2022, 205 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence Extend Clients +:description: Coherence Operator Documentation - Coherence Extend Clients Example +:keywords: oracle coherence, kubernetes, operator, extend client, coherence extend, example == Coherence Extend Clients diff --git a/examples/090_tls/README.adoc b/examples/090_tls/README.adoc index f89f207b0..64405426b 100644 --- a/examples/090_tls/README.adoc +++ b/examples/090_tls/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Secure Coherence Using TLS +:description: Coherence Operator Documentation - Secure Coherence Using TLS Example +:keywords: oracle coherence, kubernetes, operator, secure, tls, ssl, example == Secure Coherence with TLS diff --git a/examples/095_network_policies/README.adoc b/examples/095_network_policies/README.adoc index c4cc7a032..d1b5e98b1 100644 --- a/examples/095_network_policies/README.adoc +++ b/examples/095_network_policies/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2022, 2024, Oracle and/or its affiliates. + Copyright (c) 2022, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Using Network Policies +:description: Coherence Operator Documentation - Using Network Policies Example +:keywords: oracle coherence, kubernetes, operator, network, policies, example == Using Network Policies diff --git a/examples/100_federation/README.adoc b/examples/100_federation/README.adoc index ada8c4f66..247039043 100644 --- a/examples/100_federation/README.adoc +++ b/examples/100_federation/README.adoc @@ -6,6 +6,8 @@ /////////////////////////////////////////////////////////////////////////////// = Coherence Federation +:description: Coherence Operator Documentation - Coherence Federation Example +:keywords: oracle coherence, kubernetes, operator, federation, OCI, Oracle Cloud Infrastructure, example == Coherence Federation diff --git a/examples/200_autoscaler/README.adoc b/examples/200_autoscaler/README.adoc index eec1b54e4..273a2ed32 100644 --- a/examples/200_autoscaler/README.adoc +++ b/examples/200_autoscaler/README.adoc @@ -1,11 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Autoscaling Coherence Clusters +:description: Coherence Operator Documentation - Autoscaling Coherence Clusters Example +:keywords: oracle coherence, kubernetes, operator, autoscaler, example + == Kubernetes Horizontal Pod autoscaler Example diff --git a/examples/300_helm/README.adoc b/examples/300_helm/README.adoc index 878db8790..be08b7efd 100644 --- a/examples/300_helm/README.adoc +++ b/examples/300_helm/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2022, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Manage Coherence using Helm +:description: Coherence Operator Documentation - Manage Coherence using Helm Example +:keywords: oracle coherence, kubernetes, operator, helm, manage, example == Manage Coherence Resources using Helm diff --git a/examples/400_Istio/README.adoc b/examples/400_Istio/README.adoc index 772c796bb..6f6555f59 100644 --- a/examples/400_Istio/README.adoc +++ b/examples/400_Istio/README.adoc @@ -6,6 +6,8 @@ /////////////////////////////////////////////////////////////////////////////// = Using Coherence with Istio +:description: Coherence Operator Documentation - Coherence with Istio Example +:keywords: oracle coherence, kubernetes, operator, istio, example == Using Coherence with Istio diff --git a/examples/900_demo/README.adoc b/examples/900_demo/README.adoc index 265a7eba4..ff2bfc7ac 100644 --- a/examples/900_demo/README.adoc +++ b/examples/900_demo/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, Oracle and/or its affiliates. + Copyright (c) 2021, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = The Coherence Demo App +:description: Coherence Operator Documentation - Coherence Demo Application Example +:keywords: oracle coherence, kubernetes, operator, demo, coherence-demo, example The Coherence Demonstration application is an application which demonstrates various Coherence related features such include Persistence, Federation and Lambda support. This demonstration diff --git a/examples/910_polyglot_demo/README.adoc b/examples/910_polyglot_demo/README.adoc index 02331b50b..7dc3b2fe9 100644 --- a/examples/910_polyglot_demo/README.adoc +++ b/examples/910_polyglot_demo/README.adoc @@ -6,6 +6,8 @@ /////////////////////////////////////////////////////////////////////////////// = Polyglot Client Demo +:description: Coherence Operator Documentation - Polyglot Client Demo Example +:keywords: oracle coherence, kubernetes, operator, polyglot, grpc, python, javascript, golang, go, example == Polyglot Client Demo diff --git a/examples/no-operator/01_simple_server/README.adoc b/examples/no-operator/01_simple_server/README.adoc index 9019d49ab..30ba1997d 100644 --- a/examples/no-operator/01_simple_server/README.adoc +++ b/examples/no-operator/01_simple_server/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2022, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = A Simple Coherence Cluster +:description: Coherence Operator Documentation - A Simple Coherence Cluster Without the Operator +:keywords: oracle coherence, kubernetes, operator, simple cluster, without operator == A Simple Coherence Cluster in Kubernetes diff --git a/examples/no-operator/02_metrics/README.adoc b/examples/no-operator/02_metrics/README.adoc index feab8f441..eb285ddcc 100644 --- a/examples/no-operator/02_metrics/README.adoc +++ b/examples/no-operator/02_metrics/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Enabling Coherence Metrics +:description: Coherence Operator Documentation - Enabling Coherence Metrics Without the Operator +:keywords: oracle coherence, kubernetes, operator, metrics, without operator == Enabling Coherence Metrics diff --git a/examples/no-operator/03_extend_tls/README.adoc b/examples/no-operator/03_extend_tls/README.adoc index 4ba5a7629..922c85467 100644 --- a/examples/no-operator/03_extend_tls/README.adoc +++ b/examples/no-operator/03_extend_tls/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, 2024, Oracle and/or its affiliates. + Copyright (c) 2021, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Secure Coherence Extend with TLS +:description: Coherence Operator Documentation - Secure Coherence Extend with TLS Without the Operator +:keywords: oracle coherence, kubernetes, operator, without operator, secure, tls, SSL == Secure Coherence Extend with TLS diff --git a/examples/no-operator/04_istio/README.adoc b/examples/no-operator/04_istio/README.adoc index 8d596b0fd..443de4125 100644 --- a/examples/no-operator/04_istio/README.adoc +++ b/examples/no-operator/04_istio/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2023, 2024, Oracle and/or its affiliates. + Copyright (c) 2023, 2025, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Running Coherence with Istio +:description: Coherence Operator Documentation - Running Coherence with Istio Without the Operator +:keywords: oracle coherence, kubernetes, operator, without operator, istio == Running Coherence with Istio diff --git a/examples/no-operator/README.adoc b/examples/no-operator/README.adoc index 9a6c7b701..ac8bbcd2b 100644 --- a/examples/no-operator/README.adoc +++ b/examples/no-operator/README.adoc @@ -1,11 +1,13 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, Oracle and/or its affiliates. + Copyright (c) 2021, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Coherence in Kubernetes Without the Operator +:description: Coherence Operator Documentation - Coherence in Kubernetes Without the Operator +:keywords: oracle coherence, kubernetes, operator, without operator, example == Coherence in Kubernetes Without the Operator diff --git a/examples/no-operator/test-client/README.adoc b/examples/no-operator/test-client/README.adoc index 8bb02d02c..4f66a0cbe 100644 --- a/examples/no-operator/test-client/README.adoc +++ b/examples/no-operator/test-client/README.adoc @@ -1,11 +1,14 @@ /////////////////////////////////////////////////////////////////////////////// - Copyright (c) 2021, Oracle and/or its affiliates. + Copyright (c) 2021, 2025 Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl. /////////////////////////////////////////////////////////////////////////////// = Example Extend Client +:description: Coherence Operator Documentation - Example Extend ClientWithout the Operator +:keywords: oracle coherence, kubernetes, operator, without operator, extend client + == Example Extend Client In the `examples/no-operator/test-client/` directory is a simple Maven project that we will use to run a simple Extend client.