PolicyConfigurationNamespaces returns a list of other policy configuration namespaces to search for if explicit configuration for PolicyConfigurationIdentity() is not set. The list will be processed in order, terminating on first match, and an implicit "" is always checked at the end. It is STRONGL
()
| 74 | // It is STRONGLY recommended for the first element, if any, to be a prefix of PolicyConfigurationIdentity(), |
| 75 | // and each following element to be a prefix of the element preceding it. |
| 76 | PolicyConfigurationNamespaces() []string |
| 77 | |
| 78 | // NewImage returns a types.ImageCloser for this reference, possibly specialized for this ImageTransport. |
| 79 | // The caller must call .Close() on the returned ImageCloser. |
no outgoing calls