# Packages
Package env provides functions to incorporate environment variables into set env.
# Functions
CalculatePatch calls the mutation function on the provided info object, and generates a strategic merge patch for the changes in the object.
CalculatePatches calculates patches on each provided info object.
NewCmdEnv implements the OpenShift cli env command.
No description provided by the author
No description provided by the author
NewCmdSelector is the "set selector" command.
NewCmdServiceAccount returns the "set serviceaccount" command.
No description provided by the author
No description provided by the author
NewEnvOptions returns an EnvOptions indicating all containers in the selected pod templates are selected by default and allowing environment to be overwritten.
No description provided by the author
NewResourcesOptions returns a ResourcesOptions indicating all containers in the selected pod templates are selected by default.
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Patch represents the result of a mutation to an object.
ImageOptions is the start of the data required to perform the operation.
ResourcesOptions is the start of the data required to perform the operation.
SelectorOptions is the start of the data required to perform the operation.
serviceAccountConfig encapsulates the data required to perform the operation.
SubjectOptions is the start of the data required to perform the operation.
# Type aliases
ImageResolver is a func that receives an image name, and resolves it to an appropriate / compatible image name.
PatchFn is a function type that accepts an info object and returns a byte slice.