Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DevWorkspaceNamespace contains env var name which value is the current namespace where DevWorkspace CR // and related objects live DevWorkspaceNamespace = "DEVWORKSPACE_NAMESPACE" // DevWorkspaceId contains env var name which which value is the .status.devworkspaceId of the related // DevWorkspace CR. It can be used to list related objects with WorkspaceIDLabel selector DevWorkspaceId = "DEVWORKSPACE_ID" // DevWorkspaceName contains env var name which value is name of the related DevWorkspace CR. // It can be used to list related objects with WorkspaceNameLabel selector DevWorkspaceName = "DEVWORKSPACE_NAME" // DevWorkspaceCreator contains env var name which value is the uid of the identity who created the related devworkspace DevWorkspaceCreator = "DEVWORKSPACE_CREATOR" // DevWorkspaceIdleTimeout contains env var name which value is the suggested idle timeout DevWorkspaceIdleTimeout = "DEVWORKSPACE_IDLE_TIMEOUT" // DevWorkspaceComponentName contains env var name which indicates from which devfile container component // the container is created from. Note the flattened devfile is used to evaluate it. DevWorkspaceComponentName = "DEVWORKSPACE_COMPONENT_NAME" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.