๐
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
| name: Ledger CI | |
| on: | |
| push: | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main |
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
| kind: PersistentVolumeClaim | |
| apiVersion: v1 | |
| metadata: | |
| name: lightnig | |
| namespace: lightningfaas | |
| spec: | |
| accessModes: | |
| - ReadWriteOnce | |
| resources: | |
| requests: |
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
| {{- if .Values.createIngress }} | |
| apiVersion: networking.k8s.io/v1beta1 | |
| kind: Ingress | |
| metadata: | |
| name: oscar | |
| annotations: | |
| # nginx.ingress.kubernetes.io/rewrite-target: / | |
| kubernetes.io/ingress.class: nginx | |
| spec: | |
| rules: |
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: extensions/v1beta1 | |
| kind: Ingress | |
| metadata: | |
| name: lightning-ingress | |
| namespace: default | |
| annotations: | |
| kubernetes.io/ingress.class: nginx | |
| nginx.ingress.kubernetes.io/ssl-redirect: "false" | |
| spec: | |
| rules: |
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: networking.gke.io/v1 | |
| kind: ManagedCertificate | |
| metadata: | |
| name: managed-certificate | |
| spec: | |
| domains: | |
| - minio.lightningfaas.tech | |
| - portal.lightningfaas.tech |
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
| const addComments = <T extends ts.Node>( | |
| context: ts.TransformationContext | |
| ) => (rootNode: T) => { | |
| let count = 0; | |
| function visit(node: ts.Node): ts.Node { | |
| if (ts.isClassDeclaration(node)) { | |
| addMultiLineComment( | |
| node, | |
| "This is an auto generated class, please do not change." |
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
| const { ContainerServiceClient } = require("@azure/arm-containerservice"); | |
| /*This is an auto generated class, please do not change.*/ | |
| /** | |
| * Class to create a containerservice object | |
| * @category Azure | |
| */ | |
| class containerservice { | |
| /** | |
| * | |
| * @param {module} azureRestSdk Azure Rest SDK |
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
| DNS: | |
| GCP: | |
| mainClass: DNS | |
| listZones: dns index.d.ts getZones | |
| createZone: dns zone.d.ts create |
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
| monitoring: | |
| GCP: | |
| createAlarm: monitoring v3 alert_policy_service_client.d.ts createAlertPolicy | |
| deleteAlarm: monitoring v3 alert_policy_service_client.d.ts deleteAlertPolicy | |
| updateAlarm: monitoring v3 alert_policy_service_client.d.ts updateAlertPolicy | |
| listAlarms: monitoring v3 alert_policy_service_client.d.ts listAlertPolicies | |
| getMetricDescriptor: monitoring v3 metric_service_client.d.ts getMetricDescriptor | |
| projectPath: monitoring v3 alert_policy_service_client.d.ts projectPath |
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
| container: | |
| Azure: | |
| create: arm-containerservice managedClusters.d.ts createOrUpdate | |
| delete: arm-containerservice openShiftManagedClusters.d.ts deleteMethod | |
| updateTags: arm-containerservice managedClusters.d.ts updateTags | |
| listByResourceGroup: arm-containerservice openShiftManagedClusters.d.ts listByResourceGroup |
NewerOlder