package
0.99.0-nabarun.1
Repository: https://github.com/palnabarun/kubectl.git
Documentation: pkg.go.dev

# Functions

GetApplyFieldManagerFlag gets the field manager for kubectl apply if it is not set.
NewApplyOptions creates new ApplyOptions for the `apply` command.
NewCmdApply creates the `apply` command.
NewCmdApplyEditLastApplied created the cobra CLI command for the `apply edit-last-applied` command.
NewCmdApplySetLastApplied creates the cobra CLI `apply` subcommand `set-last-applied`.`.
NewCmdApplyViewLastApplied creates the cobra CLI `apply` subcommand `view-last-applied`.`.
NewSetLastAppliedOptions takes option arguments from a CLI stream and returns it at SetLastAppliedOptions type.
NewViewLastAppliedOptions takes option arguments from a CLI stream and returns it at ViewLastAppliedOptions type.
WarnIfDeleting prints a warning if a resource is being deleted.

# Constants

FieldManagerClientSideApply is the default client-side apply field manager.

# Structs

ApplyOptions defines flags and other configuration parameters for the `apply` command.
PatchBuffer caches changes that are to be applied.
Patcher defines options to patch OpenAPI objects.
SetLastAppliedOptions defines options for the `apply set-last-applied` command.`.
ViewLastAppliedOptions defines options for the `apply view-last-applied` command.`.