Documentation ¶
Index ¶
- func GetAPIKeySecret(ns string, key string) *corev1.Secret
- func GetJenkinsDeployment(ns string) *appsv1beta2.Deployment
- func GetMinioDeployment(ns string) *appsv1beta2.Deployment
- func GetRegistryDeployment(ns string) *appsv1beta2.Deployment
- func Register(ctx context.Context, cluster *config.UserContext)
- type ExecutionStateSyncer
- type Lifecycle
- func (l *Lifecycle) Create(obj *v3.PipelineExecution) (runtime.Object, error)
- func (l *Lifecycle) GetName() string
- func (l *Lifecycle) Remove(obj *v3.PipelineExecution) (runtime.Object, error)
- func (l *Lifecycle) Sync(obj *v3.PipelineExecution) (runtime.Object, error)
- func (l *Lifecycle) Updated(obj *v3.PipelineExecution) (runtime.Object, error)
- type RegistryCertSyncer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetJenkinsDeployment ¶
func GetJenkinsDeployment(ns string) *appsv1beta2.Deployment
func GetMinioDeployment ¶
func GetMinioDeployment(ns string) *appsv1beta2.Deployment
func GetRegistryDeployment ¶
func GetRegistryDeployment(ns string) *appsv1beta2.Deployment
Types ¶
type ExecutionStateSyncer ¶
type ExecutionStateSyncer struct {
// contains filtered or unexported fields
}
type Lifecycle ¶
type Lifecycle struct {
// contains filtered or unexported fields
}
type RegistryCertSyncer ¶
type RegistryCertSyncer struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.