Tim

Results 9 issues of Tim

# Description Adds the optional Goal field to the Sprint Struct ## Example: ```go // Example code sprints, _, _ := jiraClient.Board.GetAllSprints(boardID) fmt.Println(sprints[0].Goal) ``` # Checklist * [x] Unit or...

conflicts

### What problem are you facing? I would like to deploy a Configuration containing XRDs and Compositions to various different environments. But most environments differ in some ways. (e.g. a...

enhancement
configuration

### Description of your changes Fixes #244 Adds an Authentication Method to Gardener Shoot Clusters using [shoot access] Implements a custom caching logic to reduce load on Api Server and...

### What problem are you facing? I would like to manage freshly created Gardener Shoot Clusters in this provider. While Most Cluster Management Tools give a AdminKubeConfig, which can be...

enhancement

Currently only proxies without authentication are supported. From the Docs: > When specifying a proxy address, it must have scheme http, and may not contain anything other than a host...

### What problem are you facing? Currently extra resources have a few problems that make them more difficult to work with for composition functions which convert the RunFunctionRequest into Yaml....

enhancement

### What problem are you facing? When a Compositions function requests ExtraResources it currently does not receive Connection Details. I think observed composed resources and extra-resources should behave similarly. To...

enhancement

### Description of your changes Adds support for observed resources to use connectonDetails. This allows adding kubernetes Secrets to observed resources in the `crossplane render` command. when another observed Resource...

### What happened? After changing the Object.spec.forProvider.manifest.metadata.name the resource with the previous name does not get deleted. ### How can we reproduce it? Create a Resource: ```yaml apiVersion: kubernetes.crossplane.io/v1alpha2 kind:...

bug