Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Strategy = strategy{kapi.Scheme}
Strategy is the default logic that applies when creating or updating OAuthClient objects objects via the REST API.
Functions ¶
This section is empty.
Types ¶
type Getter ¶ added in v1.3.0
type Getter interface {
Get(name string, options metav1.GetOptions) (*oauthapi.OAuthClient, error)
}
Getter exposes a way to get a specific client. This is useful for other registries to get scope limitations on particular clients. This interface will make its easier to write a future cache on it
Click to show internal directories.
Click to hide internal directories.