Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpsLifecycle ¶
type OpsLifecycle struct {
// contains filtered or unexported fields
}
func New ¶
func New() *OpsLifecycle
func (*OpsLifecycle) Mutating ¶
func (lc *OpsLifecycle) Mutating(ctx context.Context, c client.Client, oldPod, newPod *corev1.Pod, operation admissionv1.Operation) error
func (*OpsLifecycle) Name ¶
func (lc *OpsLifecycle) Name() string
func (*OpsLifecycle) Validating ¶
func (lc *OpsLifecycle) Validating(ctx context.Context, c client.Client, oldPod, newPod *corev1.Pod, operation admissionv1.Operation) (err error)
type ReadyToOperate ¶
type TimeLabelValue ¶
type TimeLabelValue func() string
Click to show internal directories.
Click to hide internal directories.