Documentation ¶
Index ¶
- func CopyMarkers(from, to metav1.Object)
- func CopyVersion(from, to metav1.Object)
- func GetStaticID(name string) string
- func IsStaticAnnotation(key string) bool
- type Dependencies
- func (d *Dependencies) Add(ctx context.Context, resource Dependency, onlySpec bool)
- func (d *Dependencies) AddAnnotations(object metav1.Object)
- func (d *Dependencies) ChangedFor(ctx context.Context, resource Dependency) bool
- func (d *Dependencies) ComputeChecksum(resource metav1.Object, onlySpec bool) string
- func (d *Dependencies) GetID(resource Dependency) string
- type Dependency
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CopyMarkers ¶
func CopyVersion ¶
func GetStaticID ¶
func IsStaticAnnotation ¶
Types ¶
type Dependencies ¶
type Dependencies struct {
// contains filtered or unexported fields
}
func New ¶
func New(scheme *runtime.Scheme) *Dependencies
func (*Dependencies) Add ¶
func (d *Dependencies) Add(ctx context.Context, resource Dependency, onlySpec bool)
func (*Dependencies) AddAnnotations ¶
func (d *Dependencies) AddAnnotations(object metav1.Object)
func (*Dependencies) ChangedFor ¶
func (d *Dependencies) ChangedFor(ctx context.Context, resource Dependency) bool
func (*Dependencies) ComputeChecksum ¶
func (d *Dependencies) ComputeChecksum(resource metav1.Object, onlySpec bool) string
func (*Dependencies) GetID ¶
func (d *Dependencies) GetID(resource Dependency) string
Click to show internal directories.
Click to hide internal directories.