You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2020. It is now read-only.
@@ -13,30 +13,25 @@ type AvailableComponentVersion interface {
13
13
14
14
// latestReleasedComponent fulfills the AvailableComponentVersion interface
15
15
typelatestReleasedComponentstruct {
16
-
secretGetterCreatorKubeSecretGetterCreator
17
-
rcLister rc.Lister
18
-
availableVersionsAvailableVersions
16
+
k8sResources*k8s.ResourceInterfaceNamespaced
17
+
availableVersionsAvailableVersions
19
18
}
20
19
21
20
// NewLatestReleasedComponent creates a new AvailableComponentVersion that gets the latest released component using sgc as the implementation to get and create secrets
0 commit comments