Documentation
¶
Index ¶
- func CanUpgradeVersion(currentVersion *gversion.Version, newVersion *mgmtv1.Version) (bool, error)
- func DeploymentIsReady(deployment *appsv1.Deployment) bool
- func Register(ctx context.Context, mgmt *config.Management, opts config.Options) error
- type CheckUpgradeRequest
- type CheckUpgradeResponse
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanUpgradeVersion ¶
func DeploymentIsReady ¶
func DeploymentIsReady(deployment *appsv1.Deployment) bool
Types ¶
type CheckUpgradeRequest ¶
type CheckUpgradeResponse ¶
type CheckUpgradeResponse struct {
Versions []Version `json:"versions"`
}
Click to show internal directories.
Click to hide internal directories.