 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UIResourceBuilder ¶
type UIResourceBuilder struct {
	// contains filtered or unexported fields
}
    func New ¶
func New(name string) *UIResourceBuilder
func (*UIResourceBuilder) Build ¶
func (u *UIResourceBuilder) Build() *v1alpha1.UIResource
func (*UIResourceBuilder) WithDisableSource ¶ added in v0.23.0
func (u *UIResourceBuilder) WithDisableSource(s v1alpha1.DisableSource) *UIResourceBuilder
func (*UIResourceBuilder) WithDisabledCount ¶
func (u *UIResourceBuilder) WithDisabledCount(i int) *UIResourceBuilder
func (*UIResourceBuilder) WithLabel ¶ added in v0.30.1
func (u *UIResourceBuilder) WithLabel(l string) *UIResourceBuilder
 Click to show internal directories. 
   Click to hide internal directories.