Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime interface { IsDebug() bool IsReady(ctx context.Context) bool IsLive(ctx context.Context) bool IsRollingUpdate() bool IsGoingDown() bool }
func NewRuntime ¶
func NewRuntime( logger logr.Logger, serverIP string, deploymentInformer appsv1informers.DeploymentInformer, certValidator tls.CertValidator, ) Runtime
Click to show internal directories.
Click to hide internal directories.