# Functions
DeleteAll lists and deletes all resources.
WithAPIVersion returns the objects TypeMeta.
WithContainers returns the deployments Containers.
WithCreationTimestamp returns the object's CreationTimestamp.
WithImage returns the container's image.
WithKind returns the objects TypeMeta.
WithResourceVersion returns the object's ResourceVersion.
WithSelfLink returns the object's SelfLink.
WithUID returns the object's UID.
# Variables
ExampleCRD is an example CRD object for use within test suites.
ExampleDeployment is an example Deployment object for use within test suites.
ExampleFoo is an example Foo object for use within test suites.
# Interfaces
Object is the combination of two interfaces as a helper for passing Kubernetes objects between methods.