Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeploymentBuilder ¶
type DeploymentBuilder struct {
Name string
Namespace string
IsEnabled bool
MutateObject func(client.Object)
}
func NewDeploymentBuilder ¶
func NewDeploymentBuilder(name, namespace string) *DeploymentBuilder
func (*DeploymentBuilder) Build ¶
func (b *DeploymentBuilder) Build() client.Object
func (*DeploymentBuilder) Enabled ¶
func (b *DeploymentBuilder) Enabled() bool
Click to show internal directories.
Click to hide internal directories.