package
0.0.0-20241017152705-573cf9adb6f5
Repository: https://github.com/kubernetes-sigs/prow.git
Documentation: pkg.go.dev
# Functions
CheckAuthorizations checks if we are able to perform the required actions against test pods for the provided pod verbs (requiredTestPodVerbs).
DefaultInstrumentationOptions returns an initialized options struct, mostly for use in tests.
DisableThrottlerOptions suppresses the presence of throttler-related flags, effectively disallowing external users to parametrize default throttling behavior.
JiraDefaultBearerTokenFile sets the default Jira bearer token file.
JiraDefaultEndpoint sets the default Jira endpoint.
JiraNoBasicAuth disables the presence of the basic auth flags.
NewStrings returns a Strings struct that defaults to the value of def if left unset.
NewStringsBeenSet returns a Strings struct with beenSet: true.
ThrottlerDefaults allows to customize the default values of flags that control the throttler behavior.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
Bool holds a boolean flag value, tracking whether it was set explicitly.
BugzillaOptions holds options for interacting with Bugzilla.
No description provided by the author
No description provided by the author
No description provided by the author
GitHubEnablementOptions allows enable/disable functionality on a github org or org/repo level.
GitHubOptions holds options for interacting with GitHub.
InstrumentationOptions holds common options which are used across Prow components.
No description provided by the author
KubernetesClientOptions holds options for interacting with Kubernetes.
KubernetesOptions holds options for interacting with Kubernetes.
No description provided by the author
Strings represents the value of a flag that accept multiple strings.
# Interfaces
OptionGroup provides an interface which can be implemented by an option handler (e.g.
# Type aliases
No description provided by the author
JiraFlagParameter is a functional option type for configuring Jira flags.