Documentation ¶
Index ¶
- func IsAPINamespaced(obj runtime.Object, scheme *runtime.Scheme, restmapper apimeta.RESTMapper) (bool, error)
- func IsAPINamespacedWithGVK(gk schema.GroupVersionKind, restmapper apimeta.RESTMapper) (bool, error)
- func ReleaseRevision(rel *release.Release) int
- func ValuesChecksum(values chartutil.Values) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsAPINamespaced ¶ added in v0.31.0
func IsAPINamespaced(obj runtime.Object, scheme *runtime.Scheme, restmapper apimeta.RESTMapper) (bool, error)
IsAPINamespaced returns true if the object is namespace scoped. For unstructured objects the gvk is found from the object itself.
func IsAPINamespacedWithGVK ¶ added in v0.31.0
func IsAPINamespacedWithGVK(gk schema.GroupVersionKind, restmapper apimeta.RESTMapper) (bool, error)
IsAPINamespacedWithGVK returns true if the object having the provided GVK is namespace scoped.
func ReleaseRevision ¶
ReleaseRevision returns the revision of the given release.Release.
func ValuesChecksum ¶
ValuesChecksum calculates and returns the SHA1 checksum for the given chartutil.Values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.