forked from LaconicNetwork/kompose
Typo fix: overwite -> overwrite
This commit is contained in:
parent
6171c04dda
commit
355eb29b29
@ -56,7 +56,7 @@ import (
|
|||||||
// OpenShift implements Transformer interface and represents OpenShift transformer
|
// OpenShift implements Transformer interface and represents OpenShift transformer
|
||||||
type OpenShift struct {
|
type OpenShift struct {
|
||||||
// Anonymous field allows for inheritance. We are basically inheriting
|
// Anonymous field allows for inheritance. We are basically inheriting
|
||||||
// all of kubernetes.Kubernetes Methods and variables here. We'll overwite
|
// all of kubernetes.Kubernetes Methods and variables here. We'll overwrite
|
||||||
// some of those methods with our own for openshift.
|
// some of those methods with our own for openshift.
|
||||||
kubernetes.Kubernetes
|
kubernetes.Kubernetes
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user