bean

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 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 GitOpsSecretKey added in v0.7.2

type GitOpsSecretKey = string
const PASSWORD GitOpsSecretKey = "password"
const TLSCert GitOpsSecretKey = "tlsCert"
const TLSKey GitOpsSecretKey = "tlsKey"
const USERNAME GitOpsSecretKey = "username"

type KeyDto

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

type RepositoryCredentialsDto

type RepositoryCredentialsDto struct {
	Url               string  `json:"url,omitempty"`
	UsernameSecret    *KeyDto `json:"usernameSecret,omitempty"`
	PasswordSecret    *KeyDto `json:"passwordSecret,omitempty"`
	TLSClientCertData *KeyDto `json:"tlsClientCertData,omitempty"`
	TLSClientCertKey  *KeyDto `json:"tlsClientCertKey,omitempty"`
}

Jump to

Keyboard shortcuts

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