Documentation
¶
Index ¶
Constants ¶
View Source
const ( // SecurityProfileBaselineDefaultImage is the default image used when the security profile is 'baseline'. SecurityProfileBaselineDefaultImage = "pulumi/pulumi:latest" // SecurityProfileRestrictedDefaultImage is the default image used when the security profile is 'restricted'. SecurityProfileRestrictedDefaultImage = "pulumi/pulumi:latest-nonroot" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WorkspaceCustomDefaulter ¶
type WorkspaceCustomDefaulter struct { }
WorkspaceCustomDefaulter struct is responsible for setting default values on the custom resource of the Kind Workspace when those are created or updated.
NOTE: The +kubebuilder:object:generate=false marker prevents controller-gen from generating DeepCopy methods, as it is used only for temporary operations and does not need to be deeply copied.
Click to show internal directories.
Click to hide internal directories.