Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultNamespace = "kudo-system"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Version is the version of the manager `0.5.0` for example (must NOT include the `v` in `v0.5.0`) Version string // namespace to init into (default is kudo-system) Namespace string // TerminationGracePeriodSeconds defines the termination grace period for a pod TerminationGracePeriodSeconds int64 // Image defines the image to be used Image string // Enable validation Webhooks []string ServiceAccount string }
Options is the configurable options to init
func (Options) HasWebhooksEnabled ¶
func (Options) IsDefaultNamespace ¶
func (Options) IsDefaultServiceAccount ¶
Click to show internal directories.
Click to hide internal directories.