mirror of https://github.com/kubernetes/kops.git
Add Romana deprecation/removal notices to godoc
This commit is contained in:
parent
6d33b83567
commit
d2cf2866a1
|
@ -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
|
||||
|
|
|
@ -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"`
|
||||
|
|
|
@ -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"`
|
||||
|
|
Loading…
Reference in New Issue