package
Version:
v1.8.1
Opens a new window with list of versions in this module.
Published: Oct 5, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type DataplaneTokenRequest struct {
Name string `json:"name"`
Mesh string `json:"mesh"`
Tags map[string][]string `json:"tags"`
Type string `json:"type"`
ValidFor string `json:"validFor"`
}
type ZoneIngressTokenRequest struct {
Zone string `json:"zone"`
ValidFor string `json:"validFor"`
}
type ZoneTokenRequest struct {
Zone string `json:"zone"`
Scope []string `json:"scope"`
ValidFor string `json:"validFor"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.