Class ServiceReference

    • Constructor Detail

      • ServiceReference

        public ServiceReference()
        No args constructor for use in serialization
    • Method Detail

      • getName

        public String getName()
        Name is the name of the service
      • setName

        public void setName​(String name)
        Name is the name of the service
      • getNamespace

        public String getNamespace()
        Namespace is the namespace of the service
      • setNamespace

        public void setNamespace​(String namespace)
        Namespace is the namespace of the service
      • getPort

        public Integer getPort()
        If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
      • setPort

        public void setPort​(Integer port)
        If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)