Documentation ¶
Index ¶
- func CreateApplyAnnotation(obj runtime.Object) error
- func FormatTime(t time.Time) string
- func GetGroupVersionKind(obj runtime.Object) (*schema.GroupVersionKind, error)
- func GetModifiedConfiguration(obj runtime.Object) ([]byte, error)
- func GetOriginalConfiguration(obj runtime.Object) ([]byte, error)
- func GetSvcNamesFromManifest(manifest string) ([]string, error)
- func IgnoreNotFoundError(err error) error
- func ParseTime(s string) (time.Time, error)
- func SetGroupVersionKind(obj runtime.Object, gvk *schema.GroupVersionKind) (runtime.Object, error)
- type ObjGVK
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateApplyAnnotation ¶
func FormatTime ¶
func GetGroupVersionKind ¶ added in v1.2.0
func GetGroupVersionKind(obj runtime.Object) (*schema.GroupVersionKind, error)
func GetOriginalConfiguration ¶ added in v1.2.0
GetOriginalConfiguration retrieves the original configuration of the object from the annotation, or nil if no annotation was found.
func GetSvcNamesFromManifest ¶ added in v1.9.9
func IgnoreNotFoundError ¶ added in v1.9.9
func SetGroupVersionKind ¶ added in v1.2.0
Types ¶
Click to show internal directories.
Click to hide internal directories.