Merge current v2.4 into v2.5
This commit is contained in:
commit
a5b169c563
3 changed files with 23 additions and 41 deletions
|
@ -80,8 +80,8 @@ func (c clientMock) GetIngresses() []*networkingv1.Ingress {
|
|||
return c.ingresses
|
||||
}
|
||||
|
||||
func (c clientMock) GetServerVersion() (*version.Version, error) {
|
||||
return c.serverVersion, nil
|
||||
func (c clientMock) GetServerVersion() *version.Version {
|
||||
return c.serverVersion
|
||||
}
|
||||
|
||||
func (c clientMock) GetService(namespace, name string) (*corev1.Service, bool, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue