Documentation
¶
Index ¶
Constants ¶
View Source
const ( EnabledLabelKey = "agent.octopus.com/permissions" ProjectAnnotationKey = "agent.octopus.com/project" EnvironmentAnnotationKey = "agent.octopus.com/environment" TenantAnnotationKey = "agent.octopus.com/tenant" StepAnnotationKey = "agent.octopus.com/step" SpaceAnnotationKey = "agent.octopus.com/space" OPCVersionEnvVarKey = "OCTOPUS__K8STENTACLE__OPCVERSION" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type PodCustomDefaulter ¶
type PodCustomDefaulter struct {
// contains filtered or unexported fields
}
PodCustomDefaulter struct is responsible for setting default values on the custom resource of the Kind Pod 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.