Documentation ¶
Index ¶
- type DirectorClient
- type EDPClient
- func (_m *EDPClient) CreateDataTenant(data edp.DataTenantPayload) error
- func (_m *EDPClient) CreateMetadataTenant(name string, env string, data edp.MetadataTenantPayload) error
- func (_m *EDPClient) DeleteDataTenant(name string, env string) error
- func (_m *EDPClient) DeleteMetadataTenant(name string, env string, key string) error
- type ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) AppendGlobalOverrides(overrides []*gqlschema.ConfigEntryInput) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) AppendOverrides(component string, overrides []*gqlschema.ConfigEntryInput) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) Configuration() *internal.ConfigForPlan
- func (_m *ProvisionerInputCreator) CreateClusterConfiguration() (keb.Cluster, error)
- func (_m *ProvisionerInputCreator) CreateProvisionClusterInput() (gqlschema.ProvisionRuntimeInput, error)
- func (_m *ProvisionerInputCreator) CreateProvisionRuntimeInput() (gqlschema.ProvisionRuntimeInput, error)
- func (_m *ProvisionerInputCreator) CreateUpgradeRuntimeInput() (gqlschema.UpgradeRuntimeInput, error)
- func (_m *ProvisionerInputCreator) CreateUpgradeShootInput() (gqlschema.UpgradeShootInput, error)
- func (_m *ProvisionerInputCreator) DisableOptionalComponent(componentName string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) EnableOptionalComponent(componentName string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) Provider() internal.CloudProvider
- func (_m *ProvisionerInputCreator) SetClusterName(name string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetInstanceID(instanceID string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetKubeconfig(kcfg string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetLabel(key string, value string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetOIDCLastValues(oidcConfig gqlschema.OIDCConfigInput) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetOverrides(component string, overrides []*gqlschema.ConfigEntryInput) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetProvisioningParameters(params internal.ProvisioningParameters) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetRuntimeID(runtimeID string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetShootDNSProviders(dnsProviders gardener.DNSProvidersData) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetShootDomain(shootDomain string) internal.ProvisionerInputCreator
- func (_m *ProvisionerInputCreator) SetShootName(_a0 string) internal.ProvisionerInputCreator
- type RuntimeOverridesAppender
- type RuntimeVersionConfiguratorForProvisioning
- type Step
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirectorClient ¶
DirectorClient is an autogenerated mock type for the DirectorClient type
func NewDirectorClient ¶
func NewDirectorClient(t mockConstructorTestingTNewDirectorClient) *DirectorClient
NewDirectorClient creates a new instance of DirectorClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type EDPClient ¶
EDPClient is an autogenerated mock type for the EDPClient type
func NewEDPClient ¶
func NewEDPClient(t mockConstructorTestingTNewEDPClient) *EDPClient
NewEDPClient creates a new instance of EDPClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*EDPClient) CreateDataTenant ¶
func (_m *EDPClient) CreateDataTenant(data edp.DataTenantPayload) error
CreateDataTenant provides a mock function with given fields: data
func (*EDPClient) CreateMetadataTenant ¶
func (_m *EDPClient) CreateMetadataTenant(name string, env string, data edp.MetadataTenantPayload) error
CreateMetadataTenant provides a mock function with given fields: name, env, data
func (*EDPClient) DeleteDataTenant ¶
DeleteDataTenant provides a mock function with given fields: name, env
type ProvisionerInputCreator ¶
ProvisionerInputCreator is an autogenerated mock type for the ProvisionerInputCreator type
func (*ProvisionerInputCreator) AppendGlobalOverrides ¶
func (_m *ProvisionerInputCreator) AppendGlobalOverrides(overrides []*gqlschema.ConfigEntryInput) internal.ProvisionerInputCreator
AppendGlobalOverrides provides a mock function with given fields: overrides
func (*ProvisionerInputCreator) AppendOverrides ¶
func (_m *ProvisionerInputCreator) AppendOverrides(component string, overrides []*gqlschema.ConfigEntryInput) internal.ProvisionerInputCreator
AppendOverrides provides a mock function with given fields: component, overrides
func (*ProvisionerInputCreator) Configuration ¶
func (_m *ProvisionerInputCreator) Configuration() *internal.ConfigForPlan
Configuration provides a mock function with given fields:
func (*ProvisionerInputCreator) CreateClusterConfiguration ¶
func (_m *ProvisionerInputCreator) CreateClusterConfiguration() (keb.Cluster, error)
CreateClusterConfiguration provides a mock function with given fields:
func (*ProvisionerInputCreator) CreateProvisionClusterInput ¶
func (_m *ProvisionerInputCreator) CreateProvisionClusterInput() (gqlschema.ProvisionRuntimeInput, error)
CreateProvisionClusterInput provides a mock function with given fields:
func (*ProvisionerInputCreator) CreateProvisionRuntimeInput ¶
func (_m *ProvisionerInputCreator) CreateProvisionRuntimeInput() (gqlschema.ProvisionRuntimeInput, error)
CreateProvisionRuntimeInput provides a mock function with given fields:
func (*ProvisionerInputCreator) CreateUpgradeRuntimeInput ¶
func (_m *ProvisionerInputCreator) CreateUpgradeRuntimeInput() (gqlschema.UpgradeRuntimeInput, error)
CreateUpgradeRuntimeInput provides a mock function with given fields:
func (*ProvisionerInputCreator) CreateUpgradeShootInput ¶
func (_m *ProvisionerInputCreator) CreateUpgradeShootInput() (gqlschema.UpgradeShootInput, error)
CreateUpgradeShootInput provides a mock function with given fields:
func (*ProvisionerInputCreator) DisableOptionalComponent ¶
func (_m *ProvisionerInputCreator) DisableOptionalComponent(componentName string) internal.ProvisionerInputCreator
DisableOptionalComponent provides a mock function with given fields: componentName
func (*ProvisionerInputCreator) EnableOptionalComponent ¶
func (_m *ProvisionerInputCreator) EnableOptionalComponent(componentName string) internal.ProvisionerInputCreator
EnableOptionalComponent provides a mock function with given fields: componentName
func (*ProvisionerInputCreator) Provider ¶
func (_m *ProvisionerInputCreator) Provider() internal.CloudProvider
Provider provides a mock function with given fields:
func (*ProvisionerInputCreator) SetClusterName ¶
func (_m *ProvisionerInputCreator) SetClusterName(name string) internal.ProvisionerInputCreator
SetClusterName provides a mock function with given fields: name
func (*ProvisionerInputCreator) SetInstanceID ¶
func (_m *ProvisionerInputCreator) SetInstanceID(instanceID string) internal.ProvisionerInputCreator
SetInstanceID provides a mock function with given fields: instanceID
func (*ProvisionerInputCreator) SetKubeconfig ¶
func (_m *ProvisionerInputCreator) SetKubeconfig(kcfg string) internal.ProvisionerInputCreator
SetKubeconfig provides a mock function with given fields: kcfg
func (*ProvisionerInputCreator) SetLabel ¶
func (_m *ProvisionerInputCreator) SetLabel(key string, value string) internal.ProvisionerInputCreator
SetLabel provides a mock function with given fields: key, value
func (*ProvisionerInputCreator) SetOIDCLastValues ¶
func (_m *ProvisionerInputCreator) SetOIDCLastValues(oidcConfig gqlschema.OIDCConfigInput) internal.ProvisionerInputCreator
SetOIDCLastValues provides a mock function with given fields: oidcConfig
func (*ProvisionerInputCreator) SetOverrides ¶
func (_m *ProvisionerInputCreator) SetOverrides(component string, overrides []*gqlschema.ConfigEntryInput) internal.ProvisionerInputCreator
SetOverrides provides a mock function with given fields: component, overrides
func (*ProvisionerInputCreator) SetProvisioningParameters ¶
func (_m *ProvisionerInputCreator) SetProvisioningParameters(params internal.ProvisioningParameters) internal.ProvisionerInputCreator
SetProvisioningParameters provides a mock function with given fields: params
func (*ProvisionerInputCreator) SetRuntimeID ¶
func (_m *ProvisionerInputCreator) SetRuntimeID(runtimeID string) internal.ProvisionerInputCreator
SetRuntimeID provides a mock function with given fields: runtimeID
func (*ProvisionerInputCreator) SetShootDNSProviders ¶
func (_m *ProvisionerInputCreator) SetShootDNSProviders(dnsProviders gardener.DNSProvidersData) internal.ProvisionerInputCreator
SetShootDNSProviders provides a mock function with given fields: dnsProviders
func (*ProvisionerInputCreator) SetShootDomain ¶
func (_m *ProvisionerInputCreator) SetShootDomain(shootDomain string) internal.ProvisionerInputCreator
SetShootDomain provides a mock function with given fields: shootDomain
func (*ProvisionerInputCreator) SetShootName ¶
func (_m *ProvisionerInputCreator) SetShootName(_a0 string) internal.ProvisionerInputCreator
SetShootName provides a mock function with given fields: _a0
type RuntimeOverridesAppender ¶
RuntimeOverridesAppender is an autogenerated mock type for the RuntimeOverridesAppender type
func (*RuntimeOverridesAppender) Append ¶
func (_m *RuntimeOverridesAppender) Append(input runtimeoverrides.InputAppender, planName string, kymaVersion string) error
Append provides a mock function with given fields: input, planName, kymaVersion
type RuntimeVersionConfiguratorForProvisioning ¶
RuntimeVersionConfiguratorForProvisioning is an autogenerated mock type for the RuntimeVersionConfiguratorForProvisioning type
func NewRuntimeVersionConfiguratorForProvisioning ¶
func NewRuntimeVersionConfiguratorForProvisioning(t mockConstructorTestingTNewRuntimeVersionConfiguratorForProvisioning) *RuntimeVersionConfiguratorForProvisioning
NewRuntimeVersionConfiguratorForProvisioning creates a new instance of RuntimeVersionConfiguratorForProvisioning. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*RuntimeVersionConfiguratorForProvisioning) ForProvisioning ¶
func (_m *RuntimeVersionConfiguratorForProvisioning) ForProvisioning(op internal.Operation) (*internal.RuntimeVersionData, error)
ForProvisioning provides a mock function with given fields: op