package
Version:
v0.13.0-alpha.0
Opens a new window with list of versions in this module.
Published: Nov 8, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IstioctlJSONWrapper struct {
DynamicActiveSecrets []IstioctlSecret `json:"dynamicActiveSecrets"`
}
type IstioctlSecret struct {
Name string `json:"name"`
LastUpdated string `json:"lastUpdated"`
Secret map[string]any `json:"secret"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.