Skip to content

Commit 1e30fc7

Browse files
authored
fix: change links after migration to operator framework (#1946)
1 parent d2d2df2 commit 1e30fc7

File tree

14 files changed

+20
-20
lines changed

14 files changed

+20
-20
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ unacceptable behaviour to any of the project admins or adam.sandor@container-sol
1414

1515
## Bugs
1616

17-
If you find a bug, please [open an issue](https://github.com/java-operator-sdk/java-operator-sdk/issues)! Do try
17+
If you find a bug, please [open an issue](https://github.com/operator-framework/java-operator-sdk/issues)! Do try
1818
to include all the details needed to recreate your problem. This is likely to include:
1919

2020
- The version of the Operator SDK being used
@@ -24,7 +24,7 @@ to include all the details needed to recreate your problem. This is likely to in
2424
## Building Features and Documentation
2525

2626
If you're looking for something to work on, take look at the issue tracker, in particular any items
27-
labelled [good first issue](https://github.com/java-operator-sdk/java-operator-sdk/labels/good%20first%20issue).
27+
labelled [good first issue](https://github.com/operator-framework/java-operator-sdk/labels/good%20first%20issue).
2828
Please leave a comment on the issue to mention that you have started work, in order to avoid
2929
multiple people working on the same issue.
3030

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![java-operator-sdk](docs/assets/images/logo.png)
22

3-
![Java CI with Maven](https://github.com/java-operator-sdk/java-operator-sdk/actions/workflows/snapshot-releases.yml/badge.svg)
3+
![Java CI with Maven](https://github.com/operator-framework/java-operator-sdk/actions/workflows/snapshot-releases.yml/badge.svg)
44
[![Slack](https://img.shields.io/badge/Slack-4A154B?style=flat-square&logo=slack&logoColor=white)](https://kubernetes.slack.com/archives/CAW0GV7A5 "get invite here: https://communityinviter.com/apps/kubernetes/community" )
55
[![Discord](https://img.shields.io/discord/723455000604573736.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.com/channels/723455000604573736)
66

adr/002-Custom-Resource-Deserialization-Problem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ accepted
88

99
In case there are multiple versions of a custom resource it can happen that a controller/informer tracking
1010
such a resource might run into deserialization problem as shown
11-
in [this integration test](https://github.com/java-operator-sdk/java-operator-sdk/blob/07aab1a9914d865364d7236e496ef9ba5b50699e/operator-framework/src/test/java/io/javaoperatorsdk/operator/MultiVersionCRDIT.java#L55-L55)
11+
in [this integration test](https://github.com/operator-framework/java-operator-sdk/blob/07aab1a9914d865364d7236e496ef9ba5b50699e/operator-framework/src/test/java/io/javaoperatorsdk/operator/MultiVersionCRDIT.java#L55-L55)
1212
.
1313
Such case is possible (as seen in the test) if there are no conversion hooks in place, so the two custom resources
1414
which have different version are stored in the original form (not converted) and are not compatible.

docs/_data/navbar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
button: default
1414
type: discord
1515
- title: Contribute
16-
url: https://github.com/java-operator-sdk/java-operator-sdk
16+
url: https://github.com/operator-framework/java-operator-sdk
1717
button: default
1818
type: github
1919

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -122,25 +122,25 @@ <h3 class="uk-card-title uk-margin-remove-bottom">We are a friendly team of Java
122122
</div>
123123
<div class="uk-card-body">
124124
<p>
125-
Get in touch either on <a href="https://github.com/java-operator-sdk/java-operator-sdk">GitHub</a> or our <a href="https://discord.gg/DacEhAy" alt="discord server">Discord server</a>, we are always
125+
Get in touch either on <a href="https://github.com/operator-framework/java-operator-sdk">GitHub</a> or our <a href="https://discord.gg/DacEhAy" alt="discord server">Discord server</a>, we are always
126126
happy to chat and help
127127
you find the right issue to get started.</br>
128128
Feel free to stop by for questions, comments or just saying <i>"Hi"</i>.
129129
</p>
130130
</p>
131131
<p> We have a <a href="{{baseurl}}/coc">code of conduct</a>
132132
which we strictly enforce, as well as <a
133-
href="https://github.com/java-operator-sdk/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">issues
133+
href="https://github.com/operator-framework/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22">issues
134134
marked for new joiners</a>.
135135
</p>
136136
<p> We are also supporting <a href="https://hacktoberfest.digitalocean.com/">#HacktoberFest</a> and have several issues marked as <a
137-
href="https://github.com/java-operator-sdk/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+"> good
137+
href="https://github.com/operator-framework/java-operator-sdk/issues?q=is%3Aissue+is%3Aopen+label%3A%22hacktoberfest%22+"> good
138138
candidates </a>to pick up during the event.
139139
</div>
140140
<div class="uk-card-footer uk-text-center uk-link-muted">
141141
<button class="uk-button uk-button-primary uk-text-muted uk-button-medium "><a href="https://mvnrepository.com/artifact/io.javaoperatorsdk/java-operator-sdk"><span uk-icon="maven"></span> Maven</a></a></button>
142142

143-
<button class="uk-button uk-button-primary uk-text-muted uk-button-medium "><a href="https://github.com/java-operator-sdk/java-operator-sdk"><span uk-icon="github"></span> GitHub</a></button>
143+
<button class="uk-button uk-button-primary uk-text-muted uk-button-medium "><a href="https://github.com/operator-framework/java-operator-sdk"><span uk-icon="github"></span> GitHub</a></button>
144144

145145
<button class="uk-button uk-button-primary uk-text-muted uk-button-medium"><a href="https://discord.gg/DacEhAy"><span uk-icon="discord"></span> Discord</a></button>
146146
</div>

docs/releases.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ <h3 class="uk-flex uk-flex-middle "><a href="{{release.html_url}}">{{release.tag
2121
</div>
2222
</div>
2323
{%- endfor -%}
24-
<h4>More details and older releases are available on <a href="https://github.com/java-operator-sdk/java-operator-sdk">GitHub</a> </h4>
24+
<h4>More details and older releases are available on <a href="https://github.com/operator-framework/java-operator-sdk">GitHub</a> </h4>
2525
</div>

operator-framework-bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Operator SDK - Bill of Materials</name>
1010
<packaging>pom</packaging>
1111
<description>Java SDK for implementing Kubernetes operators</description>
12-
<url>https://github.com/java-operator-sdk/java-operator-sdk</url>
12+
<url>https://github.com/operator-framework/java-operator-sdk</url>
1313

1414
<licenses>
1515
<license>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<connection>scm:git:git://github.com/java-operator-sdk/java-operator-sdk.git</connection>
3333
<developerConnection>scm:git:[email protected]/java-operator-sdk/java-operator-sdk.git</developerConnection>
34-
<url>https://github.com/java-operator-sdk/java-operator-sdk/tree/master</url>
34+
<url>https://github.com/operator-framework/java-operator-sdk/tree/master</url>
3535
</scm>
3636

3737
<dependencyManagement>

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ResourceConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ default Set<String> getEffectiveNamespaces() {
133133
*
134134
* See {@link io.javaoperatorsdk.operator.processing.event.source.cache.BoundedItemStore} and
135135
* <a href=
136-
* "https://github.com/java-operator-sdk/java-operator-sdk/blob/d6eda0138dba6d93c0ff22a5ffcaa7663fa65ca2/caffein-bounded-cache-support/src/main/java/io/javaoperatorsdk/operator/processing/event/source/cache/CaffeinBoundedCache.java">
136+
* "https://github.com/operator-framework/java-operator-sdk/blob/d6eda0138dba6d93c0ff22a5ffcaa7663fa65ca2/caffein-bounded-cache-support/src/main/java/io/javaoperatorsdk/operator/processing/event/source/cache/CaffeinBoundedCache.java">
137137
* CaffeinBoundedCache</a>
138138
*
139139
* @return Optional ItemStore implementation. If present this item store will be used inside the

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/dependent/GarbageCollected.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* primary resource will be automatically added to this managed resource.
2020
* </p>
2121
* <p>
22-
* See <a href="https://github.com/java-operator-sdk/java-operator-sdk/issues/1127">this issue</a>
22+
* See <a href="https://github.com/operator-framework/java-operator-sdk/issues/1127">this issue</a>
2323
* for more details.
2424
* </p>
2525
*

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/CRUDNoGCKubernetesDependentResource.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* garbage collected by Kubernetes when the associated primary resource is destroyed, instead
1313
* explicitly deleted. This is useful when resource needs to be deleted before another one in a
1414
* workflow, in other words an ordering matters during a cleanup. See also:
15-
* <a href="https://github.com/java-operator-sdk/java-operator-sdk/issues/1127">Related issue</a>
15+
* <a href="https://github.com/operator-framework/java-operator-sdk/issues/1127">Related issue</a>
1616
*
1717
* @param <R> the type of the managed dependent resource
1818
* @param <P> the type of the associated primary resource

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/PrimaryToSecondaryMapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* </p>
3030
* <p>
3131
* You can see an example of this in action in the <a href=
32-
* "https://github.com/java-operator-sdk/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/primarytosecondary/JobReconciler.java">Reconciler
32+
* "https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/primarytosecondary/JobReconciler.java">Reconciler
3333
* for the PrimaryToSecondaryIT</a> integration tests that handles many-to-many relationship.
3434
* </p>
3535
*

operator-framework/src/test/java/io/javaoperatorsdk/operator/InformerRelatedBehaviorITS.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private void assertInformerNotWatchingForAdditionalNamespace(Operator operator)
163163
// this will be investigated separately under the issue below, it's not crucial functional wise,
164164
// it is rather "something working why it should", not other way around; but it's not a
165165
// showstopper
166-
// https://github.com/java-operator-sdk/java-operator-sdk/issues/1835
166+
// https://github.com/operator-framework/java-operator-sdk/issues/1835
167167
@Disabled
168168
@Test
169169
void resilientForLoosingPermissionForCustomResource() {

operator-framework/src/test/java/io/javaoperatorsdk/operator/sample/standalonedependent/StandaloneDependentTestReconciler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public UpdateControl<StandaloneDependentTestCustomResource> reconcile(
5353
}
5454

5555
if (deployment.get().getSpec().getReplicas() != primary.getSpec().getReplicaCount()) {
56-
// see https://github.com/java-operator-sdk/java-operator-sdk/issues/924
56+
// see https://github.com/operator-framework/java-operator-sdk/issues/924
5757
throw new IllegalStateException("Something went wrong withe the cache mechanism.");
5858
}
5959
return UpdateControl.noUpdate();

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>Operator SDK for Java</name>
1010
<description>Java SDK for implementing Kubernetes operators</description>
1111
<packaging>pom</packaging>
12-
<url>https://github.com/java-operator-sdk/java-operator-sdk</url>
12+
<url>https://github.com/operator-framework/java-operator-sdk</url>
1313

1414
<licenses>
1515
<license>
@@ -31,7 +31,7 @@
3131
<scm>
3232
<connection>scm:git:git://github.com/java-operator-sdk/java-operator-sdk.git</connection>
3333
<developerConnection>scm:git:[email protected]/java-operator-sdk/java-operator-sdk.git</developerConnection>
34-
<url>https://github.com/java-operator-sdk/java-operator-sdk/tree/main</url>
34+
<url>https://github.com/operator-framework/java-operator-sdk/tree/main</url>
3535
</scm>
3636

3737
<properties>

0 commit comments

Comments
 (0)