Skip to content

Commit

Permalink
chore: hide unused KeptnEvaluationProvider from the crd docs (#2146)
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>
  • Loading branch information
RealAnna authored Sep 21, 2023
1 parent 2252b2d commit d2743bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 147 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ processor:
useRawDocstring: true
ignoreTypes:
- "EmptyStatus$"
- "KeptnEvaluationProvider$"
- "KeptnEvaluationProviderList$"
ignoreFields:
- "TypeMeta$"
- "EmptyStatus$"
Expand Down
49 changes: 0 additions & 49 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha1/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Package v1alpha1 contains API Schema definitions for the lifecycle v1alpha1 API
- [KeptnEvaluationDefinition](#keptnevaluationdefinition)
- [KeptnEvaluationDefinitionList](#keptnevaluationdefinitionlist)
- [KeptnEvaluationList](#keptnevaluationlist)
- [KeptnEvaluationProvider](#keptnevaluationprovider)
- [KeptnEvaluationProviderList](#keptnevaluationproviderlist)
- [KeptnTask](#keptntask)
- [KeptnTaskDefinition](#keptntaskdefinition)
- [KeptnTaskDefinitionList](#keptntaskdefinitionlist)
Expand Down Expand Up @@ -395,53 +393,6 @@ KeptnEvaluationList contains a list of KeptnEvaluation
| `items` _[KeptnEvaluation](#keptnevaluation) array_ | |


#### KeptnEvaluationProvider



KeptnEvaluationProvider is the Schema for the keptnevaluationproviders API

_Appears in:_
- [KeptnEvaluationProviderList](#keptnevaluationproviderlist)

| Field | Description |
| --- | --- |
| `apiVersion` _string_ | `lifecycle.keptn.sh/v1alpha1`
| `kind` _string_ | `KeptnEvaluationProvider`
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. |
| `spec` _[KeptnEvaluationProviderSpec](#keptnevaluationproviderspec)_ | |
| `status` _string_ | unused field |


#### KeptnEvaluationProviderList



KeptnEvaluationProviderList contains a list of KeptnEvaluationProvider



| Field | Description |
| --- | --- |
| `apiVersion` _string_ | `lifecycle.keptn.sh/v1alpha1`
| `kind` _string_ | `KeptnEvaluationProviderList`
| `metadata` _[ListMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#listmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. |
| `items` _[KeptnEvaluationProvider](#keptnevaluationprovider) array_ | |


#### KeptnEvaluationProviderSpec



KeptnEvaluationProviderSpec defines the desired state of KeptnEvaluationProvider

_Appears in:_
- [KeptnEvaluationProvider](#keptnevaluationprovider)

| Field | Description |
| --- | --- |
| `targetServer` _string_ | |
| `secretName` _string_ | |


#### KeptnEvaluationSpec
Expand Down
49 changes: 0 additions & 49 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha2/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Package v1alpha2 contains API Schema definitions for the lifecycle v1alpha2 API
- [KeptnEvaluationDefinition](#keptnevaluationdefinition)
- [KeptnEvaluationDefinitionList](#keptnevaluationdefinitionlist)
- [KeptnEvaluationList](#keptnevaluationlist)
- [KeptnEvaluationProvider](#keptnevaluationprovider)
- [KeptnEvaluationProviderList](#keptnevaluationproviderlist)
- [KeptnTask](#keptntask)
- [KeptnTaskDefinition](#keptntaskdefinition)
- [KeptnTaskDefinitionList](#keptntaskdefinitionlist)
Expand Down Expand Up @@ -397,53 +395,6 @@ KeptnEvaluationList contains a list of KeptnEvaluation
| `items` _[KeptnEvaluation](#keptnevaluation) array_ | |


#### KeptnEvaluationProvider



KeptnEvaluationProvider is the Schema for the keptnevaluationproviders API

_Appears in:_
- [KeptnEvaluationProviderList](#keptnevaluationproviderlist)

| Field | Description |
| --- | --- |
| `apiVersion` _string_ | `lifecycle.keptn.sh/v1alpha2`
| `kind` _string_ | `KeptnEvaluationProvider`
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. |
| `spec` _[KeptnEvaluationProviderSpec](#keptnevaluationproviderspec)_ | |
| `status` _string_ | unused field |


#### KeptnEvaluationProviderList



KeptnEvaluationProviderList contains a list of KeptnEvaluationProvider



| Field | Description |
| --- | --- |
| `apiVersion` _string_ | `lifecycle.keptn.sh/v1alpha2`
| `kind` _string_ | `KeptnEvaluationProviderList`
| `metadata` _[ListMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#listmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. |
| `items` _[KeptnEvaluationProvider](#keptnevaluationprovider) array_ | |


#### KeptnEvaluationProviderSpec



KeptnEvaluationProviderSpec defines the desired state of KeptnEvaluationProvider

_Appears in:_
- [KeptnEvaluationProvider](#keptnevaluationprovider)

| Field | Description |
| --- | --- |
| `targetServer` _string_ | |
| `secretKeyRef` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#secretkeyselector-v1-core)_ | |


#### KeptnEvaluationSpec
Expand Down
49 changes: 0 additions & 49 deletions docs/content/en/docs/crd-ref/lifecycle/v1alpha3/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ Package v1alpha3 contains API Schema definitions for the lifecycle v1alpha3 API
- [KeptnEvaluationDefinition](#keptnevaluationdefinition)
- [KeptnEvaluationDefinitionList](#keptnevaluationdefinitionlist)
- [KeptnEvaluationList](#keptnevaluationlist)
- [KeptnEvaluationProvider](#keptnevaluationprovider)
- [KeptnEvaluationProviderList](#keptnevaluationproviderlist)
- [KeptnTask](#keptntask)
- [KeptnTaskDefinition](#keptntaskdefinition)
- [KeptnTaskDefinitionList](#keptntaskdefinitionlist)
Expand Down Expand Up @@ -462,53 +460,6 @@ KeptnEvaluationList contains a list of KeptnEvaluation
| `items` _[KeptnEvaluation](#keptnevaluation) array_ | |


#### KeptnEvaluationProvider



KeptnEvaluationProvider is the Schema for the keptnevaluationproviders API

_Appears in:_
- [KeptnEvaluationProviderList](#keptnevaluationproviderlist)

| Field | Description |
| --- | --- |
| `apiVersion` _string_ | `lifecycle.keptn.sh/v1alpha3`
| `kind` _string_ | `KeptnEvaluationProvider`
| `metadata` _[ObjectMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#objectmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. |
| `spec` _[KeptnEvaluationProviderSpec](#keptnevaluationproviderspec)_ | |
| `status` _string_ | unused field |


#### KeptnEvaluationProviderList



KeptnEvaluationProviderList contains a list of KeptnEvaluationProvider



| Field | Description |
| --- | --- |
| `apiVersion` _string_ | `lifecycle.keptn.sh/v1alpha3`
| `kind` _string_ | `KeptnEvaluationProviderList`
| `metadata` _[ListMeta](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#listmeta-v1-meta)_ | Refer to Kubernetes API documentation for fields of `metadata`. |
| `items` _[KeptnEvaluationProvider](#keptnevaluationprovider) array_ | |


#### KeptnEvaluationProviderSpec



KeptnEvaluationProviderSpec defines the desired state of KeptnEvaluationProvider

_Appears in:_
- [KeptnEvaluationProvider](#keptnevaluationprovider)

| Field | Description |
| --- | --- |
| `targetServer` _string_ | |
| `secretKeyRef` _[SecretKeySelector](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#secretkeyselector-v1-core)_ | |


#### KeptnEvaluationSpec
Expand Down

0 comments on commit d2743bf

Please sign in to comment.