Results 17 issues of Amund Tenstad

##### SUMMARY Fixes https://github.com/ansible-collections/kubernetes.core/issues/623 Introduces Project/ProjectRequest translation logic that enables working with both ```yaml k8s: api_version: project.openshift.io/v1 kind: Project resource_definition: annotations: openshift.io/display-name: Foo openshift.io/description: Bar ``` and ```yaml k8s: api_version:...

## Problem `addKnownGroupAndReload` is only triggered when no matches are found. If priming the mapper with a single version and then requesting all versions (not specifying version), a match is...

lifecycle/frozen
needs-triage

When creating a PDB with e.g. an invalid name, it now gets the following status: ```yaml status: msg: Waiting for PDB to be created phase: Creating ``` which I believe...

When deleting a PDB Kubernetes resource like the one below, I would expect the PDB to be deleted in the database. Would say that is the expected behaviour when working...

When changing e.g. `ordsImage` in a CDB resource, the changes are not reflected on the ReplicaSet. And if I delete the ReplicaSet, the operator does not create a new one....

Controller currently panics on error :/ due to invalid log format; specifically due to an odd number of key-value parameters in `log.Error`. Copied the log format from `log.Error(err, "Failed to...

OCA Verified

**Is your feature request related to a problem? Please describe.** There is no support for fetching artifact summaries. https://www.jfrog.com/confluence/display/XRAY2X/Xray+REST+API#XrayRESTAPI-ArtifactSummary **Describe the solution you'd like to see** Implement `GetArtifactSummary`, similar to...

feature request

Are there any plans to support the LDAP Settings and Groups plugins? Would you be interested in a pull request adding support for these? https://github.com/jfrog/artifactory-user-plugins/tree/master/config/ldapSettingsConfig https://github.com/jfrog/artifactory-user-plugins/tree/master/config/ldapGroupsConfig

question

Closes https://github.com/atlassian/go-artifactory/issues/29