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