kubernetes

package
v0.7.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2023 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ServerSideApplyResource

func ServerSideApplyResource(
	ctx context.Context,
	obj client.Object,
	c client.Client,
	options ...client.PatchOption) error

ServerSideApplyResource applies the provided resource using server side apply.

func ServerSideApplyResourceFromBytes

func ServerSideApplyResourceFromBytes(
	ctx context.Context,
	b []byte,
	c client.Client,
	options ...client.PatchOption) error

ServerSideApplyResourceFromBytes applies the provided resource using server side apply.

func ServerSideApplyResourceFromReader

func ServerSideApplyResourceFromReader(
	ctx context.Context,
	r io.Reader,
	c client.Client,
	options ...client.PatchOption) error

ServerSideApplyResourceFromReader applies the provided resource using server side apply.

func ServerSideApplyResourceFromString

func ServerSideApplyResourceFromString(
	ctx context.Context,
	s string,
	c client.Client,
	options ...client.PatchOption) error

ServerSideApplyResourceFromString applies the provided resource using server side apply.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL