bean

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	REPOSITORY_SECRET_NAME_KEY       = "name"
	REPOSITORY_SECRET_URL_KEY        = "url"
	REPOSITORY_SECRET_USERNAME_KEY   = "username"
	REPOSITORY_SECRET_PASSWORD_KEY   = "password"
	REPOSITORY_SECRET_ENABLE_OCI_KEY = "enableOCI"
	REPOSITORY_SECRET_TYPE_KEY       = "type"
	REPOSITORY_TYPE_HELM             = "helm"
	ARGOCD_REPOSITORY_SECRET_KEY     = "argocd.argoproj.io/secret-type"
	ARGOCD_REPOSITORY_SECRET_VALUE   = "repository"
	REPOSITORY_SECRET_INSECURE_KEY   = "insecure"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AcdConfigMapRepositoriesDto

type AcdConfigMapRepositoriesDto struct {
	Type           string  `json:"type,omitempty"`
	Name           string  `json:"name,omitempty"`
	Url            string  `json:"url,omitempty"`
	UsernameSecret *KeyDto `json:"usernameSecret,omitempty"`
	PasswordSecret *KeyDto `json:"passwordSecret,omitempty"`
	CaSecret       *KeyDto `json:"caSecret,omitempty"`
	CertSecret     *KeyDto `json:"certSecret,omitempty"`
	KeySecret      *KeyDto `json:"keySecret,omitempty"`
}

type ChartRepositoryAddRequest

type ChartRepositoryAddRequest struct {
	Name                    string
	Username                string
	Password                string
	URL                     string
	AllowInsecureConnection bool
	IsPrivateChart          bool
}

type ChartRepositoryUpdateRequest

type ChartRepositoryUpdateRequest struct {
	PreviousName            string
	PreviousURL             string
	Name                    string
	AuthMode                string
	Username                string
	Password                string
	SSHKey                  string
	URL                     string
	AllowInsecureConnection bool
	IsPrivateChart          bool
}

type KeyDto

type KeyDto struct {
	Name string `json:"name,omitempty"`
	Key  string `json:"key,omitempty"`
	Url  string `json:"url,omitempty"`
}

Jump to

Keyboard shortcuts

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