Update dummy example
This commit is contained in:
parent
fe1b913f21
commit
1e825bc077
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@ import (
|
|||
"github.com/spf13/pflag"
|
||||
|
||||
api "k8s.io/api/core/v1"
|
||||
extensions "k8s.io/api/extensions/v1beta1"
|
||||
|
||||
nginxconfig "k8s.io/ingress/controllers/nginx/pkg/config"
|
||||
"k8s.io/ingress/core/pkg/ingress"
|
||||
|
@ -105,3 +106,7 @@ func (n DummyController) SetListers(lister ingress.StoreLister) {
|
|||
func (n DummyController) DefaultIngressClass() string {
|
||||
return "dummy"
|
||||
}
|
||||
|
||||
func (n DummyController) UpdateIngressStatus(*extensions.Ingress) []api.LoadBalancerIngress {
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue