Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceBuilder ¶
type ServiceBuilder struct {
// contains filtered or unexported fields
}
func (ServiceBuilder) Build ¶
func (sb ServiceBuilder) Build() *v1.Service
func (ServiceBuilder) WithIP ¶
func (sb ServiceBuilder) WithIP(ip string) ServiceBuilder
func (ServiceBuilder) WithNodePort ¶
func (sb ServiceBuilder) WithNodePort(port int32) ServiceBuilder
func (ServiceBuilder) WithPort ¶
func (sb ServiceBuilder) WithPort(port int32) ServiceBuilder
func (ServiceBuilder) WithUID ¶
func (sb ServiceBuilder) WithUID(uid types.UID) ServiceBuilder
Click to show internal directories.
Click to hide internal directories.