Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service interface {
CreateProjectReleaseBinding(ctx context.Context, namespaceName string, rb *openchoreov1alpha1.ProjectReleaseBinding) (*openchoreov1alpha1.ProjectReleaseBinding, error)
UpdateProjectReleaseBinding(ctx context.Context, namespaceName string, rb *openchoreov1alpha1.ProjectReleaseBinding) (*openchoreov1alpha1.ProjectReleaseBinding, error)
ListProjectReleaseBindings(ctx context.Context, namespaceName, projectName string, opts services.ListOptions) (*services.ListResult[openchoreov1alpha1.ProjectReleaseBinding], error)
GetProjectReleaseBinding(ctx context.Context, namespaceName, projectReleaseBindingName string) (*openchoreov1alpha1.ProjectReleaseBinding, error)
DeleteProjectReleaseBinding(ctx context.Context, namespaceName, projectReleaseBindingName string) error
}
Service defines the project release binding service interface.
func NewService ¶
NewService creates a new project release binding service without authorization.
Click to show internal directories.
Click to hide internal directories.