Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
type Request struct { BindingContextPath string ValuesPath string ConfigValuesPath string // contains filtered or unexported fields }
func (*Request) GetBindingContexts ¶
func (r *Request) GetBindingContexts() ([]bindingcontext.BindingContext, error)
func (*Request) GetDependencyContainer ¶
func (r *Request) GetDependencyContainer() pkg.DependencyContainer
type Response ¶
type Transport ¶
type Transport struct { // input BindingContextPath string ValuesPath string ConfigValuesPath string // output MetricsPath string KubernetesPath string ValuesJSONPath string ConfigValuesJSONPath string CreateFilesByYourself bool // contains filtered or unexported fields }
func NewTransport ¶
func (*Transport) NewRequest ¶
func (*Transport) NewResponse ¶
Click to show internal directories.
Click to hide internal directories.