Documentation ¶
Index ¶
- func NewGitHubSourceV1Alpha1(name, namespace string, o ...GitHubSourceOptionV1Alpha1) *v1alpha1.GitHubSource
- func NewSecretValueFromSource(name, key string) v1alpha1.SecretValueFromSource
- func WithGithubSourceConditionsV1Alpha1(s *v1alpha1.GitHubSource)
- func WithGithubSourceSecretV1Alpha1(s *v1alpha1.GitHubSource)
- func WithGithubSourceWebHookConfiguredV1Alpha1(s *v1alpha1.GitHubSource)
- type GitHubSourceOptionV1Alpha1
- func WithGitHubAccessTokenSpecV1Alpha1(name, key string) GitHubSourceOptionV1Alpha1
- func WithGitHubSecretTokenSpecV1Alpha1(name, key string) GitHubSourceOptionV1Alpha1
- func WithGitHubSourceSpecV1Alpha1(spec v1alpha1.GitHubSourceSpec) GitHubSourceOptionV1Alpha1
- func WithGithubSourceSinkV1Alpha1(url *apis.URL) GitHubSourceOptionV1Alpha1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGitHubSourceV1Alpha1 ¶
func NewGitHubSourceV1Alpha1(name, namespace string, o ...GitHubSourceOptionV1Alpha1) *v1alpha1.GitHubSource
NewGitHubSourceV1Alpha1 creates a GitHubSource with GithubSourceOption.
func NewSecretValueFromSource ¶
func NewSecretValueFromSource(name, key string) v1alpha1.SecretValueFromSource
func WithGithubSourceConditionsV1Alpha1 ¶
func WithGithubSourceConditionsV1Alpha1(s *v1alpha1.GitHubSource)
func WithGithubSourceSecretV1Alpha1 ¶
func WithGithubSourceSecretV1Alpha1(s *v1alpha1.GitHubSource)
func WithGithubSourceWebHookConfiguredV1Alpha1 ¶
func WithGithubSourceWebHookConfiguredV1Alpha1(s *v1alpha1.GitHubSource)
Types ¶
type GitHubSourceOptionV1Alpha1 ¶
type GitHubSourceOptionV1Alpha1 func(source *v1alpha1.GitHubSource)
GitHubSourceOptionV1Alpha1 enables further configuration of a GitHubSource.
func WithGitHubAccessTokenSpecV1Alpha1 ¶
func WithGitHubAccessTokenSpecV1Alpha1(name, key string) GitHubSourceOptionV1Alpha1
func WithGitHubSecretTokenSpecV1Alpha1 ¶
func WithGitHubSecretTokenSpecV1Alpha1(name, key string) GitHubSourceOptionV1Alpha1
func WithGitHubSourceSpecV1Alpha1 ¶
func WithGitHubSourceSpecV1Alpha1(spec v1alpha1.GitHubSourceSpec) GitHubSourceOptionV1Alpha1
func WithGithubSourceSinkV1Alpha1 ¶
func WithGithubSourceSinkV1Alpha1(url *apis.URL) GitHubSourceOptionV1Alpha1
Click to show internal directories.
Click to hide internal directories.