components

package
v0.0.0-...-8ee8a0f Latest Latest
Warning

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

Go to latest
Published: Mar 16, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Csv = CsvSettings{
	Name:         "inferator",
	DisplayName:  "Inferator",
	OperatorName: "inferator",
	CsvDir:       "community",
	Registry:     "quay.io",
	Context:      "tchughesiv",
	ImageName:    "inferator",
	Tag:          version.Version,
}
View Source
var Verbs = []string{
	"create",
	"delete",
	"deletecollection",
	"get",
	"list",
	"patch",
	"update",
	"watch",
}

Functions

func GetDeployment

func GetDeployment(operatorName, repository, context, imageName, tag, imagePullPolicy string) *appsv1.Deployment

func GetRole

func GetRole(operatorName string) *rbacv1.Role

Types

type CsvSettings

type CsvSettings struct {
	Name         string `json:"name"`
	DisplayName  string `json:"displayName"`
	OperatorName string `json:"operatorName"`
	CsvDir       string `json:"csvDir"`
	Registry     string `json:"repository"`
	Context      string `json:"context"`
	ImageName    string `json:"imageName"`
	Tag          string `json:"tag"`
}

Jump to

Keyboard shortcuts

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