GitRepositoryDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters to reconcile to the GitRepository source kind type.
public class GitRepositoryDefinition
type GitRepositoryDefinition = class
Public Class GitRepositoryDefinition
- Inheritance
-
GitRepositoryDefinition
Constructors
GitRepositoryDefinition() |
Initializes a new instance of the GitRepositoryDefinition class. |
GitRepositoryDefinition(String, Nullable<Int64>, Nullable<Int64>, RepositoryRefDefinition, String, String, String, String) |
Initializes a new instance of the GitRepositoryDefinition class. |
Properties
HttpsCACert |
Gets or sets base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS |
HttpsUser |
Gets or sets plaintext HTTPS username used to access private git repositories over HTTPS |
LocalAuthRef |
Gets or sets name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets. |
RepositoryRef |
Gets or sets the source reference for the GitRepository object. |
SshKnownHosts |
Gets or sets base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH |
SyncIntervalInSeconds |
Gets or sets the interval at which to re-reconcile the cluster git repository source with the remote. |
TimeoutInSeconds |
Gets or sets the maximum time to attempt to reconcile the cluster git repository source with the remote. |
Url |
Gets or sets the URL to sync for the flux configuration git repository. |