Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix CRD api version for EvaluationProvider and EvaluationDefinition #449

Merged
merged 2 commits into from
Nov 22, 2022

Conversation

nlamirault
Copy link
Contributor

> kubectl describe crd keptnevaluationdefinitions.lifecycle.keptn.sh
Name:         keptnevaluationdefinitions.lifecycle.keptn.sh
Namespace:
Labels:       <none>
Annotations:  controller-gen.kubebuilder.io/version: v0.9.2
API Version:  apiextensions.k8s.io/v1
Kind:         CustomResourceDefinition
> kubectl describe crd keptnevaluationproviders.lifecycle.keptn.sh
Name:         keptnevaluationproviders.lifecycle.keptn.sh
Namespace:
Labels:       <none>
Annotations:  controller-gen.kubebuilder.io/version: v0.9.2
API Version:  apiextensions.k8s.io/v1
Kind:         CustomResourceDefinition

Signed-off-by: Nicolas Lamirault [email protected]

```yaml
> kubectl describe crd keptnevaluationdefinitions.lifecycle.keptn.sh
Name:         keptnevaluationdefinitions.lifecycle.keptn.sh
Namespace:
Labels:       <none>
Annotations:  controller-gen.kubebuilder.io/version: v0.9.2
API Version:  apiextensions.k8s.io/v1
Kind:         CustomResourceDefinition
```

```yaml
> kubectl describe crd keptnevaluationproviders.lifecycle.keptn.sh
Name:         keptnevaluationproviders.lifecycle.keptn.sh
Namespace:
Labels:       <none>
Annotations:  controller-gen.kubebuilder.io/version: v0.9.2
API Version:  apiextensions.k8s.io/v1
Kind:         CustomResourceDefinition
```

Signed-off-by: Nicolas Lamirault <[email protected]>
Copy link
Contributor

@thschue thschue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@thschue thschue changed the title CRD api version for Evaluation Provider and EvaluationDefinition docs: fix CRD api version for Evaluation Provider and EvaluationDefinition Nov 22, 2022
Signed-off-by: Moritz Wiesinger <[email protected]>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@codecov
Copy link

codecov bot commented Nov 22, 2022

Codecov Report

Merging #449 (8f50e2b) into main (24efc80) will increase coverage by 3.60%.
The diff coverage is n/a.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #449      +/-   ##
==========================================
+ Coverage   37.99%   41.59%   +3.60%     
==========================================
  Files          28       28              
  Lines        2082     2202     +120     
==========================================
+ Hits          791      916     +125     
+ Misses       1227     1204      -23     
- Partials       64       82      +18     
Impacted Files Coverage Δ
operator/controllers/common/test_utils.go 0.00% <0.00%> (ø)
operator/controllers/common/phasehandler.go 78.94% <0.00%> (+1.33%) ⬆️
...or/controllers/keptnworkloadinstance/controller.go 47.17% <0.00%> (+36.92%) ⬆️
Flag Coverage Δ
keptn-lifecycle-operator 45.73% <ø> (+3.76%) ⬆️
scheduler 4.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@mowies mowies changed the title docs: fix CRD api version for Evaluation Provider and EvaluationDefinition docs: fix CRD api version for EvaluationProvider and EvaluationDefinition Nov 22, 2022
@thschue thschue merged commit d4c6716 into keptn:main Nov 22, 2022
@keptn-bot keptn-bot mentioned this pull request Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants