Documentation
¶
Overview ¶
Package dnsalias is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrComponentDoesNotExist = errors.New("component does not exist") ErrComponentIsNotPublic = errors.New("component is not public") )
Functions ¶
This section is empty.
Types ¶
type MockSyncer ¶
type MockSyncer struct {
// contains filtered or unexported fields
}
MockSyncer is a mock of Syncer interface.
func NewMockSyncer ¶
func NewMockSyncer(ctrl *gomock.Controller) *MockSyncer
NewMockSyncer creates a new mock instance.
func (*MockSyncer) EXPECT ¶
func (m *MockSyncer) EXPECT() *MockSyncerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSyncerMockRecorder ¶
type MockSyncerMockRecorder struct {
// contains filtered or unexported fields
}
MockSyncerMockRecorder is the mock recorder for MockSyncer.
type Syncer ¶
Syncer of RadixDNSAliases
func NewSyncer ¶
func NewSyncer(radixDNSAlias *radixv1.RadixDNSAlias, kubeClient kubernetes.Interface, kubeUtil *kube.Kube, radixClient radixclient.Interface, dynamicClient client.Client, config config.Config, oauth2Config defaults.OAuth2Config, componentIngressAnnotations []ingress.AnnotationProvider, oauthProxyIngressAnnotations []ingress.AnnotationProvider) Syncer
NewSyncer is the constructor for RadixDNSAlias syncer
Click to show internal directories.
Click to hide internal directories.