$ node
> const _ = require('lodash')
undefined
> let a = { orig: 'obj' }
undefined
> a
{ orig: 'obj' }
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| set -euo pipefail | |
| #WORKERPOOLS=( | |
| # "your-label=your-poolname" # <------ REPLACE with your nodepools which is basically a label, `k get nodes --show-labels` | |
| # # add more as needed | |
| #) | |
| # output/{CONTEXT}/${SAFE_DATE}/ |
$ cdk init --language=go
Applying project template app for go
# Welcome to your CDK Go project!
This is a blank project for CDK development with Go.
**NOTICE**: Go support is still in Developer Preview. This implies that APIs may
change while we address early feedback from the community. We would love to hear
about your experience through GitHub issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| cl2 --testconfig={{ .REPO_ROOT }}/test/cl2/test.yaml --kubeconfig={{ .KUBECONFIG }} --report-dir={{ .REPO_ROOT }}/cl2-output --provider=gke | |
| ``` | |
| for kind: `--provider=kind` | |
| for debug: `--v=5` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: actions.github.com/v1alpha1 | |
| kind: AutoscalingListener | |
| metadata: | |
| annotations: | |
| actions.github.com/runner-spec-hash: 79c88b49bd | |
| actions.github.com/values-hash: 725eed0f592117de1b6814f43bfaa6b32c7fba769d06c0d76765cbf3b6de6dc | |
| creationTimestamp: "2025-04-10T10:23:50Z" | |
| finalizers: | |
| - autoscalinglistener.actions.github.com/finalizer | |
| generation: 1 |
actionssecrets actions.github.upbound.io/v1alpha1 false ActionsSecret
actionsvariables actions.github.upbound.io/v1alpha1 false ActionsVariable
environmentsecrets actions.github.upbound.io/v1alpha1 false EnvironmentSecret
environmentvariables actions.github.upbound.io/v1alpha1 false EnvironmentVariable
organizationactionssecrets actions.github.upbound.io/v1alpha1 false OrganizationActionsSecret
organizationactionsvariables actions.github.upbound.io/v1alpha1 false OrganizationActionsVariable
organizationpermissions actions.github.upbound.io/v1alpha1 false OrganizationPermissions
repositoryaccesslevels actions.github.upbound.io/v1alpha1 false RepositoryAccessLevel
repositorypermissions actions.github.upbound.io/v1alpha1 false RepositoryPermissions