Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BooleanToString = map[Boolean]string{ Enabled: "Enabled", Disabled: "Disabled", }
View Source
var FavoriteToString = map[Favorite]string{ FavoriteHighPriority: "High", FavoriteLowPriority: "Low", }
View Source
var StateToString = map[State]string{ StateBeforeStart: "BeforeStart", StateRunning: "Started", }
Functions ¶
This section is empty.
Types ¶
type Count ¶
type Count struct {
Count int32 `read:"count"`
}
func (*Count) DeepCopy ¶
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Count.
func (*Count) DeepCopyInto ¶
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IPNet ¶
+k8s:deepcopy-gen=false
func ParseIPNet ¶
func (*IPNet) DeepCopyInto ¶
func (IPNet) MarshalJSON ¶
func (*IPNet) UnmarshalJSON ¶
type Time ¶
+k8s:deepcopy-gen=false
func (*Time) DeepCopyInto ¶
func (Time) MarshalJSON ¶
func (*Time) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.