package
1.1.0
Repository: https://github.com/kyma-project/helm-broker.git
Documentation: pkg.go.dev

# Packages

Code generated by mockery v1.0.0.

# Functions

NewRenderer creates new instance of Renderer.
NewResolver returns new instance of Resolver.

# Structs

CredentialFromSource represents list of sources to populate credentials variables.
CredentialVar represents an credential variable.
CredentialVarSource represents a source for the value of an CredentialVar.
JSONPathSelector select a field of a k8s resource by defining JSONPath.
KeySelector selects a key of a k8s resource.
NameSelector selects by the name of k8s resource.
Renderer purpose is to render helm template directives, like: {{ .Release.Namespace }}.
ResolveOutput represents results of Resolve.
Resolver implements resolver for chart values.
YAML represents a addon plan bind.yaml structure.

# Type aliases

RenderedBindYAML is used to represent already rendered YAML for binding.