This file contains 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: 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 |
This file contains 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: v1 | |
kind: List | |
items: | |
--- | |
# Source: traefik/templates/deployment.yaml | |
- apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
name: release-name-traefik | |
labels: |
This file contains 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: 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" |
This file contains 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
--- | |
# 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" |
This file contains 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: apps/v1beta1 | |
kind: Deployment | |
metadata: | |
creationTimestamp: null | |
name: web | |
namespace: emojivoto | |
spec: | |
replicas: 1 | |
selector: |
This file contains 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: v1 | |
items: | |
- apiVersion: apps/v1beta1 | |
kind: Deployment | |
metadata: | |
creationTimestamp: null | |
name: web | |
namespace: emojivoto | |
spec: |
This file contains 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
package vkubelet | |
import ( | |
"context" | |
"fmt" | |
"sort" | |
"strings" | |
corev1 "k8s.io/api/core/v1" | |
"k8s.io/apimachinery/pkg/api/errors" |
This file contains 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: v1 | |
kind: Pod | |
metadata: | |
name: busyecho | |
spec: | |
containers: | |
- image: busybox | |
command: | |
- echo "Hello from container" | |
imagePullPolicy: Always |
This file contains 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
type Resource { | |
name: String! | |
type: String | |
isLive: Bool | |
isReady: Bool | |
isMeshed: Bool | |
labels: [String]! | |
parent: Resource | |
children: [Resource] | |
incoming: [Resource] |
This file contains 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":"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" |