package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Dec 15, 2017
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Metadata struct {
CreatedAt time.Time `json:"creationTimestamp"`
Name string `json:"name"`
}
Metadata holds information like name and created timestamp
type Namespace struct {
Metadata Metadata `json:"metadata"`
}
Namespace holds namespace metadata
Create a namespace with the given name
Get returns a namespace for with a given name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.