Versions in this module Expand all Collapse all v2 v2.8.0 Nov 12, 2025 Changes in this version + func Annotations(object metav1.Object) + func Bool(v bool) *bool + func FromPointer[T any](p *T) T + func Int32(v int32) *int32 + func Int64(v int64) *int64 + func IntOrString(ios intstr.IntOrString) *intstr.IntOrString + func IntOrStringInt32(i int32) *intstr.IntOrString + func IntOrStringString(s string) *intstr.IntOrString + func Labels(object metav1.Object) + func Map[M ~map[K]V, K comparable, V any](m *M) + func PodSecurityContext() *corev1.PodSecurityContext + func Pointer[T any](v T) *T + func RestrictedSecurityContext(enableSeccompProfile bool) *corev1.SecurityContext + func String(v string) *string