package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 26, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metadata struct {
Name string `json:"name,omitempty"`
Namespace string `json:"namespace,omitempty"`
}
type Secret struct {
APIVersion string `json:"apiVersion,omitempty"`
Kind string `json:"kind,omitempty"`
Type string `json:"type,omitempty"`
ObjectMeta Metadata `json:"metadata,omitempty"`
Data map[string][]byte `json:"data,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.