Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions apiextensions/v1alpha1/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// +k8s:deepcopy-gen=package,register
// +k8s:defaulter-gen=TypeMeta
// +k8s:openapi-gen=true
// +k8s:openapi-model-package=com.github.openshift.api.apiextensions.v1alpha1
// +openshift:featuregated-schema-gen=true

// +groupName=apiextensions.openshift.io
Expand Down
61 changes: 61 additions & 0 deletions apiextensions/v1alpha1/zz_generated.model_name.go

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

1 change: 1 addition & 0 deletions apiserver/v1/doc.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// +k8s:deepcopy-gen=package,register
// +k8s:defaulter-gen=TypeMeta
// +k8s:openapi-gen=true
// +k8s:openapi-model-package=com.github.openshift.api.apiserver.v1

// +kubebuilder:validation:Optional
// +groupName=apiserver.openshift.io
Expand Down
46 changes: 46 additions & 0 deletions apiserver/v1/zz_generated.model_name.go

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

1 change: 1 addition & 0 deletions apps/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// +k8s:conversion-gen=github.com/openshift/origin/pkg/apps/apis/apps
// +k8s:defaulter-gen=TypeMeta
// +k8s:openapi-gen=true
// +k8s:openapi-model-package=com.github.openshift.api.apps.v1
// +k8s:prerelease-lifecycle-gen=true

// +groupName=apps.openshift.io
Expand Down
116 changes: 116 additions & 0 deletions apps/v1/zz_generated.model_name.go

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

1 change: 1 addition & 0 deletions authorization/v1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// +k8s:conversion-gen=github.com/openshift/origin/pkg/authorization/apis/authorization
// +k8s:defaulter-gen=TypeMeta
// +k8s:openapi-gen=true
// +k8s:openapi-model-package=com.github.openshift.api.authorization.v1

// +kubebuilder:validation:Optional
// +groupName=authorization.openshift.io
Expand Down
Loading