Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetryMissingGetter ¶
type RetryMissingGetter struct {
// contains filtered or unexported fields
}
Unlike reconciler, webhook or CSI gRPC are one shot API, so they needs read-after-create consistency. This provides us such semantics by reading api-server directly if the object is missing on the cache reader.
func NewRetryMissingGetter ¶
func NewRetryMissingGetter(cacheReader client.Reader, apiReader client.Reader) *RetryMissingGetter
NewRetryMissingGetter creates a RetryMissingGetter instance.
Click to show internal directories.
Click to hide internal directories.