Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ImageHttpd = "httpd" ImageHttpdNew = "httpd-new" Images = map[string]string{ ImageHttpd: "k8s.gcr.io/e2e-test-images/httpd:2.4.38-2", ImageHttpdNew: "k8s.gcr.io/e2e-test-images/httpd:2.4.39-2", } )
Functions ¶
func ServerVersionGTE ¶
func ServerVersionGTE(v *utilversion.Version, c discovery.ServerVersionInterface) (bool, error)
ServerVersionGTE returns true if v is greater than or equal to the server version.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.