Ubuntu Pastebin

Paste from ubuntu at Tue, 9 Aug 2016 17:39:37 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
name: kubectl
version: "1.3.4"
summary: Kubernetes client snap
description: Kubectl allows you to communicate to a kubernetes API server.
confinement: devmode
apps:
  kubectl:
    command: kubectl
parts:
  kubectl:
    plugin: go
#    go-importpath: github.com/kubernetes/kubernetes
    source-type: git
    source-tag: "v1.3.4"
    source: https://github.com/kubernetes/kubernetes.git
Download as text