Skip to content

Commit

Permalink
feat(kcl): add kcl to package
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Haar <[email protected]>
  • Loading branch information
haarchri committed Aug 16, 2024
1 parent 89d7d12 commit d679151
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions apis/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |-
Expand All @@ -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.
Expand All @@ -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: |-
Expand All @@ -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
Expand Down Expand Up @@ -174,4 +174,4 @@ spec:
podIdentity:
description: Freeform field containing status information for podidentity
type: object
x-kubernetes-preserve-unknown-fields: true
x-kubernetes-preserve-unknown-fields: true

0 comments on commit d679151

Please sign in to comment.