Documentation ¶
Index ¶
- type BackupCompleted
- type BackupInProgress
- type BaseConfigurationComplete
- type BaseConfigurationFailed
- type DeploymentEvent
- type GroovyScriptExecutionFailed
- type ImageBuildCompleted
- type ImageBuildFailed
- type JenkinsInstanceCreated
- type PodRestart
- type Reason
- type ReconcileLoopFailed
- type RestoreCompleted
- type RestoreInProgress
- type Source
- type Undefined
- type UserConfigurationComplete
- type UserConfigurationFailed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupCompleted ¶
type BackupCompleted struct {
Undefined
}
BackupCompleted marks the completion of a backup
func NewBackupCompleted ¶
func NewBackupCompleted(source Source, short []string, verbose ...string) *BackupCompleted
NewBackupCompleted returns new instance of BackupCompleted.
type BackupInProgress ¶
type BackupInProgress struct {
Undefined
}
BackupInProgress defines the reason what part of backup is in progress and how it went
func NewBackupInProgress ¶
func NewBackupInProgress(source Source, short []string, verbose ...string) *BackupInProgress
NewBackupInProgress returns new instance of BackupInProgress.
type BaseConfigurationComplete ¶
type BaseConfigurationComplete struct {
Undefined
}
BaseConfigurationComplete informs that base configuration is valid and complete.
func NewBaseConfigurationComplete ¶
func NewBaseConfigurationComplete(source Source, short []string, verbose ...string) *BaseConfigurationComplete
NewBaseConfigurationComplete returns new instance of BaseConfigurationComplete.
type BaseConfigurationFailed ¶
type BaseConfigurationFailed struct {
Undefined
}
BaseConfigurationFailed defines the reason why base configuration phase failed.
func NewBaseConfigurationFailed ¶
func NewBaseConfigurationFailed(source Source, short []string, verbose ...string) *BaseConfigurationFailed
NewBaseConfigurationFailed returns new instance of BaseConfigurationFailed.
type DeploymentEvent ¶
type DeploymentEvent struct {
Undefined
}
DeploymentEvent informs that pod is being created.
func NewDeploymentEvent ¶
func NewDeploymentEvent(source Source, short []string, verbose ...string) *DeploymentEvent
NewDeploymentEvent returns new instance of DeploymentEvent.
type GroovyScriptExecutionFailed ¶
type GroovyScriptExecutionFailed struct {
Undefined
}
GroovyScriptExecutionFailed defines the reason why the groovy script execution failed.
type ImageBuildCompleted ¶
type ImageBuildCompleted struct {
Undefined
}
RestoreCompleted marks the completion of a restore
func NewImageBuildCompleted ¶
func NewImageBuildCompleted(source Source, short []string, verbose ...string) *ImageBuildCompleted
NewBackupInProgress returns new instance of BackupInProgress.
type ImageBuildFailed ¶
type ImageBuildFailed struct {
Undefined
}
RestoreCompleted marks the completion of a restore
func NewImageBuildFailed ¶
func NewImageBuildFailed(source Source, short []string, verbose ...string) *ImageBuildFailed
NewBackupInProgress returns new instance of BackupInProgress.
type JenkinsInstanceCreated ¶
type JenkinsInstanceCreated struct {
Undefined
}
ReconcileLoopFailed defines the reason why the reconcile loop failed.
func NewJenkinsInstanceCreated ¶
func NewJenkinsInstanceCreated(source Source, short []string, verbose ...string) *JenkinsInstanceCreated
NewJenkinsInstanceCreated returns new instance of JenkinsInstanceCreated.
type PodRestart ¶
type PodRestart struct {
Undefined
}
PodRestart defines the reason why Jenkins master pod restarted.
func NewPodRestart ¶
func NewPodRestart(source Source, short []string, verbose ...string) *PodRestart
NewPodRestart returns new instance of PodRestart.
type ReconcileLoopFailed ¶
type ReconcileLoopFailed struct {
Undefined
}
ReconcileLoopFailed defines the reason why the reconcile loop failed.
func NewReconcileLoopFailed ¶
func NewReconcileLoopFailed(source Source, short []string, verbose ...string) *ReconcileLoopFailed
NewReconcileLoopFailed returns new instance of ReconcileLoopFailed.
type RestoreCompleted ¶
type RestoreCompleted struct {
Undefined
}
RestoreCompleted marks the completion of a restore
func NewRestoreCompleted ¶
func NewRestoreCompleted(source Source, short []string, verbose ...string) *RestoreCompleted
NewBackupCompleted returns new instance of BackupCompleted.
type RestoreInProgress ¶
type RestoreInProgress struct {
Undefined
}
RestoreInProgress defines the reason what part of restore is in progress and how it went
func NewRestoreInProgress ¶
func NewRestoreInProgress(source Source, short []string, verbose ...string) *RestoreInProgress
NewBackupInProgress returns new instance of BackupInProgress.
type Undefined ¶
type Undefined struct {
// contains filtered or unexported fields
}
Undefined is base or untraceable reason.
func NewUndefined ¶
NewUndefined returns new instance of Undefined.
func (Undefined) HasMessages ¶
HasMessages checks if there is any message.
type UserConfigurationComplete ¶
type UserConfigurationComplete struct {
Undefined
}
UserConfigurationComplete informs that user configuration is valid and complete.
func NewUserConfigurationComplete ¶
func NewUserConfigurationComplete(source Source, short []string, verbose ...string) *UserConfigurationComplete
NewUserConfigurationComplete returns new instance of UserConfigurationComplete.
type UserConfigurationFailed ¶
type UserConfigurationFailed struct {
Undefined
}
UserConfigurationFailed defines the reason why user configuration phase failed.
func NewUserConfigurationFailed ¶
func NewUserConfigurationFailed(source Source, short []string, verbose ...string) *UserConfigurationFailed
NewUserConfigurationFailed returns new instance of UserConfigurationFailed.