There was an error while loading. Please reload this page.
1 parent c95e06f commit 4f0adccCopy full SHA for 4f0adcc
1 file changed
operator/src/main/java/it/aboutbits/postgresql/core/ResourceRef.java
@@ -3,6 +3,7 @@
3
import io.fabric8.crdv2.generator.v1.SchemaCustomizer;
4
import io.fabric8.generator.annotation.Required;
5
import io.fabric8.generator.annotation.ValidationRule;
6
+import it.aboutbits.postgresql.core.schema_customizer.KubernetesNameCustomizer;
7
import lombok.Getter;
8
import lombok.Setter;
9
import org.jspecify.annotations.NullMarked;
@@ -27,7 +28,7 @@
27
28
@NullMarked
29
@Getter
30
@Setter
-@SchemaCustomizer(HostnameRFC1123Customizer.class)
31
+@SchemaCustomizer(KubernetesNameCustomizer.class)
32
public class ResourceRef {
33
/// The namespace of the referenced Kubernetes resource.
34
/// If `null`, defaults to the namespace of the CR that defines this reference.
0 commit comments