Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrdCreator ¶
type CrdCreator struct {
// contains filtered or unexported fields
}
func New ¶
func New() *CrdCreator
func (CrdCreator) Create ¶
func (c CrdCreator) Create(se *v1alpha3.ServiceEntry) error
type ServiceEntryCreator ¶
type ServiceEntryCreator interface {
Create(se *v1alpha3.ServiceEntry) error
}
Click to show internal directories.
Click to hide internal directories.