Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReadiness ¶
func NewReadiness(c ClientGetter, scConfig ServiceCatalogConfig) *readiness
NewReadiness returns pointer to rediness probe
Types ¶
type ClientGetter ¶
type ClientGetter interface {
KubernetesClient() kubernetes.Interface
}
ClientGetter is an interface to represent structs return kubernetes clientset
type ServiceCatalogConfig ¶
type ServiceCatalogConfig struct { ServiceCatalogAPIServerName string `envconfig:"SC_APISERVER"` ServiceCatalogControllerServerName string `envconfig:"SC_CONTROLLER"` ServiceCatalogNamespace string `envconfig:"SC_NAMESPACE"` TestBrokerName string `envconfig:"TB_NAME"` TestBrokerNamespace string `envconfig:"TB_NAMESPACE"` }
ServiceCatalogConfig collects all parameters from env variables required to run upgrade tests
Click to show internal directories.
Click to hide internal directories.