Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterOperatorBuilder ¶
func NewClusterOperatorBuilder(client ClusterOperatorsGetter, m lib.Manifest) resourcebuilder.Interface
NewClusterOperatorBuilder accepts the ClusterOperatorsGetter interface which may be implemented by a client or a lister cache.
func NewGenericBuilder ¶
func NewGenericBuilder(client dynamic.ResourceInterface, m lib.Manifest) (resourcebuilder.Interface, error)
NewGenericBuilder returns an implentation of resourcebuilder.Interface that uses dynamic clients for applying.
Types ¶
type ClusterOperatorsGetter ¶
type ClusterOperatorsGetter interface {
Get(name string) (*configv1.ClusterOperator, error)
}
ClusterOperatorsGetter abstracts object access with a client or a cache lister.
Click to show internal directories.
Click to hide internal directories.