Documentation ¶
Index ¶
- type Store
- func (s Store) CreateIngress(ctx context.Context, ingress *networkingv1.Ingress, ...) (*networkingv1.Ingress, error)
- func (s Store) CreateService(ctx context.Context, service *corev1.Service, options metav1.CreateOptions) (*corev1.Service, error)
- func (s Store) GetIngress(name, namespace string) (*networkingv1.Ingress, error)
- func (s Store) GetService(name, namespace string) (*corev1.Service, error)
- func (s *Store) HasSynced(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (Store) CreateIngress ¶
func (s Store) CreateIngress(ctx context.Context, ingress *networkingv1.Ingress, options metav1.CreateOptions) (*networkingv1.Ingress, error)
func (Store) CreateService ¶
func (Store) GetIngress ¶
func (s Store) GetIngress(name, namespace string) (*networkingv1.Ingress, error)
func (Store) GetService ¶
Click to show internal directories.
Click to hide internal directories.