Add Romana deprecation/removal notices to godoc

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

View File

@ -3202,7 +3202,8 @@ spec:
type: object type: object
romana: romana:
description: RomanaNetworkingSpec declares that we want 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: properties:
daemonServiceIP: daemonServiceIP:
description: DaemonServiceIP is the Kubernetes Service IP description: DaemonServiceIP is the Kubernetes Service IP

View File

@ -181,6 +181,7 @@ type KuberouterNetworkingSpec struct {
} }
// RomanaNetworkingSpec declares that we want Romana networking // 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 { type RomanaNetworkingSpec struct {
// DaemonServiceIP is the Kubernetes Service IP for the romana-daemon pod // DaemonServiceIP is the Kubernetes Service IP for the romana-daemon pod
DaemonServiceIP string `json:"daemonServiceIP,omitempty"` DaemonServiceIP string `json:"daemonServiceIP,omitempty"`

View File

@ -181,6 +181,7 @@ type KuberouterNetworkingSpec struct {
} }
// RomanaNetworkingSpec declares that we want Romana networking // 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 { type RomanaNetworkingSpec struct {
// DaemonServiceIP is the Kubernetes Service IP for the romana-daemon pod // DaemonServiceIP is the Kubernetes Service IP for the romana-daemon pod
DaemonServiceIP string `json:"daemonServiceIP,omitempty"` DaemonServiceIP string `json:"daemonServiceIP,omitempty"`