Documentation ¶
Index ¶
- func ValidateRepositoryVisibility(r gitprovider.RepositoryVisibility) error
- type CRDsPolicy
- type DecryptionProvider
- type ECDSACurve
- type GitLabVisibility
- type HelmChartSource
- type KustomizationSource
- type LocalHelmChartSource
- type LogLevel
- type PublicKeyAlgorithm
- type RSAKeyBits
- type SafeRelativePath
- type SourceBucketProvider
- type SourceGitProvider
- type SourceOCIProvider
- type SourceOCIVerifyProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateRepositoryVisibility ¶ added in v2.4.0
func ValidateRepositoryVisibility(r gitprovider.RepositoryVisibility) error
ValidateRepositoryVisibility validates a given RepositoryVisibility.
Types ¶
type CRDsPolicy ¶
type CRDsPolicy string
func (*CRDsPolicy) Description ¶
func (a *CRDsPolicy) Description() string
func (*CRDsPolicy) Set ¶
func (a *CRDsPolicy) Set(str string) error
func (*CRDsPolicy) String ¶
func (a *CRDsPolicy) String() string
func (*CRDsPolicy) Type ¶
func (a *CRDsPolicy) Type() string
type DecryptionProvider ¶
type DecryptionProvider string
func (*DecryptionProvider) Description ¶
func (d *DecryptionProvider) Description() string
func (*DecryptionProvider) Set ¶
func (d *DecryptionProvider) Set(str string) error
func (*DecryptionProvider) String ¶
func (d *DecryptionProvider) String() string
func (*DecryptionProvider) Type ¶
func (d *DecryptionProvider) Type() string
type ECDSACurve ¶
func (*ECDSACurve) Description ¶
func (c *ECDSACurve) Description() string
func (*ECDSACurve) Set ¶
func (c *ECDSACurve) Set(str string) error
func (*ECDSACurve) String ¶
func (c *ECDSACurve) String() string
func (*ECDSACurve) Type ¶
func (c *ECDSACurve) Type() string
type GitLabVisibility ¶ added in v2.4.0
type GitLabVisibility gitprovider.RepositoryVisibility
func (*GitLabVisibility) Description ¶ added in v2.4.0
func (d *GitLabVisibility) Description() string
func (*GitLabVisibility) Set ¶ added in v2.4.0
func (d *GitLabVisibility) Set(str string) error
func (*GitLabVisibility) String ¶ added in v2.4.0
func (d *GitLabVisibility) String() string
func (*GitLabVisibility) Type ¶ added in v2.4.0
func (d *GitLabVisibility) Type() string
type HelmChartSource ¶
func (*HelmChartSource) Description ¶
func (s *HelmChartSource) Description() string
func (*HelmChartSource) Set ¶
func (s *HelmChartSource) Set(str string) error
func (*HelmChartSource) String ¶
func (s *HelmChartSource) String() string
func (*HelmChartSource) Type ¶
func (s *HelmChartSource) Type() string
type KustomizationSource ¶
func (*KustomizationSource) Description ¶
func (s *KustomizationSource) Description() string
func (*KustomizationSource) Set ¶
func (s *KustomizationSource) Set(str string) error
func (*KustomizationSource) String ¶
func (s *KustomizationSource) String() string
func (*KustomizationSource) Type ¶
func (s *KustomizationSource) Type() string
type LocalHelmChartSource ¶ added in v2.3.0
func (*LocalHelmChartSource) Description ¶ added in v2.3.0
func (s *LocalHelmChartSource) Description() string
func (*LocalHelmChartSource) Set ¶ added in v2.3.0
func (s *LocalHelmChartSource) Set(str string) error
func (*LocalHelmChartSource) String ¶ added in v2.3.0
func (s *LocalHelmChartSource) String() string
func (*LocalHelmChartSource) Type ¶ added in v2.3.0
func (s *LocalHelmChartSource) Type() string
type PublicKeyAlgorithm ¶
type PublicKeyAlgorithm string
func (*PublicKeyAlgorithm) Description ¶
func (a *PublicKeyAlgorithm) Description() string
func (*PublicKeyAlgorithm) Set ¶
func (a *PublicKeyAlgorithm) Set(str string) error
func (*PublicKeyAlgorithm) String ¶
func (a *PublicKeyAlgorithm) String() string
func (*PublicKeyAlgorithm) Type ¶
func (a *PublicKeyAlgorithm) Type() string
type RSAKeyBits ¶
type RSAKeyBits int
func (*RSAKeyBits) Description ¶
func (b *RSAKeyBits) Description() string
func (*RSAKeyBits) Set ¶
func (b *RSAKeyBits) Set(str string) error
func (*RSAKeyBits) String ¶
func (b *RSAKeyBits) String() string
func (*RSAKeyBits) Type ¶
func (b *RSAKeyBits) Type() string
type SafeRelativePath ¶
type SafeRelativePath string
func (*SafeRelativePath) Description ¶
func (p *SafeRelativePath) Description() string
func (*SafeRelativePath) Set ¶
func (p *SafeRelativePath) Set(str string) error
func (*SafeRelativePath) String ¶
func (p *SafeRelativePath) String() string
func (*SafeRelativePath) ToSlash ¶
func (p *SafeRelativePath) ToSlash() string
func (*SafeRelativePath) Type ¶
func (p *SafeRelativePath) Type() string
type SourceBucketProvider ¶
type SourceBucketProvider string
func (*SourceBucketProvider) Description ¶
func (p *SourceBucketProvider) Description() string
func (*SourceBucketProvider) Set ¶
func (p *SourceBucketProvider) Set(str string) error
func (*SourceBucketProvider) String ¶
func (p *SourceBucketProvider) String() string
func (*SourceBucketProvider) Type ¶
func (p *SourceBucketProvider) Type() string
type SourceGitProvider ¶ added in v2.4.0
type SourceGitProvider string
func (*SourceGitProvider) Description ¶ added in v2.4.0
func (p *SourceGitProvider) Description() string
func (*SourceGitProvider) Set ¶ added in v2.4.0
func (p *SourceGitProvider) Set(str string) error
func (*SourceGitProvider) String ¶ added in v2.4.0
func (p *SourceGitProvider) String() string
func (*SourceGitProvider) Type ¶ added in v2.4.0
func (p *SourceGitProvider) Type() string
type SourceOCIProvider ¶
type SourceOCIProvider string
func (*SourceOCIProvider) Description ¶
func (p *SourceOCIProvider) Description() string
func (*SourceOCIProvider) Set ¶
func (p *SourceOCIProvider) Set(str string) error
func (*SourceOCIProvider) String ¶
func (p *SourceOCIProvider) String() string
func (*SourceOCIProvider) ToOCIProvider ¶
func (p *SourceOCIProvider) ToOCIProvider() (oci.Provider, error)
func (*SourceOCIProvider) Type ¶
func (p *SourceOCIProvider) Type() string
type SourceOCIVerifyProvider ¶ added in v2.2.0
type SourceOCIVerifyProvider string
func (*SourceOCIVerifyProvider) Description ¶ added in v2.2.0
func (p *SourceOCIVerifyProvider) Description() string
func (*SourceOCIVerifyProvider) Set ¶ added in v2.2.0
func (p *SourceOCIVerifyProvider) Set(str string) error
func (*SourceOCIVerifyProvider) String ¶ added in v2.2.0
func (p *SourceOCIVerifyProvider) String() string
func (*SourceOCIVerifyProvider) Type ¶ added in v2.2.0
func (p *SourceOCIVerifyProvider) Type() string
Source Files ¶
- crds.go
- decryption_provider.go
- ecdsa_curve.go
- gitlab_visibility.go
- helm_chart_source.go
- kustomization_source.go
- local_helm_chart_source.go
- log_level.go
- public_key_algorithm.go
- rsa_key_bits.go
- safe_relative_path.go
- source_bucket_provider.go
- source_git_provider.go
- source_oci_provider.go
- source_oci_verify_provider.go
Click to show internal directories.
Click to hide internal directories.