Skip to content

Commit

Permalink
Add gitattributed to ignore config files
Browse files Browse the repository at this point in the history
Signed-off-by: killianmuldoon <[email protected]>
  • Loading branch information
killianmuldoon committed Aug 10, 2022
1 parent 2fc48a8 commit 68d5757
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
config/** linguist-generated=true
2 changes: 1 addition & 1 deletion api/v1beta1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ type ClusterVariable struct {
// Value of the variable.
// Note: the value will be validated against the schema of the corresponding ClusterClassVariable
// from the ClusterClass.
// Note: We have to use apiextensionsv1.JSON instead of a custom JSON type, because controller-tools has a
// Note: have to use apiextensionsv1.JSON instead of a custom JSON type, because controller-tools has a
// hard-coded schema for apiextensionsv1.JSON which cannot be produced by another type via controller-tools,
// i.e. it is not possible to have no type field.
// Ref: https://github.com/kubernetes-sigs/controller-tools/blob/d0e03a142d0ecdd5491593e941ee1d6b5d91dba6/pkg/crd/known_types.go#L106-L111
Expand Down
6 changes: 3 additions & 3 deletions config/crd/bases/cluster.x-k8s.io_clusters.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68d5757

Please sign in to comment.