Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Type is the extension type for this integration test controller. Type = "integrationtest" // AnnotationKeyTimeIn is a constant for a key of an annotation in an extension object which contains the current // time set by the integration test itself. AnnotationKeyTimeIn = "time-in" // AnnotationKeyTimeOut is a constant for a key of an annotation in an extension object which contains the value of // the time-in annotation observed by the integration test controller. AnnotationKeyTimeOut = "time-out" // AnnotationKeyDesiredOperation is a constant for a key of an annotation describing the desired operation. AnnotationKeyDesiredOperation = "desired-operation" // AnnotationValueOperationDelete is a constant for a value of an annotation describing the delete operation. AnnotationValueOperationDelete = "delete" // AnnotationKeyDesiredOperationState is a constant for a key of an annotation describing the desired operation // state. AnnotationKeyDesiredOperationState = "desired-operation-state" // AnnotationValueDesiredOperationStateError is a constant for a value of an annotation describing the that the // desired operation should error. AnnotationValueDesiredOperationStateError = "error" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.