Add support for services running ssl
This commit is contained in:
parent
ae52257c3a
commit
74b66beda9
8 changed files with 172 additions and 259 deletions
|
|
@ -37,8 +37,8 @@ type StoreToIngressLister struct {
|
|||
cache.Store
|
||||
}
|
||||
|
||||
// StoreToMapLister makes a Store that lists Secrets.
|
||||
type StoreToMapLister struct {
|
||||
// StoreToConfigmapLister makes a Store that lists Configmap.
|
||||
type StoreToConfigmapLister struct {
|
||||
cache.Store
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue