Created
November 14, 2018 21:24
-
-
Save jsanda/2b442db1adba0c9f452957e909dae818 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ oc get all -n knative-build -o yaml | |
apiVersion: v1 | |
items: | |
- apiVersion: operators.coreos.com/v1alpha1 | |
kind: Subscription | |
metadata: | |
annotations: | |
kubectl.kubernetes.io/last-applied-configuration: | | |
{"apiVersion":"operators.coreos.com/v1alpha1","kind":"Subscription","metadata":{"annotations":{},"generateName":"knative-build-","name":"knative-build-subscription","namespace":"knative-build"},"spec":{"channel":"alpha","name":"knative-build","source":"knative-operators","startingCSV":"knative-build.v0.2.0"}} | |
creationTimestamp: 2018-11-14T20:53:10Z | |
generateName: knative-build- | |
generation: 1 | |
name: knative-build-subscription | |
namespace: knative-build | |
resourceVersion: "5339" | |
selfLink: /apis/operators.coreos.com/v1alpha1/namespaces/knative-build/subscriptions/knative-build-subscription | |
uid: 4b7ffd98-e84f-11e8-a40e-52540023ecc6 | |
spec: | |
channel: alpha | |
name: knative-build | |
source: knative-operators | |
startingCSV: knative-build.v0.2.0 | |
status: | |
installedCSV: "" | |
lastUpdated: 2018-11-14T20:53:10Z | |
reason: InvalidCatalog | |
state: AtLatestKnown | |
kind: List | |
metadata: | |
resourceVersion: "" | |
selfLink: "" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment