Documentation
¶
Index ¶
- type ExternalComponentAuthenticator
- type Factory
- type Provider
- func (_m *Provider) Configuration(component *chart.Component) (map[string]interface{}, error)
- func (_m *Provider) RenderCRD(version string) ([]*chart.Manifest, error)
- func (_m *Provider) RenderCRDFiltered(version string, exclude []string) ([]*chart.Manifest, error)
- func (_m *Provider) RenderManifest(component *chart.Component) (*chart.Manifest, error)
- func (_m *Provider) WithFilter(filter chart.Filter) chart.Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExternalComponentAuthenticator ¶
ExternalComponentAuthenticator is an autogenerated mock type for the ExternalComponentAuthenticator type
func NewExternalComponentAuthenticator ¶
func NewExternalComponentAuthenticator(t mockConstructorTestingTNewExternalComponentAuthenticator) *ExternalComponentAuthenticator
NewExternalComponentAuthenticator creates a new instance of ExternalComponentAuthenticator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*ExternalComponentAuthenticator) Do ¶
func (_m *ExternalComponentAuthenticator) Do(r *http.Request)
Do provides a mock function with given fields: r
type Factory ¶
Factory is an autogenerated mock type for the Factory type
type Provider ¶
Provider is an autogenerated mock type for the Provider type
func NewProvider ¶
NewProvider creates a new instance of Provider. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Provider) Configuration ¶
Configuration provides a mock function with given fields: component
func (*Provider) RenderCRDFiltered ¶
RenderCRDFiltered provides a mock function with given fields: version, exclude
func (*Provider) RenderManifest ¶
RenderManifest provides a mock function with given fields: component