Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SharderScheme = runtime.NewScheme()
SharderScheme is the scheme that the sharder uses.
Functions ¶
This section is empty.
Types ¶
type ResourceVersion ¶
type ResourceVersion string
ResourceVersion is a client.GetOption and client.ListOption that sets the resourceVersion query parameter. See https://kubernetes.io/docs/reference/using-api/api-concepts/#the-resourceversion-parameter Note: this doesn't take effect if there's a later option that overwrites the Raw field (e.g. ListOptions with Raw set).
func (ResourceVersion) ApplyToGet ¶
func (r ResourceVersion) ApplyToGet(opts *client.GetOptions)
func (ResourceVersion) ApplyToList ¶
func (r ResourceVersion) ApplyToList(opts *client.ListOptions)
Click to show internal directories.
Click to hide internal directories.