Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: onecli | |
| labels: | |
| app: onecli | |
| spec: | |
| restartPolicy: Always | |
| containers: | |
| - name: postgres |
| openapi: 3.0.3 | |
| info: | |
| title: OneCLI API | |
| description: | | |
| REST API for managing OneCLI agents, secrets, apps, rules, and user accounts. | |
| Used by the OneCLI CLI tool (`onecli`). | |
| version: 1.2.1 | |
| contact: | |
| name: OneCLI |
| apiVersion: v1 | |
| kind: Config | |
| clusters: | |
| - name: kind-kind-cluster | |
| cluster: | |
| server: https://127.0.0.1:60134 | |
| certificate-authority-data: >- | |
| LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSURCVENDQWUyZ0F3SUJBZ0lJUWFuYzBoaCtoU1V3RFFZSktvWklodmNOQVFFTEJRQXdGVEVUTUJFR0ExVUUKQXhNS2EzVmlaWEp1WlhSbGN6QWVGdzB5TmpBeE1USXhOVFEwTURaYUZ3MHpOakF4TVRBeE5UUTVNRFphTUJVeApFekFSQmdOVkJBTVRDbXQxWW1WeWJtVjBaWE13Z2dFaU1BMEdDU3FHU0liM0RRRUJBUVVBQTRJQkR3QXdnZ0VLCkFvSUJBUUNnQTdGYitYcXBTRHdLMVNXY0dDbGJUQ1BUK2R1RHZyMGRDZCt1Z1BHRkd0M0FjRm9yZDRKRTlMalUKNXNWQVpONmMrcnkzanRQcWhhMTZIT3ZuZkNsYXREdHQyYmFwSk4rNVFxVzRYK0FXUVFjOHRYZHZ4azczajZkSApiZFJEZHovMVFxbzQyaitvU0xyN1Uxb3JQNDZrL3l2UXJKVFNFbnhRMUF3WjRHZmVHYTlPUndzNkZ2K0NneVJnClUzOFNybjgzaHhBRkNDYUhuZngxd213NFpwbW1DeFUyd2lSN3NBOEJuZ05ZVXZzMnp1QndDMCszN09VaUhQVXAKQ3NSL0Z2SjhReGI4NnhxaTJkYndHOEFMZFN2bVdQTUx6QTNDS0o2L1RqNVNjT2p6SXp1c1Q2eGxwNkdseE9RZgorRzlzZWZXa2Y1ak9ObXltWlRoRzFxMW1EZ3BwQWdNQkFBR2pXVEJYTUE0R0ExVWREd0VCL3dRRUF3SUNwREFQCkJnTlZIUk1CQWY4RUJUQURBUUgvTUIwR0ExVWREZ1FXQk |
| apiVersion: "apps/v1" | |
| kind: "Deployment" | |
| metadata: | |
| labels: | |
| app: "nginx" | |
| name: "nginx-deployment" | |
| spec: | |
| progressDeadlineSeconds: 600 | |
| replicas: 3 | |
| revisionHistoryLimit: 10 |
| 2020-11-04 12:19:36,005 [ 541031] WARN - lij.kubernetes.model.ModelData - Unable to read CRD specification from jar://C:/work/src/github.com/redhat-developer/intellij-tekton/build/idea-sandbox/plugins/com.redhat.devtools.intellij.tekton/lib/intellij-tekton-0.3.0-SNAPSHOT.jar!/crds/triggers.tekton.dev_triggertemplates.yaml | |
| java.lang.Throwable: Control-flow exceptions (like ProcessCanceledException) should never be logged | |
| at com.intellij.openapi.diagnostic.Logger.checkException(Logger.java:195) | |
| at com.intellij.idea.IdeaLogger.warn(IdeaLogger.java:82) | |
| at com.intellij.kubernetes.model.ModelData$Companion.readCrdSpec(ModelData.kt:254) | |
| at com.intellij.kubernetes.model.ModelData$Companion.readSpec(ModelData.kt:110) | |
| at com.intellij.kubernetes.model.ModelData$Companion.load(ModelData.kt:89) | |
| at com.intellij.kubernetes.model.RegularKubernetesModel$Companion$load$1.invoke(KubernetesModel.kt:53) | |
| at com.intellij.kubernetes.model.RegularKubernetesModel$Companion$load$1.invoke(KubernetesModel.kt:44) | |
| at com.intelli |
| {"$schema":"http://json-schema.org/draft-07/schema#","definitions":{"root":{"type":"object","properties":{"mp":{"type":"object","properties":{"context":{"type":"object","properties":{"ThreadContext":{"type":"object","properties":{"propagated":{"type":"string","description":"Defines the set of thread context types to capture from the thread that contextualizes an action or task. This context is later re-established on the thread(s) where the action or task executes.\n\n The MicroProfile Config property, `mp.context.ThreadContext.propagated`, establishes a default that is used if no value is otherwise specified. The value of the MicroProfile Config property can be the empty string or a comma separated list of context type constant values."},"cleared":{"type":"string","description":"Defines the set of thread context types to clear from the thread where the action or task executes. The previous context is resumed on the thread after the action or task ends. This context is later re-established on the thread(s) wh |
| See the zip file |
| apiVersion: tekton.dev/v1alpha1 | |
| kind: Task | |
| metadata: | |
| creationTimestamp: "2020-05-13T15:12:32Z" | |
| generation: 1 | |
| name: foo | |
| namespace: tekton | |
| resourceVersion: "1804" | |
| selfLink: /apis/tekton.dev/v1alpha1/namespaces/tekton/tasks/foo | |
| uid: 1f82e7d8-9851-4a85-8629-abe03b77b9c7 |
| { | |
| "$schema": "http://json-schema.org/draft-04/schema#", | |
| "$ref": "#/definitions/Pipeline", | |
| "definitions": { | |
| "ArrayOrString": { | |
| "required": [ | |
| "Type", | |
| "StringVal", | |
| "ArrayVal" | |
| ], |