Documentation ¶
Index ¶
- func CanonicalizeAttest(attestType string, in string) string
- func IsGitSSH(repo string) bool
- func ParseAnnotations(inp []string) (map[exptypes.AnnotationKey]string, error)
- func ParseAttest(in string) (*controllerapi.Attest, error)
- func ParseAttests(in []string) ([]*controllerapi.Attest, error)
- func ParseCacheEntry(in []string) ([]*controllerapi.CacheOptionsEntry, error)
- func ParseCallFunc(str string) (*controllerapi.CallFunc, error)
- func ParseContextNames(values []string) (map[string]string, error)
- func ParseEntitlements(in []string) ([]entitlements.Entitlement, error)
- func ParseExports(inp []string) ([]*controllerapi.ExportEntry, error)
- func ParseSSHSpecs(sl []string) ([]*controllerapi.SSH, error)
- func ParseSecretSpecs(sl []string) ([]*controllerapi.Secret, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CanonicalizeAttest ¶ added in v0.10.0
func ParseAnnotations ¶ added in v0.12.0
func ParseAnnotations(inp []string) (map[exptypes.AnnotationKey]string, error)
func ParseAttest ¶ added in v0.11.0
func ParseAttest(in string) (*controllerapi.Attest, error)
func ParseAttests ¶ added in v0.10.0
func ParseAttests(in []string) ([]*controllerapi.Attest, error)
func ParseCacheEntry ¶
func ParseCacheEntry(in []string) ([]*controllerapi.CacheOptionsEntry, error)
func ParseCallFunc ¶ added in v0.17.0
func ParseCallFunc(str string) (*controllerapi.CallFunc, error)
func ParseContextNames ¶ added in v0.11.0
func ParseEntitlements ¶
func ParseEntitlements(in []string) ([]entitlements.Entitlement, error)
func ParseExports ¶ added in v0.11.0
func ParseExports(inp []string) ([]*controllerapi.ExportEntry, error)
func ParseSSHSpecs ¶
func ParseSSHSpecs(sl []string) ([]*controllerapi.SSH, error)
func ParseSecretSpecs ¶
func ParseSecretSpecs(sl []string) ([]*controllerapi.Secret, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.