Documentation ¶
Index ¶
Constants ¶
View Source
const (
// FieldOwner is the field manager name used for server-side apply.
FieldOwner = "cluster-api-runtime-extensions-nutanix"
)
Variables ¶
View Source
var ForceOwnership = ctrlclient.ForceOwnership
ForceOwnership is an convenience alias of the same option in the controller-runtime client.
Functions ¶
func Create ¶ added in v0.9.0
func Create( ctx context.Context, c ctrlclient.Client, obj ctrlclient.Object, opts ...ctrlclient.CreateOption, ) error
func ServerSideApply ¶
func ServerSideApply( ctx context.Context, c ctrlclient.Client, obj ctrlclient.Object, opts ...ctrlclient.PatchOption, ) error
ServerSideApply will apply (i.e. create or update) objects via server-side apply.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.