package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev
# Functions
NewRestartConfig creates a RestartDaemonConfig for the given node and daemon.
TestReplicationControllerServeImageOrFail is a basic test to check the deployment of an image using a replication controller.
# Constants
ADD represents the ADD event.
NOTE(claudiub): These constants should NOT be used as Pod Container Images.
DEL represents the DEL event.
JobTimeout is how long to wait for a job to finish.
UPDATE represents the UPDATE event.
NOTE(claudiub): These constants should NOT be used as Pod Container Images.
# Variables
AgnhostImage is the fully qualified URI to the Agnhost image.
NamespaceNodeSelectors the annotation key scheduler.alpha.kubernetes.io/node-selector is for assigning node selectors labels to namespaces.
NewWebserverImage is the fully qualified URI to the HttpdNew image.
SIGDescribe annotates the test with the SIG label.
WebserverImage is the fully qualified URI to the Httpd image.
# Structs
RestartDaemonConfig is a config to restart a running daemon on a node, and wait till it comes back up.