Last active
August 3, 2018 14:03
-
-
Save wei-lee/c8864f0e896cfb5d81f75090c358c6d4 to your computer and use it in GitHub Desktop.
sample data
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
{ | |
"metadata": {}, | |
"items": [ | |
{ | |
"metadata": { | |
"name": "dh-keycloak-apb-lzms6", | |
"generateName": "dh-keycloak-apb-", | |
"namespace": "myproject", | |
"selfLink": "/apis/servicecatalog.k8s.io/v1beta1/namespaces/myproject/serviceinstances/dh-keycloak-apb-lzms6", | |
"uid": "39d5f426-9579-11e8-a74d-0242ac110003", | |
"resourceVersion": "61", | |
"generation": 1, | |
"creationTimestamp": "2018-08-01T10:54:12Z", | |
"annotations": { | |
"aerogear.org/mobile-service": "true", | |
"aerogear.org/mobile-client-enabled": "true" | |
}, | |
"finalizers": [ | |
"kubernetes-incubator/service-catalog" | |
] | |
}, | |
"spec": { | |
"clusterServiceClassExternalName": "dh-keycloak-apb", | |
"clusterServicePlanExternalName": "default", | |
"clusterServiceClassRef": { | |
"name": "b95513950bb3f132de25d58fb75f8dca" | |
}, | |
"clusterServicePlanRef": { | |
"name": "1e49c0404bef28c42ea9d698864dfa28" | |
}, | |
"parametersFrom": [ | |
{ | |
"secretKeyRef": { | |
"name": "dh-keycloak-apb-parameterssgsmq", | |
"key": "parameters" | |
} | |
} | |
], | |
"externalID": "cae94c6b-1f6d-4426-bcbf-b38708c29174", | |
"userInfo": { | |
"username": "developer", | |
"uid": "", | |
"groups": [ | |
"system:authenticated:oauth", | |
"system:authenticated" | |
], | |
"extra": { | |
"scopes.authorization.openshift.io": [ | |
"user:full" | |
] | |
} | |
}, | |
"updateRequests": 0 | |
}, | |
"status": { | |
"conditions": [ | |
{ | |
"type": "Ready", | |
"status": "True", | |
"lastTransitionTime": "2018-08-01T10:58:26Z", | |
"reason": "ProvisionedSuccessfully", | |
"message": "The instance was provisioned successfully" | |
} | |
], | |
"asyncOpInProgress": false, | |
"orphanMitigationInProgress": false, | |
"reconciledGeneration": 1, | |
"observedGeneration": 0, | |
"externalProperties": { | |
"clusterServicePlanExternalName": "default", | |
"clusterServicePlanExternalID": "1e49c0404bef28c42ea9d698864dfa28", | |
"parameters": { | |
"ADMIN_PASSWORD": "<redacted>", | |
"ADMIN_USERNAME": "<redacted>", | |
"USE_SHARED_SERVICE": "<redacted>" | |
}, | |
"parameterChecksum": "e90e500d8c225081c257811499f09c55d77096eae32d16bc648eaaa8d6f5332b", | |
"userInfo": { | |
"username": "developer", | |
"uid": "", | |
"groups": [ | |
"system:authenticated:oauth", | |
"system:authenticated" | |
], | |
"extra": { | |
"scopes.authorization.openshift.io": [ | |
"user:full" | |
] | |
} | |
} | |
}, | |
"provisionStatus": "", | |
"deprovisionStatus": "Required" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment