Documentation ¶
Index ¶
- Variables
- type KubeconfigOptions
- type Service
- func (s *Service) Create(ctx context.Context, name string) (_ *corev1.Namespace, err error)
- func (s *Service) Delete(ctx context.Context, name string) error
- func (s *Service) Get(ctx context.Context, name string) (*corev1.Namespace, error)
- func (s *Service) GetKubeconfig(ctx context.Context, name string, options KubeconfigOptions) ([]byte, error)
- func (s *Service) List(ctx context.Context) ([]corev1.Namespace, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrUserNotFound = fmt.Errorf("namespace: %w", auth.ErrNotFound)
View Source
var LabelOwner = "workshop.loft.sh/kcd-munich-owner"
Functions ¶
This section is empty.
Types ¶
type KubeconfigOptions ¶
Click to show internal directories.
Click to hide internal directories.