Versions in this module Expand all Collapse all v0 v0.0.1 Nov 8, 2023 Changes in this version + func OperationStatusLastError(lastErr *schema.LastError) kebError.ErrorReporter + type Client interface + DeprovisionRuntime func(accountID, runtimeID string) (string, error) + ProvisionRuntime func(accountID, subAccountID string, config schema.ProvisionRuntimeInput) (schema.OperationStatus, error) + ReconnectRuntimeAgent func(accountID, runtimeID string) (string, error) + RuntimeOperationStatus func(accountID, operationID string) (schema.OperationStatus, error) + RuntimeStatus func(accountID, runtimeID string) (schema.RuntimeStatus, error) + UpgradeRuntime func(accountID, runtimeID string, config schema.UpgradeRuntimeInput) (schema.OperationStatus, error) + UpgradeShoot func(accountID, runtimeID string, config schema.UpgradeShootInput) (schema.OperationStatus, error) + func NewProvisionerClient(endpoint string, queryDumping bool) Client + type FakeClient struct + func NewFakeClient() *FakeClient + func NewFakeClientWithGardener(gc dynamic.Interface, ns string) *FakeClient + func (c *FakeClient) DeprovisionRuntime(accountID, runtimeID string) (string, error) + func (c *FakeClient) EnableRequestDumping() + func (c *FakeClient) FindOperationByProvisionerOperationID(provisionerOperationID string) schema.OperationStatus + func (c *FakeClient) FindOperationByRuntimeIDAndType(runtimeID string, operationType schema.OperationType) schema.OperationStatus + func (c *FakeClient) FinishProvisionerOperation(id string, state schema.OperationState) + func (c *FakeClient) GetLatestProvisionRuntimeInput() schema.ProvisionRuntimeInput + func (c *FakeClient) IsRuntimeUpgraded(runtimeID string, version string) bool + func (c *FakeClient) IsShootUpgraded(runtimeID string) bool + func (c *FakeClient) LastProvisioning() schema.ProvisionRuntimeInput + func (c *FakeClient) LastShootUpgrade(runtimeID string) (schema.UpgradeShootInput, bool) + func (c *FakeClient) Provision(operation internal.ProvisioningOperation) (schema.OperationStatus, error) + func (c *FakeClient) ProvisionRuntime(accountID, subAccountID string, config schema.ProvisionRuntimeInput) (schema.OperationStatus, error) + func (c *FakeClient) ProvisionRuntimeWithIDs(accountID, subAccountID, runtimeID, operationID string, ...) (schema.OperationStatus, error) + func (c *FakeClient) ReconnectRuntimeAgent(accountID, runtimeID string) (string, error) + func (c *FakeClient) RuntimeOperationStatus(accountID, operationID string) (schema.OperationStatus, error) + func (c *FakeClient) RuntimeStatus(accountID, runtimeID string) (schema.RuntimeStatus, error) + func (c *FakeClient) SetOperation(id string, operation schema.OperationStatus) + func (c *FakeClient) UpgradeRuntime(accountID, runtimeID string, config schema.UpgradeRuntimeInput) (schema.OperationStatus, error) + func (c *FakeClient) UpgradeShoot(accountID, runtimeID string, config schema.UpgradeShootInput) (schema.OperationStatus, error) + type Graphqlizer struct + func (g *Graphqlizer) AWSProviderConfigInputToGraphQL(in gqlschema.AWSProviderConfigInput) (string, error) + func (g *Graphqlizer) AzureProviderConfigInputToGraphQL(in gqlschema.AzureProviderConfigInput) (string, error) + func (g *Graphqlizer) ClusterConfigToGraphQL(in gqlschema.ClusterConfigInput) (string, error) + func (g *Graphqlizer) DNSConfigInputToGraphQL(in gqlschema.DNSConfigInput) (string, error) + func (g *Graphqlizer) GCPProviderConfigInputToGraphQL(in gqlschema.GCPProviderConfigInput) (string, error) + func (g *Graphqlizer) GardenerConfigInputToGraphQL(in gqlschema.GardenerConfigInput) (string, error) + func (g *Graphqlizer) GardenerUpgradeInputToGraphQL(in gqlschema.GardenerUpgradeInput) (string, error) + func (g *Graphqlizer) KymaConfigToGraphQL(in gqlschema.KymaConfigInput) (string, error) + func (g *Graphqlizer) LabelsToGQL(in gqlschema.Labels) (string, error) + func (g *Graphqlizer) OpenStackProviderConfigInputToGraphQL(in gqlschema.OpenStackProviderConfigInput) (string, error) + func (g *Graphqlizer) ProvisionRuntimeInputToGraphQL(in gqlschema.ProvisionRuntimeInput) (string, error) + func (g *Graphqlizer) RuntimeInputToGraphQL(in gqlschema.RuntimeInput) (string, error) + func (g *Graphqlizer) UpgradeRuntimeInputToGraphQL(in gqlschema.UpgradeRuntimeInput) (string, error) + func (g Graphqlizer) UpgradeShootInputToGraphQL(in gqlschema.UpgradeShootInput) (string, error)