package
Version:
v0.0.0-...-c5cd83c
Opens a new window with list of versions in this module.
Published: Nov 2, 2023
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 {
CreationTimestamp time.Time `json:"creationTimestamp,omitempty"`
Labels Labels `json:"labels,omitempty"`
Name string `json:"name,omitempty"`
Namespace string `json:"namespace,omitempty"`
}
type Object struct {
Metadata *Metadata `json:"metadata,omitempty"`
Status *Status `json:"status,omitempty"`
}
type Status struct {
Phase string `json:"phase,omitempty"`
PodIP string `json:"podIP,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.