package
0.30.47
Repository: https://github.com/kmodules/client-go.git
Documentation: pkg.go.dev

# Functions

AddLabelBlacklistFlag is for explicitly initializing the flags.
No description provided by the author
BuildArgumentListFromMap takes two string-string maps, one with the base arguments and one with optional override arguments.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Decode takes an input structure and uses reflection to translate it to the output structure.
No description provided by the author
DeepHashObject writes specified object to hash using the spew library which follows pointers and prints actual values of the nested objects ensuring the hash does not change when a pointer changes.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EqualAnnotation checks equality of annotations skipping `kubectl.kubernetes.io/last-applied-configuration` key.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
GetCondition returns a pointer to the desired condition referred by "condType".
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
HasCondition returns "true" if the desired condition provided in "condType" is present in the condition list.
No description provided by the author
No description provided by the author
No description provided by the author
IsConditionFalse returns "true" if the desired condition is in false state.
IsConditionTrue returns "true" if the desired condition is in true state.
IsConditionUnknown returns "true" if the desired condition is in unknown state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MarshalToJson marshals an object into json.
MarshalToPrettyJson marshals an object into pretty json.
MarshalToYAML marshals an object into yaml.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ObjectHash includes all top label fields (like data, spec) except TypeMeta, ObjectMeta and Status also includes Generation, Annotation and Labels form ObjectMeta.
No description provided by the author
ParseArgumentListToMap parses a CLI argument list in the form "--foo=bar" to a string-string map.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PossiblyInCluster returns true if loading an inside-kubernetes-cluster is possible.
RemoveCondition remove a condition from the condition list referred by "condType" parameter.
No description provided by the author
ReplaceArgument gets a command list; converts it to a map for easier modification, runs the provided function that returns a new modified map, and then converts the map back to a command string slice.
No description provided by the author
No description provided by the author
SetCondition add/update the desired condition to the condition list.
No description provided by the author
No description provided by the author
StatusFromStringOrDie turns a string into a Status.
StringToQuantityHookFunc returns a DecodeHookFunc that converts string to resource.Quantity.
UnmarshalFromJSON unmarshals an object into json.
UnmarshalFromYAML unmarshals an object into yaml.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Deprecated: Use NameWithSuffix in new code.

# Constants

https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels ref: https://github.com/kubernetes-sigs/application/blob/4ead7f1b87048b7717b3e474a21fdc07e6bce636/pkg/controller/application/application_controller.go#L28.
No description provided by the author
No description provided by the author
The set of status conditions which can be assigned to resources.
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels ref: https://github.com/kubernetes-sigs/application/blob/4ead7f1b87048b7717b3e474a21fdc07e6bce636/pkg/controller/application/application_controller.go#L28.
No description provided by the author
Do not change format.
No description provided by the author
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels ref: https://github.com/kubernetes-sigs/application/blob/4ead7f1b87048b7717b3e474a21fdc07e6bce636/pkg/controller/application/application_controller.go#L28.
xref: https://github.com/kubernetes/kubernetes/pull/52733.
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels ref: https://github.com/kubernetes-sigs/application/blob/4ead7f1b87048b7717b3e474a21fdc07e6bce636/pkg/controller/application/application_controller.go#L28.
No description provided by the author
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels ref: https://github.com/kubernetes-sigs/application/blob/4ead7f1b87048b7717b3e474a21fdc07e6bce636/pkg/controller/application/application_controller.go#L28.
No description provided by the author
No description provided by the author
https://kubernetes.io/docs/concepts/overview/working-with-objects/common-labels/#labels ref: https://github.com/kubernetes-sigs/application/blob/4ead7f1b87048b7717b3e474a21fdc07e6bce636/pkg/controller/application/application_controller.go#L28.
No description provided by the author

# Variables

No description provided by the author
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
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
Status defines the set of statuses a resource can have.