Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
Builder is a useful wrapper around core resources in Kubernetes. It provides a simple way to add values
func NewBuilder ¶
func (*Builder) Annotations ¶
func (b *Builder) Annotations() MapBuilder
func (*Builder) Labels ¶
func (b *Builder) Labels() MapBuilder
type MapBuilder ¶
func (MapBuilder) Add ¶
func (b MapBuilder) Add(key, value string) MapBuilder
func (MapBuilder) AddMany ¶
func (b MapBuilder) AddMany(more map[string]string) MapBuilder
func (MapBuilder) Remove ¶
func (b MapBuilder) Remove(key string) MapBuilder
Click to show internal directories.
Click to hide internal directories.