Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kubermatic-bot committed Nov 15, 2022
1 parent 8740ad5 commit 42eea2b
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions content/kubermatic/main/references/crds/_index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ _Appears in:_
| Field | Description |
| --- | --- |
| `name` _string_ | Name of the Application. Should be a valid lowercase RFC1123 domain name |
| `version` _[Version](#version)_ | Version of the Application. Must be a valid SemVer version |
| `version` _string_ | Version of the Application. Must be a valid SemVer version |


[Back to top](#top)
Expand Down Expand Up @@ -444,24 +444,6 @@ _Appears in:_



### Version



Version wraps semverlib.Version. It is needed because kubebuilder does not accept structs with non-tagged fields, even if they have custom marshallers With this the CRD resource will have Version as string but operator code can work directly with the semverlib.Version struct (taken from https://github.com/kubernetes-sigs/controller-tools/blob/master/pkg/crd/testdata/cronjob_types.go#L283)

_Appears in:_
- [ApplicationRef](#applicationref)

| Field | Description |
| --- | --- |
| `invalid type` _invalid type_ | |


[Back to top](#top)




## kubermatic.k8c.io/v1

Expand Down

0 comments on commit 42eea2b

Please sign in to comment.