From d67915158e08a230853fc382d44af4d415f7162a Mon Sep 17 00:00:00 2001 From: Christopher Haar Date: Fri, 16 Aug 2024 15:10:41 +0200 Subject: [PATCH] feat(kcl): add kcl to package Signed-off-by: Christopher Haar --- Makefile | 2 +- apis/definition.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index f2446ed..15e6c5a 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ submodules: # We must ensure up is installed in tool cache prior to build as including the k8s_tools machinery prior to the xpkg # machinery sets UP to point to tool cache. -build.init: $(UP) +build.init: $(UP) kcl # ==================================================================================== # End to End Testing diff --git a/apis/definition.yaml b/apis/definition.yaml index 98689d5..ec9ec1c 100644 --- a/apis/definition.yaml +++ b/apis/definition.yaml @@ -53,8 +53,8 @@ spec: reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved. enum: - - Required - - Optional + - Required + - Optional type: string resolve: description: |- @@ -63,12 +63,12 @@ spec: the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile. enum: - - Always - - IfNotPresent + - Always + - IfNotPresent type: string type: object required: - - name + - name type: object clusterNameSelector: description: Selector for a Cluster in eks to populate clusterName. @@ -95,8 +95,8 @@ spec: reference cannot be resolved. 'Optional' means this reference will be a no-op if it cannot be resolved. enum: - - Required - - Optional + - Required + - Optional type: string resolve: description: |- @@ -105,8 +105,8 @@ spec: the corresponding field is not present. Use 'Always' to resolve the reference on every reconcile. enum: - - Always - - IfNotPresent + - Always + - IfNotPresent type: string type: object type: object @@ -174,4 +174,4 @@ spec: podIdentity: description: Freeform field containing status information for podidentity type: object - x-kubernetes-preserve-unknown-fields: true \ No newline at end of file + x-kubernetes-preserve-unknown-fields: true