tekton

package
v0.0.0-...-d125d34 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LogStorage

type LogStorage struct {
	Type             string `yaml:"type"`
	AccessKey        string `yaml:"accessKey"`
	SecretKey        string `yaml:"secretKey"`
	Region           string `yaml:"region"`
	Endpoint         string `yaml:"endpoint"`
	Bucket           string `yaml:"bucket"`
	DisableSSL       bool   `yaml:"disableSSL"`
	SkipVerify       bool   `yaml:"skipVerify"`
	S3ForcePathStyle bool   `yaml:"s3ForcePathStyle"`
}

type Mapper

type Mapper map[string]*Tekton

type Tekton

type Tekton struct {
	Server     string      `yaml:"server"`
	Namespace  string      `yaml:"namespace"`
	Kubeconfig string      `yaml:"kubeconfig"`
	LogStorage *LogStorage `yaml:"logStorage"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL