Documentation ¶
Index ¶
- func CreateOrPatchIngress(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (*networking.Ingress, kutil.VerbType, error)
- func PatchIngress(ctx context.Context, c kubernetes.Interface, cur *networking.Ingress, ...) (*networking.Ingress, kutil.VerbType, error)
- func PatchIngressObject(ctx context.Context, c kubernetes.Interface, cur, mod *networking.Ingress, ...) (*networking.Ingress, kutil.VerbType, error)
- func TryUpdateIngress(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, ...) (result *networking.Ingress, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateOrPatchIngress ¶
func CreateOrPatchIngress(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, transform func(*networking.Ingress) *networking.Ingress, opts metav1.PatchOptions) (*networking.Ingress, kutil.VerbType, error)
func PatchIngress ¶
func PatchIngress(ctx context.Context, c kubernetes.Interface, cur *networking.Ingress, transform func(*networking.Ingress) *networking.Ingress, opts metav1.PatchOptions) (*networking.Ingress, kutil.VerbType, error)
func PatchIngressObject ¶
func PatchIngressObject(ctx context.Context, c kubernetes.Interface, cur, mod *networking.Ingress, opts metav1.PatchOptions) (*networking.Ingress, kutil.VerbType, error)
func TryUpdateIngress ¶
func TryUpdateIngress(ctx context.Context, c kubernetes.Interface, meta metav1.ObjectMeta, transform func(*networking.Ingress) *networking.Ingress, opts metav1.UpdateOptions) (result *networking.Ingress, err error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.