Documentation
¶
Index ¶
- func ContainerRegistryLegacy(configuration configuration.Configuration) handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
- func Handler(handler ...handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]) handlers.Handler
- func ImagePullPolicy() handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
- func PriorityClass() handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
- func RuntimeClass() handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
- type PullPolicy
- type Registry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ContainerRegistryLegacy ¶ added in v0.13.0
func ContainerRegistryLegacy(configuration configuration.Configuration) handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
func ImagePullPolicy ¶
func ImagePullPolicy() handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
func PriorityClass ¶
func PriorityClass() handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
func RuntimeClass ¶
func RuntimeClass() handlers.TypedHandlerWithTenantWithRuleset[*corev1.Pod]
Types ¶
type PullPolicy ¶
func NewPullPolicy ¶
func NewPullPolicy(tenant *capsulev1beta2.Tenant) PullPolicy
type Registry ¶
type Registry interface {
Registry() string
Repository() string
Image() string
Tag() string
FQCI() string
}
func NewRegistry ¶
func NewRegistry(value string, cfg configuration.Configuration) Registry
Click to show internal directories.
Click to hide internal directories.