ParseReference converts a string, which should not start with the ImageTransport.Name prefix, into an ImageReference.
(reference string)
| 29 | Name() string |
| 30 | // ParseReference converts a string, which should not start with the ImageTransport.Name prefix, into an ImageReference. |
| 31 | ParseReference(reference string) (ImageReference, error) |
| 32 | // ValidatePolicyConfigurationScope checks that scope is a valid name for a signature.PolicyTransportScopes keys |
| 33 | // (i.e. a valid PolicyConfigurationIdentity() or PolicyConfigurationNamespaces() return value). |
| 34 | // It is acceptable to allow an invalid value which will never be matched, it can "only" cause user confusion. |
no outgoing calls