Documentation
¶
Index ¶
- func AppsStatefulSet(in *apps.StatefulSet) *apps.StatefulSet
- func AppsStatefulSetChecksum(in *apps.StatefulSet) (string, error)
- func AppsStatefulSetRecreate(logger logging.Logger) helpers.Decision[*apps.StatefulSet]
- func CoreSecret(in *core.Secret) *core.Secret
- func CoreSecretChecksum(in *core.Secret) (string, error)
- func CoreService(in *core.Service) *core.Service
- func CoreServiceChecksum(in *core.Service) (string, error)
- func CoreServiceImmutableRecreate(logger logging.Logger) helpers.Decision[*core.Service]
- func Filter[T any](in T, filters ...FilterFunc[T]) T
- func FilterP[T any](in *T, filters ...FilterFunc[*T]) *T
- func ObjectMetaFilter(in meta.ObjectMeta) meta.ObjectMeta
- type FilterFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppsStatefulSet ¶
func AppsStatefulSet(in *apps.StatefulSet) *apps.StatefulSet
func AppsStatefulSetChecksum ¶
func AppsStatefulSetChecksum(in *apps.StatefulSet) (string, error)
func AppsStatefulSetRecreate ¶
func Filter ¶
func Filter[T any](in T, filters ...FilterFunc[T]) T
func FilterP ¶
func FilterP[T any](in *T, filters ...FilterFunc[*T]) *T
func ObjectMetaFilter ¶
func ObjectMetaFilter(in meta.ObjectMeta) meta.ObjectMeta
Types ¶
type FilterFunc ¶
type FilterFunc[T any] func(in T) T
Click to show internal directories.
Click to hide internal directories.