Class IngressServiceBackend

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class IngressServiceBackend
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    IngressServiceBackend references a Kubernetes Service as a Backend.
    • Constructor Detail

      • IngressServiceBackend

        public IngressServiceBackend​(@NonNull
                                     @NonNull java.lang.String name,
                                     ServiceBackendPort port)
      • IngressServiceBackend

        public IngressServiceBackend()
    • Method Detail

      • getName

        @NonNull
        public @NonNull java.lang.String getName()
        Name is the referenced service. The service must exist in the same namespace as the Ingress object.
      • setName

        public void setName​(@NonNull
                            @NonNull java.lang.String name)
        Name is the referenced service. The service must exist in the same namespace as the Ingress object.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object