Skip to content

Instantly share code, notes, and snippets.

View Pothulapati's full-sized avatar
🎯
Focusing

Tarun Pothulapati Pothulapati

🎯
Focusing
View GitHub Profile
apiVersion: v1
kind: List
items:
-
apiVersion: v1
kind: Secret
metadata:
name: release-name-traefik-default-cert
labels: {app: traefik, chart: traefik-1.55.1, release: release-name, heritage: Tiller}
type: Opaque
apiVersion: v1
kind: List
items:
---
# Source: traefik/templates/deployment.yaml
- apiVersion: apps/v1
kind: Deployment
metadata:
name: release-name-traefik
labels:
apiVersion: v1
items:
- #Source: traefik/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: release-name-traefik
labels:
app: traefik
chart: "traefik-1.55.1"
---
# Source: traefik/templates/default-cert-secret.yaml
apiVersion: v1
kind: Secret
metadata:
name: release-name-traefik-default-cert
labels:
app: traefik
chart: "traefik-1.55.1"
---
apiVersion: apps/v1beta1
kind: Deployment
metadata:
creationTimestamp: null
name: web
namespace: emojivoto
spec:
replicas: 1
selector:
---
apiVersion: v1
items:
- apiVersion: apps/v1beta1
kind: Deployment
metadata:
creationTimestamp: null
name: web
namespace: emojivoto
spec:
package vkubelet
import (
"context"
"fmt"
"sort"
"strings"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
apiVersion: v1
kind: Pod
metadata:
name: busyecho
spec:
containers:
- image: busybox
command:
- echo "Hello from container"
imagePullPolicy: Always
type Resource {
name: String!
type: String
isLive: Bool
isReady: Bool
isMeshed: Bool
labels: [String]!
parent: Resource
children: [Resource]
incoming: [Resource]
{
"kind":"TrafficMetricsList",
"apiVersion":"metrics.smi-spec.io/v1alpha1",
"metadata":{
"selfLink":"/apis/metrics.smi-spec.io/v1alpha1/namespaces/linkerd/deployments/linkerd-controller/edges"
},
"resource":{
"kind":"Deployment",
"namespace":"linkerd",
"name":"linkerd-controller"