Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrImagePullMuteDuration = 30 * time.Second
)
Functions ¶
This section is empty.
Types ¶
type DeploymentWaitInterceptor ¶
type DeploymentWaitInterceptor struct {
// contains filtered or unexported fields
}
func NewDeploymentWaitInterceptor ¶
func NewDeploymentWaitInterceptor(client kubernetes.Interface) *DeploymentWaitInterceptor
func (*DeploymentWaitInterceptor) Close ¶
func (dwi *DeploymentWaitInterceptor) Close() error
func (*DeploymentWaitInterceptor) PostApply ¶
func (dwi *DeploymentWaitInterceptor) PostApply([]runtime.Object) error
func (*DeploymentWaitInterceptor) PostManifestApply ¶
func (dwi *DeploymentWaitInterceptor) PostManifestApply(obj runtime.Object) error
Click to show internal directories.
Click to hide internal directories.