We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c95e06f commit 9d4b9bdCopy full SHA for 9d4b9bd
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.HostCustomizer;
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(HostCustomizer.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