metadata

package
v0.0.0-...-8ae82f3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MetadataBuilder

type MetadataBuilder interface {
	SetName(name string) MetadataBuilder
	SetNamespace(namespace string) MetadataBuilder
	SetLabels(labels map[string]string) MetadataBuilder
	SetAnnotations(annos map[string]string) MetadataBuilder
	SetOwnerReferences(refs []metav1.OwnerReference) MetadataBuilder
	SetFinalizers(fs []string) MetadataBuilder
	BuildMetadata() *metav1.ObjectMeta
}

MetadataBuilder represents a metadata

func NewMetadataBuilder

func NewMetadataBuilder() MetadataBuilder

NewMetadataBuilder creates a new metadata builder

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL