forked from LaconicNetwork/kompose
* Use go mod instead of glide * Add `--with-kompose-annotation` flag to allow us to switch it off for tests * Remove hostpid support (since the newest sdk does not support it) * Create new test script and fixtures * Remove replicationcontroller support
9 lines
252 B
Go
9 lines
252 B
Go
// +k8s:deepcopy-gen=package,register
|
|
// +k8s:conversion-gen=github.com/openshift/origin/pkg/apps/apis/apps
|
|
// +k8s:defaulter-gen=TypeMeta
|
|
// +k8s:openapi-gen=true
|
|
|
|
// +groupName=apps.openshift.io
|
|
// Package v1 is the v1 version of the API.
|
|
package v1
|