package
Version:
v0.22.0-rc.1
Opens a new window with list of versions in this module.
Published: Sep 11, 2018
License: MIT
Opens a new window with license information.
Imports: 5
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.