# Packages
Package resource assists clients in dealing with RESTful objects that match the Kubernetes API conventions.
# Functions
NewConfigFlags returns ConfigFlags with default values set.
NewRecordFlags provides a RecordFlags with reasonable default values set for use.
No description provided by the author
NewTestIOStreams returns a valid IOStreams and in, out, errout buffers for unit tests.
NewTestIOStreamsDiscard returns a valid IOStreams that just discards.
# Constants
ChangeCauseAnnotation is the annotation indicating a guess at "why" something was changed.
# Structs
ChangeCauseRecorder annotates a "change-cause" to an input runtime object.
ConfigFlags composes the set of values necessary for obtaining a REST client config.
IOStreams provides the standard names for iostreams.
NoopRecorder does nothing.
RecordFlags contains all flags associated with the "--record" operation.
No description provided by the author
# Interfaces
Recorder is used to record why a runtime.Object was changed in an annotation.