UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

14 lines (13 loc) 215 B
# Copy of pod.yaml without file extension for test apiVersion: v1 kind: Pod metadata: name: nginx2 labels: name: nginx spec: containers: - name: nginx image: nginx ports: - containerPort: 80