Documentation ¶
Index ¶
Constants ¶
View Source
const ( KymaGatewayName = "kyma-gateway" KymaGatewayNamespace = "kyma-system" KymaGatewayFullName = "kyma-system/kyma-gateway" )
View Source
const KymaGatewayFinalizer string = "gateways.operator.kyma-project.io/kyma-gateway"
Variables ¶
This section is empty.
Functions ¶
func ReconcileKymaGateway ¶
func ReconcileKymaGateway(ctx context.Context, k8sClient client.Client, apiGatewayCR *v1alpha1.APIGateway, apiGatewayResourceListPath string) controllers.Status
ReconcileKymaGateway reconciles the kyma-gateway and creates all required resources for the Gateway to fully work. It also adds a finalizer to APIGateway CR and handles the deletion of the resources if the APIGateway CR is deleted. Returns a Status object with the result of the reconciliation and an error if the reconciliation failed.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.