Add Romana deprecation/removal notices to godoc

This commit is contained in:
Ole Markus With 2020-06-03 08:11:43 +02:00
parent 6d33b83567
commit d2cf2866a1
3 changed files with 4 additions and 1 deletions

View File

@ -3202,7 +3202,8 @@ spec:
type: object
romana:
description: RomanaNetworkingSpec declares that we want Romana
networking
networking Romana is deprecated as of kops 1.18 and removed
as of kops 1.19
properties:
daemonServiceIP:
description: DaemonServiceIP is the Kubernetes Service IP

View File

@ -181,6 +181,7 @@ type KuberouterNetworkingSpec struct {
}
// RomanaNetworkingSpec declares that we want Romana networking
// Romana is deprecated as of kops 1.18 and removed as of kops 1.19
type RomanaNetworkingSpec struct {
// DaemonServiceIP is the Kubernetes Service IP for the romana-daemon pod
DaemonServiceIP string `json:"daemonServiceIP,omitempty"`

View File

@ -181,6 +181,7 @@ type KuberouterNetworkingSpec struct {
}
// RomanaNetworkingSpec declares that we want Romana networking
// Romana is deprecated as of kops 1.18 and removed as of kops 1.19
type RomanaNetworkingSpec struct {
// DaemonServiceIP is the Kubernetes Service IP for the romana-daemon pod
DaemonServiceIP string `json:"daemonServiceIP,omitempty"`