Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchDeploymentStatus ¶
func FetchDeploymentStatus( ctx context.Context, namespace string, selector labels.Selector, duration time.Duration, ) <-chan DeploymentStatus
FetchDeploymentStatus creates a channel that can return the up-to-date DeploymentStatus periodically.
func FetchSKSMode ¶
func FetchSKSMode( ctx context.Context, namespace string, selector labels.Selector, duration time.Duration, ) <-chan ServerlessServiceStatus
FetchSKSMode creates a channel that can return the up-to-date ServerlessServiceOperationMode periodically.
Types ¶
type DeploymentStatus ¶
type DeploymentStatus struct {
DesiredReplicas int32
ReadyReplicas int32
// Time is the time when the status is fetched
Time time.Time
}
DeploymentStatus is a struct that wraps the status of a deployment.
type ServerlessServiceStatus ¶
type ServerlessServiceStatus struct {
Mode netv1alpha1.ServerlessServiceOperationMode
// Time is the time when the status is fetched
Time time.Time
}
ServerlessServiceStatus is a struct that wraps the status of a serverless service.
Click to show internal directories.
Click to hide internal directories.