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
| FAILURE: go vet -printf had errors: | |
| ./pkg/build/generator/generator.go:205: arg bc.Status.LastVersion for printf verb %s of wrong type: int | |
| SUCCESS: go vet -methods had no errors | |
| SUCCESS: go vet -structtags had no errors | |
| FAILURE: go vet -composites had errors: | |
| ./pkg/auth/oauth/external/handler_test.go:20: github.com/openshift/origin/pkg/auth/server/csrf.FakeCSRF composite literal uses unkeyed fields | |
| ./pkg/auth/oauth/external/handler_test.go:41: github.com/openshift/origin/pkg/auth/server/csrf.FakeCSRF composite literal uses unkeyed fields | |
| ./pkg/auth/oauth/external/handler_test.go:68: github.com/openshift/origin/pkg/auth/server/csrf.FakeCSRF composite literal uses unkeyed fields | |
| ./pkg/auth/oauth/external/handler_test.go:97: github.com/openshift/origin/pkg/auth/server/csrf.FakeCSRF composite literal uses unkeyed fields | |
| ./pkg/auth/oauth/external/handler_test.go:126: github.com/openshift/origin/pkg/auth/server/csrf.FakeCSRF composite literal uses unkeyed fields |
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 create -f test/extended/fixtures/ldap/ldapserver-imagestream.json && oc get imagestreamtag openldap:latest | |
| imagestream "openldap" created | |
| Error from server: imageStreamTag "openldap:latest" not found | |
| $ oc get imagestreamtag openldap:latest | |
| NAME DOCKER REF UPDATED IMAGENAME | |
| openldap:latest openshift/openldap-2441-centos7@sha256:7f83fe368b8462bb53a8229bee0e7ba669012a3d2bc431714880b13f9e5e1f1a 292 years ago sha256:7f83fe368b8462bb53a8229bee0e7ba669012a3d2bc431714880b13f9e5e1f1a |
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
| { | |
| "kind": "Service", | |
| "apiVersion": "v1", | |
| "metadata": { | |
| "name": "openldap-server", | |
| "creationTimestamp": null, | |
| "labels": { | |
| "name": "openldap-server" | |
| } | |
| }, |
NewerOlder