Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSocialEvent ¶
func NewSocialEvent(userTier, spaceTier string, options ...Option) *toolchainv1alpha1.SocialEvent
NewSocialEvent returns a new SocialEvent with the given user- and space- tier names, starting: now ending: 1hr later max attendees: 10
Types ¶
type Assertion ¶
type Assertion struct {
// contains filtered or unexported fields
}
func AssertThatSocialEvent ¶
func AssertThatSocialEvent(t test.T, namespace, name string, client runtimeclient.Client) *Assertion
AssertThatSocialEvent helper func to begin with the assertions on a SocialEvent
func (*Assertion) HasConditions ¶
func (a *Assertion) HasConditions(expected ...toolchainv1alpha1.Condition) *Assertion
func (*Assertion) HasNoConditions ¶
func (*Assertion) HasStatusActivations ¶
type Option ¶
type Option func(*toolchainv1alpha1.SocialEvent)
func WithConditions ¶
func WithConditions(c ...toolchainv1alpha1.Condition) Option
Click to show internal directories.
Click to hide internal directories.