Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HaveNonEmptyDataKey ¶
func HaveNonEmptyDataKey(key string) matcher.GomegaMatcher
HaveStringDataKeyValue returns true if ConfigMap has 'key' field under .data map, and the value of that field is equal to 'value'
func HaveStringDataKeyValue ¶
func HaveStringDataKeyValue(key string, value string) matcher.GomegaMatcher
HaveStringDataKeyValue returns true if ConfigMap has 'key' field under .data map, and the value of that field is equal to 'value' e.g.
kind: ConfigMap metadata:
(...)
data:
"key": "value"
func HaveStringDataKeyValueContainsSubstring ¶
func HaveStringDataKeyValueContainsSubstring(key string, substring string) matcher.GomegaMatcher
HaveStringDataKeyValue returns true if ConfigMap has 'key' field under .data map, and the value of that field contains a specific substring
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.