Documentation
¶
Index ¶
- func CreateOrPatchRepository(ctx context.Context, c cs.StashV1alpha1Interface, meta metav1.ObjectMeta, ...) (*api.Repository, kutil.VerbType, error)
- func PatchRepository(ctx context.Context, c cs.StashV1alpha1Interface, cur *api.Repository, ...) (*api.Repository, kutil.VerbType, error)
- func PatchRepositoryObject(ctx context.Context, c cs.StashV1alpha1Interface, cur, mod *api.Repository, ...) (*api.Repository, kutil.VerbType, error)
- func TryUpdateRepository(ctx context.Context, c cs.StashV1alpha1Interface, meta metav1.ObjectMeta, ...) (result *api.Repository, err error)
- func UpdateRepositoryStatus(ctx context.Context, c cs.StashV1alpha1Interface, meta metav1.ObjectMeta, ...) (result *api.Repository, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchRepository ¶
func CreateOrPatchRepository(ctx context.Context, c cs.StashV1alpha1Interface, meta metav1.ObjectMeta, transform func(in *api.Repository) *api.Repository, opts metav1.PatchOptions) (*api.Repository, kutil.VerbType, error)
func PatchRepository ¶
func PatchRepository(ctx context.Context, c cs.StashV1alpha1Interface, cur *api.Repository, transform func(*api.Repository) *api.Repository, opts metav1.PatchOptions) (*api.Repository, kutil.VerbType, error)
func PatchRepositoryObject ¶
func PatchRepositoryObject(ctx context.Context, c cs.StashV1alpha1Interface, cur, mod *api.Repository, opts metav1.PatchOptions) (*api.Repository, kutil.VerbType, error)
func TryUpdateRepository ¶
func TryUpdateRepository(ctx context.Context, c cs.StashV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.Repository) *api.Repository, opts metav1.UpdateOptions) (result *api.Repository, err error)
func UpdateRepositoryStatus ¶
func UpdateRepositoryStatus( ctx context.Context, c cs.StashV1alpha1Interface, meta metav1.ObjectMeta, transform func(*api.RepositoryStatus) (types.UID, *api.RepositoryStatus), opts metav1.UpdateOptions, ) (result *api.Repository, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.