Documentation ¶
Index ¶
- func NewAppliedManifestWork(hash string, index int, uid types.UID) *workapiv1.AppliedManifestWork
- func NewFakeRestMapper() meta.RESTMapper
- func NewManifestWork(index int, objects ...*unstructured.Unstructured) (*workapiv1.ManifestWork, string)
- func NewSecret(name, namespace string, content string) *corev1.Secret
- func NewSecretWithType(name, namespace string, content string, t corev1.SecretType) *corev1.Secret
- func NewUnstructured(apiVersion, kind, namespace, name string, owners ...metav1.OwnerReference) *unstructured.Unstructured
- func NewUnstructuredSecret(namespace, name string, terminated bool, uid string, ...) *unstructured.Unstructured
- func NewUnstructuredWithContent(apiVersion, kind, namespace, name string, content map[string]interface{}) *unstructured.Unstructured
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAppliedManifestWork ¶
func NewFakeRestMapper ¶
func NewFakeRestMapper() meta.RESTMapper
func NewManifestWork ¶
func NewManifestWork(index int, objects ...*unstructured.Unstructured) (*workapiv1.ManifestWork, string)
func NewSecretWithType ¶
func NewUnstructured ¶
func NewUnstructured(apiVersion, kind, namespace, name string, owners ...metav1.OwnerReference) *unstructured.Unstructured
func NewUnstructuredSecret ¶
func NewUnstructuredSecret(namespace, name string, terminated bool, uid string, owners ...metav1.OwnerReference) *unstructured.Unstructured
func NewUnstructuredWithContent ¶
func NewUnstructuredWithContent( apiVersion, kind, namespace, name string, content map[string]interface{}) *unstructured.Unstructured
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.