Documentation
¶
Index ¶
Constants ¶
View Source
const ( TestNamespaceLabelKey = "created-by" TestNamespaceLabelValue = "serverless-controller-manager-test" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Namespace ¶
type Namespace struct {
// contains filtered or unexported fields
}
func New ¶
func New(log *logrus.Entry, coreCli typedcorev1.CoreV1Interface, namespace string) *Namespace
func (Namespace) LogResource ¶
type NamespaceStep ¶
type NamespaceStep struct {
// contains filtered or unexported fields
}
func NewNamespaceStep ¶
func NewNamespaceStep(log *logrus.Entry, stepName, namespace string, coreCli typedcorev1.CoreV1Interface) NamespaceStep
func (NamespaceStep) Cleanup ¶
func (n NamespaceStep) Cleanup() error
func (NamespaceStep) Name ¶
func (n NamespaceStep) Name() string
func (NamespaceStep) OnError ¶
func (n NamespaceStep) OnError() error
func (NamespaceStep) Run ¶
func (n NamespaceStep) Run() error
Click to show internal directories.
Click to hide internal directories.