# Constants
GitAuthTypeBasic for git basic auth requests.
GitAuthTypeHeader for git header auth requests.
No description provided by the author
No description provided by the author
Deprecated: use git instead.
Deprecated: use git instead.
No description provided by the author
# Variables
AddToScheme adds the types in this group-version to the given scheme.
Group represents the API Group.
GroupVersion is group version used to register these objects.
GroupVersionResource is group, version and resource used to register these objects.
Resource corresponds to the CRD Kind.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
Version represents the Resource version.
# Structs
Repository represents VCS repo, currently we're handling Git only.
SecretRef is the Testkube internal reference for secret storage in Kubernetes secrets.
TestSource is the Schema for the testsources API.
TestSourceList contains a list of TestSource.
TestSourceSpec defines the desired state of TestSource.
TestSourceStatus defines the observed state of TestSource.
# Type aliases
GitAuthType defines git auth type +kubebuilder:validation:Enum=basic;header.
+kubebuilder:validation:Enum=string;file-uri;git-file;git-dir;git.