Documentation
¶
Index ¶
Constants ¶
View Source
const (
// ConfigMapName name of the config map for external plugins
ConfigMapName = "lighthouse-external-plugins"
)
Variables ¶
This section is empty.
Functions ¶
func CheckResourceExists ¶
func CheckResourceExists(ctx context.Context, client kubernetes.Interface, namespace string, r Resource) (bool, error)
CheckResourceExists checks if a service exists
func LoadDisabledPlugins ¶
Types ¶
type ExternalPlugin ¶
type ExternalPlugin struct {
// Name of the plugin.
Name string `json:"name"`
// RequiredResources the kubernetes resources required to enable this external plugin
RequiredResources []Resource `json:"requiredResources,omitempty"`
}
ExternalPlugin holds configuration for registering an external plugin in prow.
Click to show internal directories.
Click to hide internal directories.