utils

package
v0.1.0-alpha.5 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package utils contains important functions for envtest.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsPresentAndFalseWithReason

func IsPresentAndFalseWithReason(ctx context.Context, c client.Client, key types.NamespacedName, getter conditions.Getter, condition clusterv1.ConditionType, reason string) bool

IsPresentAndFalseWithReason returns if condition is present in the object status with false and a reason or not.

func IsPresentAndTrue

func IsPresentAndTrue(ctx context.Context, c client.Client, key types.NamespacedName, getter conditions.Getter, condition clusterv1.ConditionType) bool

IsPresentAndTrue returns if condition is present in the object status with true or not.

Types

type Mod

type Mod struct {
	// contains filtered or unexported fields
}

Mod contains path and content for the module.

func NewMod

func NewMod(path string) (Mod, error)

NewMod returns a new mod.

func (Mod) FindDependencyVersion

func (m Mod) FindDependencyVersion(dependency string) (string, error)

FindDependencyVersion return the version of the given dependency.

Jump to

Keyboard shortcuts

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