File tree Expand file tree Collapse file tree
operator/src/main/java/it/aboutbits/postgresql/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33import io .fabric8 .crdv2 .generator .v1 .SchemaCustomizer ;
44import io .fabric8 .generator .annotation .Required ;
55import io .fabric8 .generator .annotation .ValidationRule ;
6+ import it .aboutbits .postgresql .core .schema_customizer .HostCustomizer ;
7+ import it .aboutbits .postgresql .core .schema_customizer .KubernetesNameCustomizer ;
68import lombok .Getter ;
79import lombok .Setter ;
810import org .jspecify .annotations .NullMarked ;
2729@ NullMarked
2830@ Getter
2931@ Setter
30- @ SchemaCustomizer (HostnameRFC1123Customizer .class )
32+ @ SchemaCustomizer (KubernetesNameCustomizer .class )
3133public class ResourceRef {
3234 /// The namespace of the referenced Kubernetes resource.
3335 /// If `null`, defaults to the namespace of the CR that defines this reference.
You can’t perform that action at this time.
0 commit comments