Documentation ¶
Index ¶
- func CreateOrPatchAPIService(ctx context.Context, c apireg_cs.Interface, name string, ...) (*reg.APIService, kutil.VerbType, error)
- func PatchAPIService(ctx context.Context, c apireg_cs.Interface, cur *reg.APIService, ...) (*reg.APIService, kutil.VerbType, error)
- func PatchAPIServiceObject(ctx context.Context, c apireg_cs.Interface, cur, mod *reg.APIService, ...) (*reg.APIService, kutil.VerbType, error)
- func TryUpdateAPIService(ctx context.Context, c apireg_cs.Interface, name string, ...) (result *reg.APIService, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchAPIService ¶
func CreateOrPatchAPIService(ctx context.Context, c apireg_cs.Interface, name string, transform func(*reg.APIService) *reg.APIService, opts metav1.PatchOptions) (*reg.APIService, kutil.VerbType, error)
func PatchAPIService ¶
func PatchAPIService(ctx context.Context, c apireg_cs.Interface, cur *reg.APIService, transform func(*reg.APIService) *reg.APIService, opts metav1.PatchOptions) (*reg.APIService, kutil.VerbType, error)
func PatchAPIServiceObject ¶
func PatchAPIServiceObject(ctx context.Context, c apireg_cs.Interface, cur, mod *reg.APIService, opts metav1.PatchOptions) (*reg.APIService, kutil.VerbType, error)
func TryUpdateAPIService ¶
func TryUpdateAPIService(ctx context.Context, c apireg_cs.Interface, name string, transform func(*reg.APIService) *reg.APIService, opts metav1.UpdateOptions) (result *reg.APIService, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.