Documentation ¶
Index ¶
- type Framework
- func (f *Framework) CreateNamespace() error
- func (f *Framework) CreateSecret(obj *core.Secret) error
- func (f *Framework) DeleteNamespace() error
- func (f *Framework) DeleteSecret(obj v1.ObjectMeta) error
- func (f *Framework) EventuallyCRD() GomegaAsyncAssertion
- func (f *Framework) Invoke() *Invocation
- func (f *Framework) Namespace() string
- type Invocation
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Framework ¶
type Framework struct {
// contains filtered or unexported fields
}
func (*Framework) CreateNamespace ¶
func (*Framework) DeleteNamespace ¶
func (*Framework) DeleteSecret ¶
func (f *Framework) DeleteSecret(obj v1.ObjectMeta) error
func (*Framework) EventuallyCRD ¶
func (f *Framework) EventuallyCRD() GomegaAsyncAssertion
func (*Framework) Invoke ¶
func (f *Framework) Invoke() *Invocation
type Invocation ¶
type Invocation struct { *Framework // contains filtered or unexported fields }
func (*Invocation) KubeClient ¶
func (fi *Invocation) KubeClient() kubernetes.Interface
func (*Invocation) KubeformClient ¶
func (fi *Invocation) KubeformClient() cs.Interface
func (*Invocation) RestConfig ¶
func (fi *Invocation) RestConfig() *rest.Config
Click to show internal directories.
Click to hide internal directories.