package
0.0.0-20240912111919-26be5958e1fa
Repository: https://github.com/devtron-labs/inception.git
Documentation: pkg.go.dev
# Constants
InstallerConditionComparisonError indicates controller failed to compare application state.
InstallerConditionDeletionError indicates that controller failed to delete application.
InstallerConditionExcludedResourceWarning indicates that application has resource which is configured to be excluded.
InstallerConditionInvalidSpecError indicates that application source is invalid.
InstallerConditionOrphanedResourceWarning indicates that application has orphaned resources.
InstallerConditionRepeatedResourceWarning indicates that application source has resource with same Group, Kind, Name, Namespace multiple times.
InstallerConditionSharedResourceWarning indicates that controller detected resources which belongs to more than one application.
InstallerConditionSyncError indicates controller failed to automatically sync the application.
InstallerConditionUnknownError indicates an unknown controller error.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
AddToScheme adds the types in this group-version to the given scheme.
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
ApplicationSource contains information about github repository, path within repository and target application environment.
No description provided by the author
Installer is the Schema for the installers API.
InstallerCondition contains details about current application condition.
InstallerList contains a list of Installer.
InstallerSpec defines the desired state of Installer.
InstallerStatus defines the observed state of Installer.
ResourceStatus holds the current sync and health status of a resource.
RevisionHistory contains information relevant to an application deployment.
SyncStatus is a comparison result of application spec and deployed application.
# Type aliases
InstallerConditionType represents type of application condition.
RevisionHistories is a array of history, oldest first and newest last.
No description provided by the author
No description provided by the author