# Functions
CreateCertSecret creates a secret that is not signed by the certificate manager, making it useful for testing legacy operator secrets or secrets that are brought to the cluster by the customer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ExpectResource checks that the given list of resources contains a resource with the given name and namespace, and that the resource has the given GroupVersionKind.
No description provided by the author
ExpectResources checks that the given list of resources contains the expected resources, and that the given resource list does not contain any unexpected resources.
ExpectResourceTypeAndObjectMetadata checks that the given resource matches the expected name, namespace, group, version, and kind.
No description provided by the author
No description provided by the author
No description provided by the author
GetResource returns the resource with the given name, namespace, group, version, and kind from the given list of resources.
No description provided by the author