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
| {} |
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
| Name: admin | |
| Labels: kubernetes.io/bootstrapping=rbac-defaults | |
| Annotations: rbac.authorization.kubernetes.io/autoupdate: true | |
| PolicyRule: | |
| Resources Non-Resource URLs Resource Names Verbs | |
| --------- ----------------- -------------- ----- | |
| rolebindings.rbac.authorization.k8s.io [] [] [create delete deletecollection get list patch update watch] | |
| roles.rbac.authorization.k8s.io [] [] [create delete deletecollection get list patch update watch] | |
| configmaps [] [] [create delete deletecollection patch update get list watch] | |
| endpoints [] [] [create delete deletecollection patch update get list watch] |
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
| Name: aws-node | |
| Labels: <none> | |
| Annotations: kubectl.kubernetes.io/last-applied-configuration: | |
| {"apiVersion":"rbac.authorization.k8s.io/v1","kind":"ClusterRoleBinding","metadata":{"annotations":{},"name":"aws-node"},"roleRef":{"apiGr... | |
| Role: | |
| Kind: ClusterRole | |
| Name: aws-node | |
| Subjects: | |
| Kind Name Namespace | |
| ---- ---- --------- |
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
| Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. | |
| 2020-02-26 18:31:04.786 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed | |
| org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'kubernetesV2JobProvider' defined in URL [jar:file:/opt/clouddriver/lib/clouddriver-kubernetes-v2.jar!/com/netflix/spinnaker/clouddriver/kubernetes/v2/provider/view/KubernetesV2JobProvider.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'kubernetesV2ManifestProvider' defined in URL [jar:file:/opt/clouddriver/lib/clouddriver-kubernetes-v2.jar!/com/netflix/spinnaker/clouddriver/kubernetes/v2/caching/view/provider/KubernetesV2ManifestProvider.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springfra |
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
| Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. | |
| 2020-02-23 19:17:35.176 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed | |
| org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'kubernetesV2JobProvider' defined in URL [jar:file:/opt/clouddriver/lib/clouddriver-kubernetes-v2.jar!/com/netflix/spinnaker/clouddriver/kubernetes/v2/provider/view/KubernetesV2JobProvider.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'kubernetesV2ManifestProvider' defined in URL [jar:file:/opt/clouddriver/lib/clouddriver-kubernetes-v2.jar!/com/netflix/spinnaker/clouddriver/kubernetes/v2/caching/view/provider/KubernetesV2ManifestProvider.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception |
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
| { | |
| "data": [ | |
| { | |
| "id": 1, | |
| "name": "DevFest 2019", | |
| "org": "GDG Sri Lanka", | |
| "URI": "gdg-sri-lanka/devfest-2019", | |
| "date": "2019-05-05" | |
| } | |
| ], |
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
| { | |
| "data":[ | |
| { | |
| "id":456789678, | |
| "date":"2008-02-15", | |
| "card_number":"2343-3433-4566-5433", | |
| "amount":6789.30, | |
| "status":"rejected" | |
| }, | |
| { |
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
| { "status": "FINE" } |
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
| { "status": "OK" } |
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
| for paragraph in parser.readDoc(): | |
| print( | |
| mapper.toUnicode( | |
| Font( | |
| 'si', # Where we canget this part? | |
| paragraph.getFont() | |
| ), | |
| paragraph.getText() | |
| ) | |
| ) |
NewerOlder