# Functions
BeAContainer succeeds if actual is a model.Container or *model.Container and also satisfies all its option matchers.
BeADockerContainer succeeds if actual is a Docker container and also satisfy all its option matchers.
BeAPod succeeds if actual is a model.Group or a *model.Group with the Kubernetes pod type, and also satisfies all specified option matchers.
BeInAGroup succeeds if actual is a model.Container or *model.Container and the specified option matchers all succeed on a group the actual container belongs to.
BeInAPod succeeds if actual is a model.Container or *model.Container and the container is grouped by a Kubernetes/k8s pod for which all the option matchers also succeed.
BePaused succeeds if actual is a model.Container or *model.Container and the container is paused.
HaveLabel succeeds if actual has a "Labels" field that contains a map key with the specified name and the optionally specified value.
WithFlavor succeeds if actual has a Flavor field and the specified flavor matches this field.
WithName succeeds if actual has a Name field and optionally an ID field, and the specified nameid matches at least one of these fields.
WithStrictType succeeds if actual has a Type field and the specified type matches it.
WithType succeeds if actual has a Type field and optionally a Flavor field, and the specified typeflavor matches at least one of these fields.