Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Resource ¶ added in v0.0.5
type ResourceInterface ¶ added in v0.0.5
type ResourceInterface interface {
Get(dataMap string, key string, log *logrus.Logger) (string, error)
GetMetadata(dataMap string, key string, log *logrus.Logger) (string, error)
IsHelmHook(dataMap string, hookKinds []string) (bool, error)
}
ResourceInterface implements methods to get resource name and kind.
func NewResource ¶ added in v0.0.5
func NewResource() ResourceInterface
NewResource returns aa new instance of ResourceInterface.
Click to show internal directories.
Click to hide internal directories.