Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
ApiVersion, Kind string
Metadata ConfigMetadata
Spec ConfigSpec
}
type ConfigAccess ¶
type ConfigAccess struct {
Read, Write, Delete string
}
type ConfigMetadata ¶
type ConfigMetadata struct {
Name, Namespace string
}
type ConfigSpec ¶
type ConfigSpec struct {
Match string
Access ConfigAccess
}
Click to show internal directories.
Click to hide internal directories.